В Thu, 10 Jan 2008 07:26:27 -0800, kpropell написа:
> AZSwitch still failes to compile after make clean:
Odd. It builds fine on Debian sid, so I suspect it is something in
Ubuntu's toolchain. Can you post the output of `make messages=yes'?
> Linking app AZSwitch ...
> /home/kpropell/etoile/Etoile/Build/libEtoileUI.so: undefined reference
> to `__objc_class_name_UKPluginsRegistry'
Can you please try after adding
LIBRARIES_DEPEND_UPON += -lEtoileFoundation $(FND_LIBS) \
$(GUI_LIBS) $(OBJC_LIBS)
in Frameworks/EtoileUI/GNUmakefile? It is still unresolved symbol
because the dynamic linker doesn't look at the `Build' directory (should
be fine after you install everything), but I find it disturbing that it
fails to build. Here `make LDFLAGS="-Wl,-z,defs"' succeeds after this
change.
I am curious.
_______________________________________________
Etoile-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-discuss