>     Default build of fltk 1.3.x current fails on a Power PC (non-intel)
>     machine running 10.4.11 with gcc 3.3 (gcc_select 3.3).
>
>     *** Here's the section where it fails:
>
> /usr/bin/ar cr ../lib/libfltk_forms.a ...
> Compiling Fl_Gl_Choice.cxx...
> Compiling Fl_Gl_Overlay.cxx...
> Compiling Fl_Gl_Device_Plugin.cxx...
> Fl_Gl_Device_Plugin.cxx: In function `void print_gl_window(Fl_Gl_Window*, int,
>    int, int)':
> Fl_Gl_Device_Plugin.cxx:101: error: `kCGBitmapByteOrder32Big' undeclared 
> (first
>    use this function)
> Fl_Gl_Device_Plugin.cxx:101: error: (Each undeclared identifier is reported
>    only once for each function it appears in.)
> make[1]: *** [Fl_Gl_Device_Plugin.o] Error 1

I forgot to make clear in the previous post that this is PPC compile.

Don't you have kCGBitmapByteOrder32Big defined in your file
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Headers/CGImage.h

?

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to