On Mon, 11 Apr 2011 05:39:33 +0200, Pascal wrote in message 
<877hb1focq....@kuiper.lan.informatimago.com>:

> 
> I just checked out the next branches in simgear and flightgear and
> pulled them, and when compiling with:
> 
> ------------------------------------------------------------------------
> #!/bin/bash
> base=/data/src/simulation/fg/
> prefix=/opt/fgfs
> rsynch="rsync -HSWacvxz --progress --force --delete --delete-after"
> 
> cd $base/simgear 
> ./autogen.sh
> ./configure --prefix=$prefix \

..add this line here with:  --with-jpeg-factory \

> && make && make install
> 
> cd $base/flightgear
> ./autogen.sh
> ./configure --prefix=$prefix  \
> && make && make install
> 
> cd $base
> $rsynch fgdata $prefix/share/FlightGear
> ------------------------------------------------------------------------
> 
> the compilation of flightgear ends with this error:

> Perhaps the problem is with simgear, while I find jpgRenderFrame
> declared in simgear/screen/jpgfactory.cxx, I don't find it in the
> library: nm /opt/fgfs/lib/libsgscreen.a|grep jpgRenderFrame 
> gives nothing.
> 
> It looks like jpgfactory is not linked in, in simgear.
> 
> 


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to