[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem to compile GUI
From: |
Richard Frith-Macdonald |
Subject: |
Re: Problem to compile GUI |
Date: |
Wed, 23 Feb 2011 09:43:29 +0000 |
On 23 Feb 2011, at 06:25, Germán Arias wrote:
> Yes, I did a make distclean in base, gui and back. Then update base:
>
> ./configure --disable-icu
> make
> make install (as root)
>
> Update Gui.
>
> ./configure
> make
>
> and I get the same error. But if you see GSObjCRuntime.h at line 411,
> appears the character:
>
>
>
> I remember that some time ago I had a problem to link a library,
> precisely by this character in a file. And, in that time, eliminating
> that character was solved the problem. This character appears in
> GSObjCRuntime.m and GSArray.m too. And maybe in other files.
That sounds like a wierd compiler bug if true ...
The control-L is not a new addition, so it seems unlikely to be your problem.
Could the issue just be that you have more than one version of the base library
on your machine, and your code is linking with the wrong one?