compiling gtk+ on OS X pb and XFree86 4.0.2

schmegs

Registered
okay, i\\\'ve got gtk+-1.2.8, ran the configure without any hitches, but in doing the make, i get this:

gdkwindow.c:1295: bad macro argument list
repeated 4 times and then
gdkwindow.c:1301: bad macro argument list
repeated 3 times then
make[2]: *** [gdkwindow.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2


any ideas?

[Edited by schmegs on 01-02-2001 at 09:27 PM]
 
thanks!

it seems to install fine ("make install" doesn't come up with any errors), but anytime i try to run configure for any gtk+ program, it says it can't run the GTK test program... any ideas?

--Greg
 
Yeah, the problem is that some of the precompiled headers have issues. To get around it, before you do your configure set your CFLAGS variable to -traditional-cpp like so:
setenv CFLAGS -traditional-cpp

HTH,
--RJ
 
Back
Top