Hi, The problem should now be fixed (r2634). However I'm not sure my fix is the proper one. I just made AZSwitch linking EtoileFoundation. This is necessary because EtoileUI references EtoileFoundation symbol UKPluginsRegistry since r2564. However ldd doesn't report the linking of EtoileFoundation for EtoileUI. May be this behaves differently for frameworks, but then I don't understand why. Another possibility is some LIBRARIES_DEPEND_UPON issue, I tried to put it in the EtoileUI GNUmakefile (where the library target is declared) rather than EtoileUI/Source without success.
Cheers, Quentin. Le 15 nov. 07 à 14:46, David Chisnall a écrit : > This should come from EtoileFoundation. The makefile for EtoileUI > looks like it should be linking against EtoileFoundation, but for some > people it seems not to. I'm hoping Quentin will be able to fix this > one... > > David > > On 15 Nov 2007, at 13:44, Martin Dietze wrote: > >> Hi, >> >> I've been getting this error trying to build the SVN code for a >> while now: >> >> Linking app AZSwitch ... >> /var/src/gnustep/etoile-svn/Etoile/Build/libEtoileUI.so: undefined >> reference to `__objc_class_name_UKPluginsRegistry' >> collect2: ld returned 1 exit status >> make[4]: *** [AZSwitch.app/./AZSwitch] Error 1 >> make[3]: *** [AZSwitch.all.app.variables] Error 2 >> >> Just wondering, which library is supposed to contain this >> symbol? _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
