I too have run into the 64 bit build issue under Mac OS X. However, I did 
configure with ARCHFLAGS="-arch i386". While building, my problem is as follows:

Compiling fl_draw_pixmap.cxx...
fl_draw_pixmap.cxx: In function ‘void cb1(void*, int, int, int, uchar*)’:
fl_draw_pixmap.cxx:79: warning: left shift count >= width of type
fl_draw_pixmap.cxx: In function ‘void cb2(void*, int, int, int, uchar*)’:
fl_draw_pixmap.cxx:105: warning: left shift count >= width of type
fl_draw_pixmap.cxx: In function ‘int fl_draw_pixmap(const char* const*, int, 
int, Fl_Color)’:
fl_draw_pixmap.cxx:313: error: invalid conversion from ‘long unsigned int*’ 
to ‘unsigned int*’
fl_draw_pixmap.cxx: At global scope:
fl_draw_pixmap.cxx:70: warning: ‘void cb1(void*, int, int, int, uchar*)’ 
defined but not used
fl_draw_pixmap.cxx:92: warning: ‘void cb2(void*, int, int, int, uchar*)’ 
defined but not used
make[1]: *** [fl_draw_pixmap.o] Error 1
make: *** [all] Error 1

I'm building with

gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)

Any ideas?
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to