Re: [Flightgear-devel] ..has anyone tried testing FG build scripts in fresh trees?

2013-02-02 Thread Arnt Karlsen
On Fri, 1 Feb 2013 23:18:05 -0500, Pat wrote in message 20130201231805.3e3875a7@spinnaker: libRTI-NG.so.1 should be in test-tree/install/openrti/libRTI-NG.so.1 The following works for me: #bin/bash TEST_TREE=$1 if [ $TEST_TREE == ]

Re: [Flightgear-devel] ..has anyone tried testing FG build scripts in fresh trees?

2013-02-02 Thread Arnt Karlsen
On Sun, 3 Feb 2013 07:12:14 +0100, Arnt wrote in message 20130203071214.01dbf...@celsius.lan: ..my patch needs more work, fgrun compile fails on libfltk1.3-dev: -- Performing Test HAVE_FLTK_1_3 -- Performing Test HAVE_FLTK_1_3 - Failed CMake Error at CMakeLists.txt:228 (message): FLTK 1.3

[Flightgear-devel] ..has anyone tried testing FG build scripts in fresh trees?

2013-01-30 Thread Arnt Karlsen
Hi, ..has anyone tried testing FG build scripts in fresh trees? ..as in, mkdir -vp test-tree ;cd test-tree ;wget -c \ http://www.gitorious.org/fg/fgmeta/blobs/raw/master/download_and_compile.sh ;chmod -x download_and_compile.sh ;\ sh download_and_compile.sh -a n -p n -d n -j 2 ALL , like our