Hi!

I'm new at FLTK. Some weeks ago I decided to develop a cross platform GUI 
application and try to find a good API. I tried some(wxWidget,GTK+,etc) of 
them, but building all of them was really problematic, a lot of errors, etc.

Then I found FLTK which made my life much easier. :-) The source compiled on 
the first time successfully both on Win32 and Linux! And it was great that the 
API has Codeblocks project support.

So I am happy, and thank for this great API. Some comment to Codeblocks 
users(version: fltk-2.0.x-r6970) on Win32:

First:

There is a compilation error: config.h: No such file or directory

The directory fltk-2.0.x-r6970\ide\cb\ do not contains the config.h file. But 
the fltk-2.0.x-r6970\ide\devcpp does, so If I copied this file to my CodeBlocks 
include directory, the compilation was successful.

Second:

There are some linker errors:

WARNING: Can't read file's timestamp: 
J:\Downloads\FLTK\fltk-2.0.x-r6970\src\draw_xpm.cxx
WARNING: Can't read file's timestamp: 
J:\Downloads\FLTK\fltk-2.0.x-r6970\src\drawimage.cxx
WARNING: Can't read file's timestamp: 
J:\Downloads\FLTK\fltk-2.0.x-r6970\src\fillarc.cxx
WARNING: Can't read file's timestamp: 
J:\Downloads\FLTK\fltk-2.0.x-r6970\src\rgbImage.cxx
WARNING: Can't read file's timestamp: 
J:\Downloads\FLTK\fltk-2.0.x-r6970\src\scandir.cxx
Linking static library: ..\..\lib\libfltk2-debug.a
ar.exe: creating ..\..\lib\libfltk2-debug.a
ar.exe: .objs-debug\src\draw_xpm.o: No such file or directory

The CodeBlocks project file contains these files, but these files are missing. 
If I removed these from the project file, everything was successful.
So please fix these problems at the API.

Thanks to share my FLTK experience. :-)


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

Reply via email to