[Flightgear-devel] Compiler error FlightGear 2.4 in VS2008

2011-11-04 Thread 金承德
Hi All, I download the source code in official page, the tgz file but not from git, I compiler the source code but some error in FligtGear project Fatal error C1083: cannot open file “Include/no_version.h” : No such file or directory So, has anybody meet this problem before?

Re: [Flightgear-devel] Compiler error FlightGear 2.4 in VS2008

2011-11-04 Thread Frederic Bouvier
Hi, please read the README.MSVC files in Docs-mini/ Regards, -Fred - Mail original - Hi All, I download the source code in official page, the tgz file but not from git, I compiler the source code but some error in FligtGear project Fatal error C1083: cannot open file

Re: [Flightgear-devel] Compiler Error with Special simgear folder in Linux

2011-04-06 Thread Jin.Chengde
On 04/05/2011 09:15 PM, Roland Häder wrote: I use a prefix and out-of-source tree builds to install plib/osg/sg and fgfs itself. Here is plib configuration: ../../plib/configure --prefix=/opt Here is how I configured sg:

[Flightgear-devel] Compiler Error with Special simgear folder in Linux

2011-04-05 Thread Jin.Chengde
I put the simgear folder in the path of /home/kent/FlightGear/simgear/include and make it then configure the FlightGear source code ./configure --with-simgear=/home/kent/FlightGear/simgear then make the Error info : libMain.a(renderer.o): In function `~FGRenderer':

Re: [Flightgear-devel] Compiler Error with Special simgear folder in Linux

2011-04-05 Thread Roland Häder
I use a prefix and out-of-source tree builds to install plib/osg/sg and fgfs itself. Here is plib configuration: ../../plib/configure --prefix=/opt Here is how I configured sg: ../../simgear/configure

Re: [Flightgear-devel] Compiler Error with Special simgear folder in Linux

2011-04-05 Thread Csaba Halász
On Tue, Apr 5, 2011 at 3:58 PM, Jin.Chengde jinchen...@gmail.com wrote: ../../src/Network/libNetwork.a(jpg-httpd.o): In function `HttpdImageChannel::foundTerminator()': /home/kent/FlightGear/FlightGear/src/Network/jpg-httpd.cxx:117: undefined reference to `trJpgFactory::render()' if i make

Re: [Flightgear-devel] Compiler error

2010-10-09 Thread Frederic Bouvier
Hi m, Le 07/10/2010 17:12, fiers...@zonnet.nl a écrit : I used OSG version 2.9.10. The error probably has something to do with a recent change, because yesterday's compilation was fine. I guess I could roll back to an older version of OSG, like you suggested, but I was rather hoping my

[Flightgear-devel] Compiler error

2010-10-07 Thread fierst42
Hi all, I am compiling fgfs with download_and_compile.sh on Ubuntu 10.04. Latest GIT (one hour ago) is giving errors in hud.cxx: hud.cxx: In function 'void fgUpdateHUDVirtual(osg::State*)': hud.cxx:348: error: 'gluPerspective' was not declared in this scope hud.cxx:361: error: 'gluLookAt' was

Re: [Flightgear-devel] Compiler error

2010-10-07 Thread fierst42
I used OSG version 2.9.10. The error probably has something to do with a recent change, because yesterday's compilation was fine. I guess I could roll back to an older version of OSG, like you suggested, but I was rather hoping my message would ring a bell with someone that committed a change

Re: [Flightgear-devel] Compiler error

2010-10-07 Thread Tim Moore
On Thu, Oct 7, 2010 at 5:12 PM, fiers...@zonnet.nl wrote: I used OSG version 2.9.10. The error probably has something to do with a recent change, because yesterday's compilation was fine. I guess I could roll back to an older version of OSG, like you suggested, but I was rather hoping my

Re: [Flightgear-devel] Compiler error

2010-10-07 Thread Norman Vine
On Oct 7, 2010, at 11:16 AM, Tim Moore wrote: On Thu, Oct 7, 2010 at 5:12 PM, fiers...@zonnet.nl wrote: I used OSG version 2.9.10. The error probably has something to do with a recent change, because yesterday's compilation was fine. I guess I could roll back to an older version of OSG,