Last night I was trying out Fabien's Cairo patch on my laptop under Vista (with Msys/mingw) and had a problem with the generated makeinclude file.
I assumed this was finger trouble on my part and tweaked the makeinclude to work, but it happened again on this XP box, so I actually had a look. Turns out that the problem is in the makeinclude file, in the line defining CXXFLAGS. This line has two occurrences of "-mno-cygwin" but the second one, right at the end of the line, is preceded by a non-printable character, an "SOH", or value 01. I *assume* (I have not checked) that this is actually being appended to the end of the include path for pixman, which is the last entry before the error. I didn't see the little hiccup on OSX or Linux, so may be specific to the mingw case? Not sure. Anyway, a little judicious editing and it all builds and runs nicely. -- Ian 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-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
