Re: [Flightgear-devel] Windows and source code

2008-09-18 Thread Geoff
Hello all - Well three weeks and four days into it IT WORKS! I finally got it compiled and running. MANY thanks to Geoff McLane (buddy I owe you a beer or two). It was quite a struggle. And I think much of it might have been caused by a faulty cvs download. Yesterday I decided to redownload

Re: [Flightgear-devel] Windows and source code

2008-09-17 Thread Geoff
Well a lot of answers and some questions which I will try and answer. I can't recall the mingw problem. Since my focus was trying to use the M$ tool set, I only briefly dabbled. Maybe I should revisit it. Ah yes, my attitude toward windoze. Let's just say I'm being kind when I refer to the

Re: [Flightgear-devel] Windows and source code

2008-09-16 Thread Geoff
The continuing saga of a noobie trying to install/compile/run FG in windoze. I've gotten everything to compile and link - theoretically. Well, there is an fgfs.exe created. I've spent a couple of days gathering tools, etc to try and troubleshoot this thing, but still no joy. If I run fgfs from

Re: [Flightgear-devel] Windows and source code

2008-09-16 Thread Geoff
As a followup to my previous post - I just tried single stepping from main(). I am getting into the first try and the degugger is stuck at atexit(fgExitCleanup). An error pops up The sysbol 'atexit' is not defined. The debugger will not let me signle step into or over it. -- Geoff McLean

Re: [Flightgear-devel] Windows and source code

2008-09-16 Thread Csaba Halász
On Tue, Sep 16, 2008 at 5:29 PM, Geoff [EMAIL PROTECTED] wrote: As a followup to my previous post - I just tried single stepping from main(). I am getting into the first try and the degugger is stuck at atexit(fgExitCleanup). An error pops up The sysbol 'atexit' is not defined. The debugger

Re: [Flightgear-devel] Windows and source code

2008-09-16 Thread Vivian Meazza
Geoff wrote As a followup to my previous post - I just tried single stepping from main(). I am getting into the first try and the degugger is stuck at atexit(fgExitCleanup). An error pops up The sysbol 'atexit' is not defined. The debugger will not let me signle step into or over it. --

Re: [Flightgear-devel] Windows and source code

2008-09-16 Thread Geoff
On Tue, 2008-09-16 at 18:10 +0100, Vivian Meazza wrote: Geoff wrote As a followup to my previous post - I just tried single stepping from main(). I am getting into the first try and the degugger is stuck at atexit(fgExitCleanup). An error pops up The sysbol 'atexit' is not defined.

Re: [Flightgear-devel] Windows and source code

2008-09-16 Thread Vivian Meazza
Geoff On Tue, 2008-09-16 at 18:10 +0100, Vivian Meazza wrote: Geoff wrote As a followup to my previous post - I just tried single stepping from main(). I am getting into the first try and the degugger is stuck at atexit(fgExitCleanup). An error pops up The sysbol 'atexit' is

Re: [Flightgear-devel] Windows and source code

2008-09-09 Thread Stefan C. Müller
Hard do say what's the problem. Have you checked that you really took the right DLLs? The .lib and .dll files must fit together. Maybe you have mixed different versions of some library or something (like debugging and release). You might also want to check that application really loads the

Re: [Flightgear-devel] Windows and source code

2008-09-08 Thread Geoff
On Sun, 2008-09-07 at 10:25 +0200, Stefan C. Müller wrote: Thanks, always happy to help. Fred helped me, now I pass my knowledge on to you :) Well, after compiling, changing location of things, compiling, and so on it all is done. I built the solution and I am getting fgfs,exe created.

Re: [Flightgear-devel] Windows and source code

2008-09-07 Thread Stefan C. Müller
Geoff schrieb: On Thu, 2008-09-04 at 18:27 +0200, Stefan C. Müller wrote: I'd like to thank Stefan Muller for his excellent advice in getting me pointed in the right direction with compiling FG. However, at some 90% done I've run into two snags. Thanks, always happy to help. Fred helped

Re: [Flightgear-devel] Windows and source code

2008-09-06 Thread Geoff
On Thu, 2008-09-04 at 18:27 +0200, Stefan C. Müller wrote: I'd like to thank Stefan Muller for his excellent advice in getting me pointed in the right direction with compiling FG. However, at some 90% done I've run into two snags. The CVS download of FlightGear has a SimGear project in the

[Flightgear-devel] Windows and source code

2008-09-04 Thread Geoff
Hi all, I am a noobie at FG development and I am trying to compile the Windows version of FG. I understand from the forum, that all development talk is done here, and that I just missed the same question being asked. So, please pardon my request but is there a guide to getting FG 1.0.0 compiled

Re: [Flightgear-devel] Windows and source code

2008-09-04 Thread Frederic Bouvier
Hi, - Geoff a écrit : Hi all, I am a noobie at FG development and I am trying to compile the Windows version of FG. I understand from the forum, that all development talk is done here, and that I just missed the same question being asked. So, please pardon my request but is there a

Re: [Flightgear-devel] Windows and source code

2008-09-04 Thread Stefan C. Müller
Geoff schrieb: Hi all, I am a noobie at FG development and I am trying to compile the Windows version of FG. I understand from the forum, that all development talk is done here, and that I just missed the same question being asked. So, please pardon my request but is there a guide to

Re: [Flightgear-devel] Windows and source code

2008-09-04 Thread Geoff
On Thu, 2008-09-04 at 16:42 +0200, Stefan C. Müller wrote: Hi, I was the one asking the questions you just missed :-) Good! First, there's an archive of this list here http://sourceforge.net/mailarchive/forum.php?forum_name=flightgear-devel which seems to lack behind a few days. Great!

Re: [Flightgear-devel] Windows and source code

2008-09-04 Thread Stefan C. Müller
Geoff schrieb: I'm using http://geoffmclane.com/fg/fgfs-043.htm as the 15 step guide - I'm on step 11. I am, however, running into missing files (which I hope means the current version deleted). So I gather then, that I must struggle through making sure the project files are pointed to