David, Returning from out of town, I am no longer able to build the cvs version of FlightGear (gcc-2.95.something). Here is the error I'm seeing:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/X11R6/include -Wall -O2 -D_REENTRANT -c -o modelmgr.o `test -f modelmgr.cxx || echo './'`modelmgr.cxx modelmgr.cxx: In method `void FGModelMgr::remove_instance(FGModelMgr::Instance *)': modelmgr.cxx:138: implicit declaration of function `int find(...)' modelmgr.cxx:138: no matching function for call to `vector<FGModelMgr::Instance *,allocator<FGModelMgr::Instance *> >::erase (int)' /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_vector.h:392: candidates are: struct FGModelMgr::Instance ** vector<FGModelMgr::Instance *,allocator<FGModelMgr::Instance *> >::erase(FGModelMgr::Instance **) /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_vector.h:399: struct FGModelMgr::Instance ** vector<FGModelMgr::Instance *,allocator<FGModelMgr::Instance *> >::erase(FGModelMgr::Instance **, FGModelMgr::Instance **) Any ideas? Thanks, Curt. David Megginson writes: > My PA28-161 model has made a little progress -- it is now fully > animated, including the stabilator and anti-servo tab, though still > untextured (and with no interior). Try > > fgfs --aircraft=pa28-161 > > if you haven't seen a stabilator/anti-servo tab at work before, and > please let me know if I've gotten any of the movements wrong. > > > All the best, > > > David > > -- > David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel -- Curtis Olson IVLab / HumanFIRST Program FlightGear Project Twin Cities [EMAIL PROTECTED] [EMAIL PROTECTED] Minnesota http://www.menet.umn.edu/~curt http://www.flightgear.org _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
