Hi. I'm working on porting XQF to MacOS X. It requires qstat, which I have gotten to compile successfully. However, I am having trouble with XQF itself.
It's using libtool 1.3, and I have replaced ltmain.sh & ltconfig with the files from the Fink site. ./configure && make runs. ./configure completes with no trouble. A minute or two into make, I get the following error: cc -DHAVE_CONFIG_H -I. -I. -I. -I../intl -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/local/include -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall -DQSTAT23 -DQSTAT_HAS_UNREAL_SUPPORT -DCOMPRESSOR_GZIP -c skin.c skin.c:1317: bad macro argument list cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode make[3]: *** [skin.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive-am] Error 2 make: *** [all-recursive] Error 1 The funny thing is, skin.c is only some 427 lines long. I've tried it with the -no-cpp-precomp option, and it breaks. The output from make -no-cpp-precomp is rather long, but I'll email it if someone thinks they can help. Thanks --Dave Ham [EMAIL PROTECTED] _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel