> However, that said, when I check the logs for my recent builds, I see > that fltk-2 does not currently build for me on winXX. Someone (Yuri, I > think) has checked in changes to the cursor code in > Cursor.cxx and that > chokes for me. > > Compiling Cursor.cxx... > Cursor.cxx:281:2: warning: #warning we assume PixelType = 6 ARGB32 in > test it is true for color images > Cursor.cxx: In function `HICON__* > create_cursor_from_image(fltk::Image*, > int, int)': > Cursor.cxx:287: error: `BITMAPV5HEADER' undeclared (first use this > function) > Cursor.cxx:287: error: (Each undeclared identifier is > reported only once > for each function it appears in.) > Cursor.cxx:287: error: expected `;' before "bi" > Cursor.cxx:291: error: `bi' undeclared (first use this function) > Cursor.cxx:315: warning: unused variable 'h' > make[1]: *** [Cursor.o] Error 1 > make: *** [all] Error 2 > > Looks like a missing or incorrect header file to me for > BITMAPV5HEADER, > although I don't know what.
OK - this is a problem in my mingw win32api headers. I was using a "known good" set which were slightly older. Updating to the recent current release w32api-3.13-mingw32-dev.tar.gz fixes this and the current fltk-2 codebase builds fine under Msys/mingw on this WinXP test box. SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

