Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-16 Thread Geoff McLane
On Tue, 2012-04-10 at 17:22 +0200, Gijs de Rooy wrote: http://wiki.flightgear.org/Building_using_CMake_-_Windows in combination with https://gitorious.org/fg/flightgear/blobs/next/docs-mini/README.MSVC did it for me. Together with some help on IRC ;-) I'll see if I can improve the wiki a

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-16 Thread Gijs de Rooy
Hi Geoff, First many thanks for a great wiki on building FG with CMake in Windows using MSVC10 ;=)) Fred wrote it, I only added some minor things ;-) But I notice the link pointed to by the '3rdparty' folder is to a specific file which has now been removed from the site, namely :-

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-16 Thread castle . 64
Hi, with some generous help and advice from Geoff, finally got an FG build on windows done,  phewww! Using latest git version as of the 15th. But now it crashes on startup :-(  Complains about not finding a plugin to read objects from file c:/fg-2.7.0/fgdata/xx from the

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-16 Thread Geoff McLane
On Mon, 2012-04-16 at 12:53 +, castle...@comcast.net wrote: Complains about not finding a plugin to read objects from file c:/fg-2.7.0/fgdata/xx from the gitgo. Hi John, Well it seems some good news and some bad news ;=)) Missing plugin... yes this is quite common, unfortunately

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-16 Thread castle . 64
are not very clear to newbies. We'll get there... John - Original Message - From: Geoff McLane ubu...@geoffair.info To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Monday, April 16, 2012 8:12:30 AM Subject: Re: [Flightgear-devel] FGbuild for MS Windows

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-16 Thread Rob Dosogne
On Mon, Apr 16, 2012 at 10:39, castle...@comcast.net wrote: Looking over your comments, it might be my install of the OSG stuff that is causing the problem.  Took the easy way of sticking fgfs.exe in with the 3rd party libraries,  guessing what is missing is the OSG plugin or a path to it. 

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-12 Thread Geoff McLane
Hi John, zconf.h is taken care off, Ok, that is good, but could you please shared what you did. I think you mentioned finding something about editing zconf.h... Found what, where... what edits did you do? This is to just HELP the NEXT person that stumbles over this... And may even get one

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-12 Thread castle . 64
to digest your entire email. From: Geoff McLane ubu...@geoffair.info To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Thursday, April 12, 2012 4:09:59 AM Subject: Re: [Flightgear-devel] FGbuild for MS Windows Hi John, zconf.h is taken care off, Ok

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-12 Thread Olaf Flebbe
Hi, Really ? Do you manage to build 64bit executables with VS Express ? Yes. Does it come with a 64bit compiler ? No. But the Windows SDK 7.1 for 64Bit comes with the VS 2010 64 Bit compiler and integrates with the VS Express environment. I just downloaded your 64Bit 3rdParty for VS2010

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-11 Thread castle . 64
Code. John - Original Message - From: castle 64 castle...@comcast.net To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Tuesday, April 10, 2012 9:47:00 PM Subject: Re: [Flightgear-devel] FGbuild for MS Windows OK, disregard

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-11 Thread castle . 64
flightgear-devel@lists.sourceforge.net Sent: Wednesday, April 11, 2012 6:46:18 AM Subject: Re: [Flightgear-devel] FGbuild for MS Windows Do I have to create my own unistd.h?  Or do we have a replacement that works with VS?   Where would I find a copy?   4 lowlevel.cxx 4c:\fgbuild

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-11 Thread castle . 64
Hi, The wiki writeup did not talk about using glut or FLTK or whatever for the graphics.  The fgfs build failed. 13 Creating library C:/fgbuild/projects/msvc100/FlightGear/src/Main/Debug/fgfs.lib and object C:/fgbuild/projects/msvc100/FlightGear/src/Main/Debug/fgfs.exp 13LINK :

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-11 Thread Gene Buckle
On Wed, 11 Apr 2012, castle...@comcast.net wrote: found the note on editing zconf.h.  Simgear build and install completed; onto to flightgear John \o/ g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. http://www.diy-cockpits.org/coll - Go Collimated or

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-11 Thread Geoff McLane
Hi John, 1: unistd.h Yes I ran across the missing 'unistd.h' in zconf.h recently, but I thought my problem was in FG, but maybe also SG... The FIX is simple I think... somewhere there is a 'config.h' - one I know about is in FG\util\fgadmin\src - which has - #define HAVE_UNISTD_H 1 This

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-11 Thread castle . 64
Thanks Geoff, zconf.h is taken care off, looked in  the libraries and puAux.lib and pu.lib are there.  Here is an extract from the CMakecache.txt file.  //Path to a library. PLIB_LIBRARIES:FILEPATH=PLIB_LIBRARIES-NOTFOUND   //The PLIB_PUAUX library

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread castle . 64
- Original Message - Hi Geoff If you tell more exactly, either on this list, or direct off list, maybe can help more with SPECIFIC things... Using the wiki tutorial Building FlightGear- Windows. I'll take a look and give the Cmake -Windows version a try. will give you a shout

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread Gijs de Rooy
http://wiki.flightgear.org/Building_using_CMake_-_Windows in combination with https://gitorious.org/fg/flightgear/blobs/next/docs-mini/README.MSVC did it for me. Together with some help on IRC ;-) I'll see if I can improve the wiki a bit more. Gijs

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread castle . 64
: Gijs de Rooy gijsr...@hotmail.com To: FlightGear Development list flightgear-devel@lists.sourceforge.net Sent: Tuesday, April 10, 2012 9:22:28 AM Subject: Re: [Flightgear-devel] FGbuild for MS Windows http://wiki.flightgear.org/Building_using_CMake_-_Windows in combination with https

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread castle . 64
- Original Message - From: castle 64 castle...@comcast.net To: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Sent: Tuesday, April 10, 2012 11:12:38 AM Subject: Re: [Flightgear-devel] FGbuild for MS Windows Thanks to all,   getting closer

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread Frederic Bouvier
- De: castle 64 castle...@comcast.net À: FlightGear developers discussions flightgear-devel@lists.sourceforge.net Envoyé: Mardi 10 Avril 2012 19:24:11 Objet: Re: [Flightgear-devel] FGbuild for MS Windows OK, think I see the problem. running a bare cmake shows there is no generator install

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread Olaf Flebbe
VC2010 express is only able to generate 32bit programs Regards, -Fred Hi, One can use the Windows SDK http://www.microsoft.com/download/en/details.aspx?displaylang=enid=8442 GRMSDKX_EN_DVD.iso to generate 64 Bit Windows Executables. This integrates with VS2010 Express as well. Olaf

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread Frederic Bouvier
Hi Olaf, De: Olaf Flebbe f...@oflebbe.de VC2010 express is only able to generate 32bit programs Regards, -Fred Hi, One can use the Windows SDK http://www.microsoft.com/download/en/details.aspx?displaylang=enid=8442 GRMSDKX_EN_DVD.iso to generate 64 Bit Windows Executables.

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread castle . 64
OK,  got through the configure and generate operations with CMake   version is 2 dot 7 dot 0 ignoring: ^C:/fgbuild/simgear/.git;\\.gitignore;Makefile.am;~$; Library installation directory: lib 3rdparty files located in C:/fgbuild/dependencies BOOST_ROOT is

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-10 Thread castle . 64
@lists.sourceforge.net Sent: Tuesday, April 10, 2012 9:04:50 PM Subject: Re: [Flightgear-devel] FGbuild for MS Windows OK,  got through the configure and generate operations with CMake   version is 2 dot 7 dot 0 ignoring: ^C:/fgbuild/simgear/.git;\\.gitignore;Makefile.am;~$; Library

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-08 Thread Geoff McLane
Hi Rob, Thanks for your input, but some of what you said confused me ;=(( In this fgfs first-for-me with MSVC10 Pro (same v10.0.40219.1 SP1Rel as you mentioned) I thought I should stick to a 32-bits build for a start, even though I am in a 64-bit OS, and have a 64-bit CPU, etc... When I

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-08 Thread Geoff McLane
Hi Rob, Concerning the setting of CMAKE_CL_64 just found this - http://www.cmake.org/Bug/view.php?id=10509 for CMake version 2.8.1 Seems in that case removing 'CXX'??? and it worked... so it seems no CMake 'fix' was applied... I am using 2.8.7, but MAYBE we also defined CXX somewhere, what

[Flightgear-devel] FGbuild for MS Windows

2012-04-07 Thread castle . 64
Hi, Can someone point out a good, current tutorial or forum/chat room  for building FG under MS windows.  Havng problems with the wiki write-up and can't determine if it is operator error or problems with the instructions or just suffering from a case of newbeitis as I've never worked

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-07 Thread Geoff McLane
Hi John W., You do not say WHICH wiki write-up(s) you are having problems with, nor exactly what the problems are... so can not really help much... For my part, after re-RE-reading carefully through :- http://wiki.flightgear.org/Building_FlightGear_-_Windows I started meticulously and

Re: [Flightgear-devel] FGbuild for MS Windows

2012-04-07 Thread Rob Dosogne
On Sat, Apr 7, 2012 at 15:13, Geoff McLane ubu...@geoffair.info wrote: This new attempt is in a new Windows 7 64-bits machine, using MSVC10... a fresh start for me... I have this setup working on my machine; I'm building OSG-trunk myself, and using the 3rd-party libs from the build server.