Csaba and Geoff,

Thanks for your replies.

I should have specified that I am trying to build FlightGear 1.9.1,
downloaded 2/3/2010 from flightgear.org at which time it was the most
current release (I see 2.0.0 is now out).  I initially started to build
just SimGear, same version, downloaded from www.simgear.org on the same
day, using the similar solution file found under simgear/projects/VC8.

I am using the VS8 solution files found in the projects subdirectory
(projects/VC8) to build both FlightGear and SimGear.

Pthreads is needed in SimGear sgthread.hxx.  Per Geoff's post, they are
required for SGThread.  As you say, if SGThread is no longer required,
it could be deleted and the dependency on pthread thereby removed.

Meanwhile I downloaded POSIX Threads for Win32 from
http://sourceware.org/pthreads-win32/ which got me over that problem.

The Boost library was procured and having the headers solved my build
issues.  I'll still gently suggest that maybe Boost should be avoided if
the use is minimal, which it currently is.  If there is consensus in the
community that it should be used, then it probably should be used
extensively.  Might as well!

I am having another problem with 1.9.1, however.  The project for
FlightGearLib includes a number of files which appear to have moved in
the download source tree.  All were supposedly under the src/ATC path.
They seem to have moved to src/ATCDCL directory instead.  Here are the
offenders:

AIEntity.cxx
AIGAVFRTraffic.cxx
AILocalTraffic.cxx
AIMgr.cxx
AIPlane.cxx
approach.cxx
ATC.cxx
ATCDialog.cxx
ATCmgr.cxx
ATCProjection.cxx
ATCutils.cxx
ATCvoice.cxx
atis.cxx
commlist.cxx
ground.cxx
tower.cxx
transmission.cxx
transmissionlist.cxx

A few other files are turning up missing as well:

src/FDM/Balloon.cxx
src/fdm/balloon/BalloonSim.cpp
src/FDM/MagicCarpet.cxx
src/Scenery/newcache.cxx
src/GUI/puList.cxx
src/GUI/sgVec3Slider.cxx
src/Scenery/tileentry.cxx
src/Airports/trafficcontrol.cxx
src/Main/FGManipulator.cxx

trafficcontrol.cxx appears to be the lone occupant of src/ATC.  I
haven't found the others yet.

Stan


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to