Hi Alasdair,

I just noted the comment in your terra_compile.sh script -
# ??why does configure not pick up the correct includes if I specify
--with-simgear=$BUILDDIR/simgear-cs

As advised in my post yesterday (Feb 12), the configure.ac is clobbering
the EXTRA_DIRS created by the --with-simgear=PATH, and my patch fixes
that, and allows other components - PLIB/OSG - to be installed in
non-standard places ;=))

The EXTRA_DIRS patch is -
-EXTRA_DIRS="/usr/local/plib /usr/X11R6"
+# EXTRA_DIRS="/usr/local/plib /usr/X11R6"
+EXTRA_DIRS="$EXTRA_DIRS /usr/X11R6"

And have now more or less answered my own question - Q: difference
between cvs and git simgear? - A: LOTS ;=)) Tried to compile TG against
cvs SG, and of course failed!

Regards,

Geoff.



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to