[Flightgear-devel] Re: core dump with latest cvs

2002-02-05 Thread Alex Romosan
Curtis L. Olson [EMAIL PROTECTED] writes: Have you tried recompiling simgear and flightgear completely from scratch? i recompiled everything from scratch, same problem. i've trying to debug this with gdb for the past 2 hrs with no success. it looks to me like the problem is with the property

Re: [Flightgear-devel] Re: core dump with latest cvs

2002-02-05 Thread Curtis L. Olson
Alex, It looks like there definitely is some sort of memory corruption going on with your system. It's strange that this isn't more widely reported if it is a problem with the code. globals-get_props() can't be non-zero at this point in the code. Are you running out of RAM or something?

Re: [Flightgear-devel] Re: Re: 0.7.9 release schedule

2002-02-05 Thread Cameron Moore
* [EMAIL PROTECTED] (Melchior FRANZ) [2002.02.01 05:27]: * Cameron Moore -- Thursday 31 January 2002 23:27: * [EMAIL PROTECTED] (Melchior FRANZ) [2002.01.31 16:24]: cvs up -p -r1.5 materials.xml materials.xml.1.5 m. That doesn't work for materials since it was deleted from

Re: [Flightgear-devel] Turbine engines in FGFS?

2002-02-05 Thread Cameron Moore
* [EMAIL PROTECTED] (matthew law) [2002.02.04 17:39]: Are there any plans afoot to incorporate a turbine powerplant into Flightgear? Absolutely. Hopefully, when the English weather co-operates, my baby daughter get's over her vaccinations and I get chance to go skydiving I'm going to record

Re: [Flightgear-devel] Re: core dump with latest cvs

2002-02-05 Thread Erik Hofman
Alex Romosan wrote: Curtis L. Olson [EMAIL PROTECTED] writes: Have you tried recompiling simgear and flightgear completely from scratch? i recompiled everything from scratch, same problem. i've trying to debug this with gdb for the past 2 hrs with no success. it looks to me like the

[Flightgear-devel] cvs link problems

2002-02-05 Thread Alex Romosan
with latest cvs i get: fg_io.o: In function `parse_port_config(basic_stringchar, string_char_traitschar, __default_alloc_templatetrue, 0 const )': /home/romosan/cvs/fgfs/FlightGear/src/Main/../../src/Network/atc610x.hxx:89: undefined reference to `FGATC610x virtual table' collect2: ld returned

[Flightgear-devel] Other 3D models

2002-02-05 Thread Erik Hofman
http://www.viewpoint.com/vp/showCategory.jsp?style=modelsgroupid=183action=add Space shuttle: http://www.viewpoint.com/vp/itemDetail.jsp?style=modelsproductid=VP5444gid=183f=1m=s Cessna 402c: http://www.viewpoint.com/vp/itemDetail.jsp?style=modelsproductid=VP1043gid=183f=1m=s Power lines:

Re: [Flightgear-devel] Time problem?

2002-02-05 Thread Curtis L. Olson
I believe the time on the instrument panel should be gmt. Curt. Erik Hofman writes: Hi, I have the following problem: The Panel time always is *my* local time, while the scenery shows the local time of the airport (i.e. it's dark at 14.00 hours). This might have something to do

Re: [Flightgear-devel] cvs link problems

2002-02-05 Thread Curtis L. Olson
Try removing the keyword 'inline' from the constructor and destructor. Curt. Alex Romosan writes: with latest cvs i get: fg_io.o: In function `parse_port_config(basic_stringchar, string_char_traitschar, __default_alloc_templatetrue, 0 const )':

Re: [Flightgear-devel] Re: core dump with latest cvs

2002-02-05 Thread Cameron Moore
* [EMAIL PROTECTED] (Alex Romosan) [2002.02.05 15:15]: btw, i've noticed that my messages take for ever to make it to the list. any ideas? (I'm posting for a different address than the one i used to subscribe to the list). This is because we moderate non-member posts to the -devel list. Curt

Re: [Flightgear-devel] Re: OpenGc Updates for 0.7.9

2002-02-05 Thread John Wojnaroski
Hi Curtis, got the msg on properties, still a bit foggy, but that's my fault. Have not had the time to study how and why they work. I should stop and take the time. Attached are revised opengc files. I inadvertently sent you an n-1 rev. Discovered it last night when I did a fresh checkout and

[Flightgear-devel] Re: core dump with latest cvs

2002-02-05 Thread Alex Romosan
Curtis L. Olson [EMAIL PROTECTED] writes: What is the value of globals before and after this call? Are you saying when this is done, globals == 0? no. this is what happens. we call globals = new FGGlobals; (main.cxx:1433). if i print globals.props this is what i get: {_name = {static npos =

Re: [Flightgear-devel] Re: core dump with latest cvs

2002-02-05 Thread Curtis L. Olson
This is just plain weird. Remind me what opengl drivers you are running? What version of XFree86? Can you run any other opengl programs on your system? Are you building with a RedHat/Mandrake/et.al broken compiler? Which compiler are you using? This might be one of those things that just

Re: My Bad (was Re: [Flightgear-devel] Post 0.7.9 priorities)

2002-02-05 Thread Jonathan Polley
I tried halving the fog values and got something that looked more realistic, for the long distance visibilities at least. Would it be possible to change the fog equations along with the visibility? This would be for post-0.8.0. Jonathan Polley On Monday, February 4, 2002, at 09:13 PM,