Hey, I installed MinGW and MSys. I built Fltk ( version 1.1.3) with this commands:
./configure --enable-gl --enable-shared --enable-threads make make install The libs were correctly build. It is also possible to compile a simple window example with: fltk-config --conpile bla.cpp Actually, I'm developing with Eclipse (CDT). I added already the include folder (C:/PROGRA~1/MSYS/local/include) to CDT and the library path (C:/PROGRA~1/MSYS/local/lib). But I still get errors: **** Build of configuration Debug for project blubb **** **** Internal Builder is used for build **** g++ -LC:/PROGRA~1/MSYS/local/lib -LC:/PROGRA~1/MinGW/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()' AND SO ON! I already spent some days to figure out what's going wrong, but it didn't help. Thanks a lot for help! Konstantin _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
