[Pxlib-devel] PXLIB Will not compile
Brought to you by:
steinm
From: Edward D. <Edw...@da...> - 2010-06-04 01:20:41
|
I don't know if anybody is still active with this project or not. I'm trying to compile pxlib on Mac OS X 10.6.3. The ./configure goes well but I get the following on the make. Any suggestions would be appreciated. Ed Danley $make make all-recursive Making all in include make[2]: Nothing to be done for `all'. Making all in src if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I./include -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -g -O2 -MT paradox.lo -MD -MP -MF ".deps/paradox.Tpo" -c -o paradox.lo paradox.c; \ then mv -f ".deps/paradox.Tpo" ".deps/paradox.Plo"; else rm -f ".deps/paradox.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I./include -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -g -O2 -MT paradox.lo -MD -MP -MF .deps/paradox.Tpo -c paradox.c -fno-common -DPIC -o .libs/paradox.o paradox.c: In function 'PX_pack': paradox.c:2497: warning: format '%X' expects type 'unsigned int', but argument 3 has type 'long int' paradox.c:2497: warning: format '%X' expects type 'unsigned int', but argument 5 has type 'long int' paradox.c: In function 'PX_delete': paradox.c:2582: warning: cast from pointer to integer of different size paradox.c:2584: warning: cast from pointer to integer of different size paradox.c: In function 'PX_get_data_bcd': paradox.c:3621: warning: assignment makes pointer from integer without a cast paradox.c:3623: error: dereferencing pointer to incomplete type paradox.c: In function 'PX_put_data_bcd': paradox.c:3999: warning: assignment makes pointer from integer without a cast paradox.c:4001: error: dereferencing pointer to incomplete type make[2]: *** [paradox.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 |