0.0.3 - build warning
Status: Alpha
Brought to you by:
wkendrick
I've got some warnings during build (on x86_64 - archlinux, gcc 4.3.2)
src/crtxy.c: In function 'XY_end_frame':
src/crtxy.c:1376: warning: cast from pointer to integer of different size
src/crtxy.c:1376: warning: cast to pointer from integer of different size
Don't know if this may be a problem.
Not seeing it in 0.0.4 on my regular x86, ubuntu, gcc 4.3.3. (I may've fixed it, and forgot.) Any functionality issues, or just a compiler warning?
This seems to be just a compiler warning. All demos seem to work fine on my arch linux x86_64 system.
To compile it I needed to add -fPIC to your makefiles CFLAGS.
The warning still exists in 0.0.4