I compiled the latest HEAD checked out on 2006-06-09 08:30, and had to make the following changes to compile on SuSE 10.0:

src/Gui/GNUmakefile - Added "-I/usr/X11R6/include" and "-L/usr/X11R6/lib" for the X11 directories for the FLTK that can be installed via YAST.

src/osgEphemerisLib/Shmem.cpp - Line ~106, commented out "::Shmem::delete( data ); //correct?". It looks like a delete is trying to be done on a void, which my compiler says isn't right! :) Also, that code looks like it would call itself. I didn't take any time to figure out what was actually trying to be done.

Gerald
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to