Hi, I tried to compile flightgear-0.9.1 on hpux 11.00, but it fails with the following error messages:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -g -O2 -D_REENTRANT -c -o obj .o `test -f obj.cxx || echo './'`obj.cxx obj.cxx: In member function `void LeafUserData::setup_triangle(int)': obj.cxx:625: cannot allocate an object of type `DummyBSphereEntity' obj.cxx:625: because the following virtual functions are abstract: /usr/local/include/plib/ssg.h:1175: virtual void ssgEntity::getStats(int*, int*, int*, int*) obj.cxx: In function `void gen_random_surface_objects(ssgLeaf*, ssgBranch*, Point3D*, const std::string&)': obj.cxx:764: cannot allocate an object of type `DummyBSphereEntity' obj.cxx:764: since type `DummyBSphereEntity' has abstract virtual functions gmake[2]: *** [obj.o] Error 1 gmake[2]: Leaving directory `/users/mgansser/GNU/FlightGear-0.9.1/src/Objects' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/users/mgansser/GNU/FlightGear-0.9.1/src' gmake: *** [all-recursive] Error 1 mzfem_root:/users/mgansser/GNU/FlightGear-0.9.1 # my buildscript: #!/bin/csh -f # # setenv LDFLAGS "-L/usr/lib -lpthread" gmake clean ./configure -prefix=/opt/fligthgear --with-threads --with-x gmake gmake install system info: gcc-3.1 plib-1.7.0 SimGear-0.3.1 metakit-2.4.8 any help ? thanks Martin _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
