Compiling Libglade-0.17

Obscure2a8

2001-09-11 23:14:00

I'm trying to compile Libglade-0.17 and have been running into a few problems. It configures properly, but during the make, gives the error "bad macro argument list" for glade-init.c
I've tried adding "-no-ppc-precomp" to CFLAGS
Any ideas?
Also, on a totally unrelated note, I often have Warnings/Errors like "locale not supported by C library", etc... Is this merely a misconfiguration?

Thanks a lot,
Obscurian

apex

2001-09-12 17:25:00

its not ppc, its cpp. try adding -no-cpp-precomp. The 'locale is not supported' has to do with osx' implementation of internationalization support. The latter error can be ignored.

chrisp

2001-09-13 13:34:00

<A HREF="http://fink.sourceforge.net/doc/x11/trouble.php#locale" TARGET=_blank>This section</A> of the Fink X11 docs has more information about the locale messages.

-chrisp