Re: undefined reference error while build

2013-03-01 Thread Prashant Pandey
Hi, I understand the valid notions and concerns raised by you, but I as I was trying to say in my last mail, that I were already doing these (suggested) changes, but they were not reflected in my git diff file. Reason being, I was 'unaware' of the fact that I am 'not' supposed to do any changes

Re: undefined reference error while build

2013-03-01 Thread Noel Grandin
On 2013-03-01 11:24, Prashant Pandey wrote: The most recent issue I am having is that, I 'make', the cpu reaches this state and then does nothing (I left cpu for around 7 hours): What processes are running while it's stuck? Disclaimer: http://www.peralex.com/disclaimer.html

Re: undefined reference error while build

2013-03-01 Thread Prashant Pandey
Hi Matus, I tried ot out, but it too didn't help ! Do we have another approach? Thanks Regards Prashant On Fri, Mar 1, 2013 at 3:30 PM, Matúš Kukan matus.ku...@gmail.com wrote: On 1 March 2013 10:51, Prashant Pandey prashant3.yi...@gmail.com wrote: Hi Noel, ps aux show the following

Re: undefined reference error while build

2013-03-01 Thread Michael Meeks
Hi Prashant, On Fri, 2013-03-01 at 15:21 +0530, Prashant Pandey wrote: ps aux show the following results: Wow that was a lot to paste in-line ;-) elixir 32113 0.0 0.0 12348 996 pts/0T14:48 0:00 pager elixir 32114 0.0 0.0 12000 2960 pts/0S+ 14:49 0:00

Re: undefined reference error while build

2013-02-28 Thread Caolán McNamara
On Thu, 2013-02-28 at 01:06 +0530, Prashant Pandey wrote: Hello everyone, I am having a hard time debugging the undefined reference to some_function error. I made following changes: http://pastebin.com/DqqTsP7A. Errors are: http://pastebin.com/PW0yzzgA. Try and send your patches, even ones

undefined reference error while build

2013-02-27 Thread Prashant Pandey
Hello everyone, I am having a hard time debugging the undefined reference to some_function error. I made following changes: http://pastebin.com/DqqTsP7A. Errors are: http://pastebin.com/PW0yzzgA. I am porting String and its corresponding functions to OUString respectively. Any help shall be

Re: undefined reference error while build

2013-02-27 Thread Eike Rathke
Hi Prashant, On Thursday, 2013-02-28 01:06:54 +0530, Prashant Pandey wrote: I am having a hard time debugging the undefined reference to some_function error. I made following changes: http://pastebin.com/DqqTsP7A. Errors are: http://pastebin.com/PW0yzzgA. I am porting String and its

Re: undefined reference error while build

2013-02-27 Thread Eike Rathke
Hi Prashant, On Thursday, 2013-02-28 01:48:36 +0530, Prashant Pandey wrote: I did 'make' again, and got undefined reference error as something different as I got previously. This time it is: outdev3.cxx:(.text+0x1f8b): undefined reference to `GetNextFontToken(rtl::OUString const, int)'

Re: undefined reference error while build

2013-02-27 Thread Prashant Pandey
Hi Erack, I don't know why the changes made by me in the header files and the changes made by me at places where these functions are defined were not reflected in the file I pastebin above. May be since I did a make unotools.clean and accidentally mailed the wrong version of git diff. Kindly