Andy Ross <[EMAIL PROTECTED]> writes:
> You installed the libraries from the new plib, but you didn't
> recompile FlightGear against the new headers ...
Interesting; it appears that not recompiling and reinstalling SimGear
was my problem. It has no --with-plib configure option, so I wrongly
assumed it did not depend upon plib. The lack of a --with-plib option
also meant it could not find my homebuilt plib without a jury-rigged
./configure run that looked like:
CFLAGS=-I$PLIB/include LDFLAGS=-L$PLIB/lib ./configure ...
where for the two instances of $PLIB I actually typed the directory
specified with plib's --prefix configure option.
For the reference of others with this problem who might search this
list, the error given when SimGear did not find plib in the standard
directories was:
texcoord.cxx: In function `point_list sgCalcTexCoords(const SGBucket&, const
point_list&, const int_list&, double)':
texcoord.cxx:189: error: `SGD_DEGREES_TO_RADIANS' undeclared (first use this
function)
Thanks for the help,
--
Brandon Craig Rhodes [EMAIL PROTECTED] http://rhodesmill.org/brandon
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel