I don't have fltk-2 with cairo, but do use fltk-1.3 with cairo. Not sure how relevant that is...
> I'm having alot of trouble getting the cairo support working. > The configure script seems to ignore my --enable-cairo, as > the config.h file ends up with USE_CAIRO=0 whatever I do. > > Is cairo supported under windows? and if so, what do I have > to do to get it working? I would be happy with just access to > the cairo context for my own draw() methods. Well, it works for me with fltk-1.3 and mingw so I imagine it can work with fltk-2 as well. But maybe not? The fltk-2 code is pretty alpha, and the win32 parts of it seem to be less well tested than the linux parts, so maybe it is just broken? I do not know. Does fltk-1.3 work OK for you? I have that working with cairo on winXP and vista and it all seems to be fine. > I have cairo installed with cygwin, and I'm compiling in a > bash terminal. I also installed pkg-config as the configure > script seemed to need it. If you run pkg-config in your bash shell (with appropriate options) is it returning the correct paths and dependencies and so forth? My best guess is that the paths are wrong somewhere, or you are missing some but that cairo depends on (e.g. libpng, zlib, pixman, whatever) and as a result the configure script thinks that cairo is not supported...? 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

