Re: [Flightgear-devel] link error on jpgRenderFrame in next pulled this night.

2011-04-11 Thread Erik Hofman
On Mon, 2011-04-11 at 05:39 +0200, Pascal J. Bourguignon wrote:
 I just checked out the next branches in simgear and flightgear and
 pulled them, and when compiling with:

I think you either need to configure simgear using --with-jpeg-factory
or need to doe a 'make uninstall' for simgear before running configure
at the flightgear side.

Erik


--
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


Re: [Flightgear-devel] link error on jpgRenderFrame in next pulled this night.

2011-04-11 Thread Arnt Karlsen
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-factor \

  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


Re: [Flightgear-devel] link error on jpgRenderFrame in next pulled this night.

2011-04-11 Thread Arnt Karlsen
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


Re: [Flightgear-devel] link error on jpgRenderFrame in next pulled this night.

2011-04-11 Thread Pascal J. Bourguignon
Erik Hofman e...@ehofman.com writes:

 On Mon, 2011-04-11 at 05:39 +0200, Pascal J. Bourguignon wrote:
 I just checked out the next branches in simgear and flightgear and
 pulled them, and when compiling with:

 I think you either need to configure simgear using --with-jpeg-factory
 or need to doe a 'make uninstall' for simgear before running configure
 at the flightgear side.


Thank you and Arnt, it works well with this option.

-- 
__Pascal Bourguignon__ http://www.informatimago.com/
A bad day in () is better than a good day in {}.

--
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