Re: [Pxlib-devel] PXLIB Will not compile
Brought to you by:
steinm
From: Kenneth P. <sh...@se...> - 2010-06-04 20:24:01
|
--On Thursday, June 03, 2010 9:20 PM -0500 Edward Danley <Edw...@da...> wrote: > 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 Is that a 64-bit system? I've only used it on 32 bit Linux and it's built fine. The errors all seem to be mismatches in word sizes, and may require some casts, especially in the printf stuff. |