I wanted to give FLTK 2.0 a first try (never used 1.0 either).
Compiling on Windows with MSVC8.1.

The following problems have prevented me from getting anything to run:

##1## In fltk_cairo.h, line 38:
  #include <cairo.h>
I cannot find cairo.h anywere in the downloaded archive.
Was it omitted by accident?
Another file that appears to be missing: cairo-win32.h,
included from "win32.h" at line 76.

I found that I could set USE_CAIRO=0 to work around this, but then had other 
errors:

##2##
 - Image.cxx: it is as if the file was partially truncated or corrupted
   by an automated merge.
   After the headers, it starts with:
#if USE_X11
# include "x11/Image.cxx"
#elif defined(_WIN32)
# include "win32/Image.cxx"
#elif USE_QUARTZ
# include "osx/Image.cxx"
#else
# error
#endif

    Symbol(name), pixeltype_(fltk::RGB32), w_(12), h_(12),
/*! \fn Image::Image(const char* name)

-- something got truncated?


##3##
I have several errors about attempting to instantiate the abstract class 
"fltk::Symbol".
E.g. at line 99 of image.cxx.


##4##
UpBox.cxx: Rectangle is reported as an ambiguous symbol
(collision with a function in wingdi.h on Windows ?).
fltk:: namespace scoping needs to be specified.




I hope this feedback will be of use.
I would like to give fltk2  another try again, if you can help me address the 
above.

Thanks -Ivan


NB: I do not use subversion at this point...

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

Reply via email to