On 02.05.2012, at 15:26, Alexander Dimitrov wrote: > I downloaded fltk-1.3.0-source.tar.gz, then according the instruction > installed Microsoft Visual C++ 2008 Express Edition with SP1. I have WinXP > SP3. > > When trying to Build the Demo I got the fatal error: > > fltk-1.3.0-source\fltk-1.3.0\FL/Fl_Cairo.H(44) : fatal error C1083: Cannot > open include file: 'cairo-win32.h': No such file or directory. > > There was no such file in the distribution. >
Please set the build style to "Debug" or "Release". It is currently set to "Cairo Debug" or "Cairo Release" thanks to VisualC sorting styles alphabetically instead of using the one that was built last. _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
