posted September 11, 2001 04:14 PM
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?
posted September 12, 2001 10:25 AM
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.
Posts: 307 | From: Alaska | Registered: Aug 2001
| IP: Logged
chrisp
Junior Member
Member # 35
posted September 13, 2001 06:34 AM
This section of the Fink X11 docs has more information about the locale messages.