Thanks! After your reply I adjusted the includement of the lib folder. Currently I have this includements:
Include: C:/PROGRA~1/MSYS/local/include Library Path: C:/Program Files/MSYS/local/lib (the lib folder contains libfltk.a, libfltk_forms.a, libfltk_gl.a, libfltk_images.a) But I still have an error message: **** Internal Builder is used for build **** g++ -IC:/PROGRA~1/MSYS/local/include -O0 -g3 -Wall -c -fmessage-length=0 -osrc\bla.o ..\src\bla.cpp g++ -LC:/Program Files/MSYS/local/lib -oblubb.exe src\bla.o src\bla.o: In function `Z6but_cbP9Fl_WidgetPv':C:/Documents and Settings/engineer/workspace/blubb/Debug/../src/bla.cpp:12: undefined reference to `Fl_Widget::redraw()' src\bla.o: In function `main':C:/Documents and Settings/engineer/workspace/blubb/Debug/../src/bla.cpp:17: undefined reference to `Fl_Window::Fl_Window(int, int, char const*)' AND SO ON! There is no problem with includements of the header files (#include <FL/Fl.H>) - this is working. Apparently, the is something wrong with the libs, but I'm not sure what to do. I spent already couple days to figure out what's going wrong, but still the same problem :( Thanks for the help! Konstantin _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
