FlightGear compiles successfully with the plib1.7c102 and plib1.7-dev
Debian packages, but issues the warning:

Plib PSL scripting: 
  You will not be able to run scripts written in PSL
  and some advanced GUI and input features may not
  work.  Download and install the latest CVS version
  of plib if you would like to enable PSL support.

But when one actually grabs the CVS version of plib and tries
compiling against it instead, gcc complains:

/home/brandon/sg/lib/libsgsky.a(cloud.o)(.text+0x1eb3): In function 
`SGCloudLayer::draw()':
/home/brandon/sg/src/SimGear/simgear/scene/sky/cloud.cxx:453: undefined reference to 
`ssgCullAndDraw(ssgRoot*)'
/home/brandon/sg/lib/libsgsky.a(sky.o)(.text+0x915): In function 
`SGSky::preDraw(float, float)':
/home/brandon/sg/src/SimGear/simgear/scene/sky/sky.cxx:175: undefined reference to 
`ssgCullAndDraw(ssgRoot*)'

because plib appears to no longer provide the ssgCullAndDraw(ssgRoot*)
but instead provides a similar function taking different arguments.

Have the FlightGear developers ceased developing against the most
recent CVS version of plib, and simply forgotten to update the advice
given by the configure script, or are there other problems at work in
my attempt to build and run FlightGear?

-- 
Brandon Craig Rhodes   [EMAIL PROTECTED]   http://rhodesmill.org/brandon


_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to