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. On mar, 2011-02-22 at 20:10 +0100, Fred Kiefer wrote: > Did you recompile and install base? > Last time I checked this function was exported from GSObjCRuntime.h and > implemented in base/Source/Additions/GSObjCRuntime.m. > > Fred > > -------- Original-Nachricht -------- > > Datum: Tue, 22 Feb 2011 11:50:41 -0600 > > Von: "Germán Arias" <[email protected]> > > An: Fred Kiefer <[email protected]> > > CC: [email protected] > > Betreff: Re: Problem to compile GUI > > > On mar, 2011-02-22 at 10:17 +0100, Fred Kiefer wrote: > > > Am 22.02.2011 06:51, schrieb Germán Arias: > > > > Currently I get: > > > > > > > > Linking app GSSpeechServer ... > > > > ../../Source/./obj/libgnustep-gui.so: undefined reference to > > > > `GSClassSwizzle' > > > > collect2: ld returned 1 exit status > > > > make[5]: *** [GSSpeechServer.app/./GSSpeechServer] Error 1 > > > > make[4]: *** [internal-app-run-compile-submake] Error 2 > > > > make[3]: *** [GSSpeechServer.all.app.variables] Error 2 > > > > make[2]: *** [internal-all] Error 2 > > > > make[1]: *** [internal-all] Error 2 > > > > make: *** [internal-all] Error 2 > > > > > > > > Some idea? > > > > > > Yes, just update base to current SVN and install it, then gui should > > > compile again. > > > Richard made this function public a few days ago and I immediately > > > switched to use it in gui. It get used in NSTextView, here we previously > > > just changed the isa pointer. The new way of doing this is a lot > > > cleaner, although the gui code here is a hack. > > > > > > Hope this helps > > > Fred > > > > > > > Well, after update to current SVN, I get the same error. I have disabled > > ICU. and I don't know if this can be related with the problem. > _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
