> **** 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!
Is what you have posted literally what you have in your link line? If so - where are the fltk libs included? You do not appear to have linked the fltk libs to your app, so I would not be surprised it can not find the fltk widgets! SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
