What version of CMake are you using? Gazebo uses the FindFLTK.cmake module provided by cmake.
Gentoo had some issues with this: http://public.kitware.com/mantis/bug_view_page.php?bug_id=7809&history=1 On my Gentoo box I have cmake-2.6.4-r3 and fltk-1.1.9-r1 ( and 2.0 slotted ) and gazebo configures and compiles without manually setting the CXXFLAGS. I do remember having problems with fltk awhile back, so you may just need to sync and update cmake. Hope that helps, Scott 2010/4/27 Paul Osmialowski <[email protected]>: > I have the same and I know the workaround. > > Before running cmake (ccmake) set CXXFLAGS to: > export CXXFLAGS=`fltk-config --cflags` > > on my system fltk-config --cflags returns: > -I/usr/include/fltk-1.1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT > > This should be done by cmake scripts for Gazebo, unfortunately it is not. > > Paul > > On Mon, 19 Apr 2010, domvito55 wrote: > >> >> Someone knows how to solve this: >> >> ################################################### >> >> [ 88%] Building CXX object server/gui/CMakeFiles/gazebo_gui.dir/GLWindow.o >> In file included from /usr/local/include/FL/fl_utf8.h:75, >> from /usr/local/include/FL/Fl.H:39, >> from /home/ckoike/gazebo-0.10.0/server/gui/GLWindow.hh:35, >> from /home/ckoike/gazebo-0.10.0/server/gui/GLWindow.cc:54: >> /usr/local/include/FL/Xutf8.h:148: error: ˙˙Status˙˙ has not been declared >> make[2]: ** [server/gui/CMakeFiles/gazebo_gui.dir/GLWindow.o] Erro 1 >> make[1]: ** [server/gui/CMakeFiles/gazebo_gui.dir/all] Erro 2 >> make: ** [all] Erro 2 >> >> ################################################### >> >> Help-me please, I need this with urgency! >> Thanks >> -- >> View this message in context: >> http://old.nabble.com/Problem-installing-gazebo-%28make%29-tp28287759p28287759.html >> Sent from the playerstage-gazebo mailing list archive at Nabble.com. >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Playerstage-gazebo mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo > > ------------------------------------------------------------------------------ > > _______________________________________________ > Playerstage-gazebo mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo > > ------------------------------------------------------------------------------ _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
