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
