Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Buchanan, Stuart
Thanks. I downloaded the latest bleeding edge snapshot from the terragear.org website, which included the patch. I had to fix acinclude.md4 for the latest automake, but have hit a problem with ld. Is this another version issue? Output below. Thanks -Stuart Making all in e00 make[1]: Entering

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Erik Hofman
Buchanan, Stuart wrote: Thanks. I downloaded the latest bleeding edge snapshot from the terragear.org website, which included the patch. I had to fix acinclude.md4 for the latest automake, but have hit a problem with ld. Is this another version issue? In a sense, You need SimGear (CVS

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Buchanan, Stuart
So I can't just use Simgear 0.3.8? I've successfully run make install, --- Erik Hofman [EMAIL PROTECTED] wrote: Buchanan, Stuart wrote: Thanks. I downloaded the latest bleeding edge snapshot from the terragear.org website, which included the patch. I had to fix acinclude.md4

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Erik Hofman
Buchanan, Stuart wrote: So I can't just use Simgear 0.3.8? I've successfully run make install, You can try, but usually it requires the CVS version. Erik ___ Flightgear-devel mailing list Flightgear-devel@flightgear.org

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Buchanan, Stuart
Thanks Erik - I really appreciate your quick response. I built the latest SimGear CVS snapshot, hit the same problem, then realized my LIBRARY_PATH wasn't set. Doh! Running export LIBRARY_PATH=/usr/local/lib:/usr/local/include/simgear got it to compile further, but hit the problem below.

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Erik Hofman
Buchanan, Stuart wrote: SimGear installed OK (I think), so I don't know whether I'm missing from timezone libraries or what. Any idea? /home/Stuart/SimGear/simgear/timing/timestamp.cxx:74: undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status Are you running

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Harald JOHNSEN
Erik Hofman wrote: Buchanan, Stuart wrote: SimGear installed OK (I think), so I don't know whether I'm missing from timezone libraries or what. Any idea? /home/Stuart/SimGear/simgear/timing/timestamp.cxx:74: undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-07 Thread Buchanan, Stuart
Hi Harald, I'm compiling on Windows under Cygwin. Where do I get winmm.lib from ? I can't see it within my source, and all the goggle references suggest it is included in a Microsoft or Borland IDE. I have a winmm.dll though - should I link to that? If so, how? Sorry if these questions seem a

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-06 Thread Ralf Gerlich
Buchanan, Stuart schrieb: Hi All, I'm trying to compile TerraGear on Cygwin, after enjoying FlightGear for a while and deciding to put something back. I've already compiled/installed SimGear, and now I'm trying to compile nurbs++ 3.0.11, which is failing with the error at the bottom of the

[Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-06 Thread Buchanan, Stuart
Hi Ralf, My terragear source doesn't include that README (I've got the 0.9.8 release as opposed to a CVS version). What version were you using? Any chance you ould point me at the README and replacement .h files? I've also managed to trash my cygwin trying to go back to gcc 3.3.3, having finally

Re: [Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-06 Thread Ralf Gerlich
Buchanan, Stuart schrieb: Hi Ralf, My terragear source doesn't include that README (I've got the 0.9.8 release as opposed to a CVS version). What version were you using? Any chance you ould point me at the README and replacement .h files? The patch is here:

[Flightgear-devel] Cygwin/Terragear/nurbs problem

2005-08-05 Thread Buchanan, Stuart
Hi All, I'm trying to compile TerraGear on Cygwin, after enjoying FlightGear for a while and deciding to put something back. I've already compiled/installed SimGear, and now I'm trying to compile nurbs++ 3.0.11, which is failing with the error at the bottom of the mail. I'm using gcc v3.4.4. I