[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pxlib compile failed



Hi!

I have a debian etch (from debian etch beta3 iso), and i' d like to
compile the pxlib package for myself (i need it).

I' ve done apt-get source pxlib, cd into it, configure, and make.

Configure was good, but at make i got this:


 make
make  all-recursive
make[1]: Entering directory `/home/csaba198/programmes/pxlib/pxlib-0.6.1'
Making all in include
make[2]: Entering directory
`/home/csaba198/programmes/pxlib/pxlib-0.6.1/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/csaba198/programmes/pxlib/pxlib-0.6.1/include'
Making all in src
make[2]: Entering directory
`/home/csaba198/programmes/pxlib/pxlib-0.6.1/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  -fPIC -DPIC -o .libs/paradox.o
paradox.c: In function 'PX_get_data_bcd':
paradox.c:3611: warning: assignment makes pointer from integer without a
cast
paradox.c:3613: error: dereferencing pointer to incomplete type
paradox.c: In function 'PX_put_data_bcd':
paradox.c:3987: warning: assignment makes pointer from integer without a
cast
paradox.c:3989: error: dereferencing pointer to incomplete type
paradox.c:3989: error: dereferencing pointer to incomplete type
paradox.c:3989: error: dereferencing pointer to incomplete type
paradox.c:3989: error: dereferencing pointer to incomplete type
make[2]: *** [paradox.lo] Error 1
make[2]: Leaving directory `/home/csaba198/programmes/pxlib/pxlib-0.6.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/csaba198/programmes/pxlib/pxlib-0.6.1'
make: *** [all] Error 2


I hope anyone can help me.

The output of configure can be found here: http://12E7041.ath.cx/pxlib/

Thanks for the answers.



Reply to: