Menu

#1 0.0.3 - build warning

open-works-for-me
nobody
None
5
2009-09-11
2008-11-23
Ingo Arndt
No

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.

Discussion

  • William Kendrick

    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?

     
  • William Kendrick

    • status: open --> closed-works-for-me
     
  • Ingo Arndt

    Ingo Arndt - 2009-09-11

    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

     
  • Ingo Arndt

    Ingo Arndt - 2009-09-11
    • status: closed-works-for-me --> open-works-for-me