[Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
OS: Slackware 11.0 I install OSG from ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061114/OSG_OP_OT-1.2-Flightgear.tar.gz I get SimGear and FlightGear from CVS with -rHEAD. I build SimGear withour errors, but when try to compile FlightGear I see: ... if g++ -DHAVE_CONFIG_H -I.

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Martin Spott
Aleksey Y. Ulasevich (STAKANOV) wrote: I get SimGear and FlightGear from CVS with -rHEAD. I build SimGear withour errors, but when try to compile FlightGear I see: ... if g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Include -I../.. -I../../src -I/usr/X11R6/include -I/usr/local/include -g -O2

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Fine. Run with make CFLAGS=-DAPIENTRY CPPFLAGS=-DAPIENTRY and that should solve the problem Vikas On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) [EMAIL PROTECTED] wrote: Martin Spott ?: Search for 'glut' and 'windows.h' in the mailing list archive and you'll likely find the proposed

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Sorry i meant comment out the #undef APIENTRY in glut.h On 12/22/06, Vikas N Kumar [EMAIL PROTECTED] wrote: Just undefine APIENTRY in your glut.h and you should be good to go. - Take Surveys. Earn Cash. Influence the

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
Vikas N Kumar ?: Sorry i meant comment out the #undef APIENTRY in glut.h On 12/22/06, Vikas N Kumar [EMAIL PROTECTED] wrote: Just undefine APIENTRY in your glut.h and you should be good to go. I can't see #undef APIENTRY in my /usr/X11R6/include/GL/glut.h. May be I must to add

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
Just undefine APIENTRY in your glut.h and you should be good to go. On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) [EMAIL PROTECTED] wrote: OS: Slackware 11.0 I install OSG from ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061114/OSG_OP_OT-1.2-Flightgear.tar.gz I get SimGear

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Vikas N Kumar
You are getting errors when you build FlightGear right, so do it when you build FlightGear On 12/22/06, Aleksey Y. Ulasevich (STAKANOV) [EMAIL PROTECTED] wrote: Vikas N Kumar ?: Fine. Run with make CFLAGS=-DAPIENTRY CPPFLAGS=-DAPIENTRY and that should solve the problem Must I

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Maik Justus schrieb: Hi, small fix, use this diff instead of the gear.diff of my last mail (only necessary if you compiler don't like the first one). Maik Hi Maik or anyone else, can you tell me how to apply this patch? I don't want to make it manually and therefore tried different patch

[Flightgear-devel] 787 model

2006-12-22 Thread JOSHUA WILSON
Here is the 787 model that I have developed for Flightgear. http://www.golffoxtrotsierra.741.com/787.ziphttp://www.golffoxtrotsierra741.com/787.zip I hope you enjoy it.- Take Surveys. Earn Cash. Influence the Future of IT

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Maik Justus
Hi Georg, unfortunately I have never applied a .diff. I really have no idea how to do it. But probably other users have. Maik Georg Vollnhals schrieb am 22.12.2006 18:01: Hi Maik or anyone else, can you tell me how to apply this patch? I don't want to make it manually and therefore tried

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
Martin Spott ?: Search for 'glut' and 'windows.h' in the mailing list archive and you'll likely find the proposed workaround, I read it (http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg06790.html), but and have not understood as to solve a problem. :-( And

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Maik Justus schrieb: Hi Georg, unfortunately I have never applied a .diff. I really have no idea how to do it. But probably other users have. Maik Maik, thank you very much anyway - for the fast reply and for going into that stuff :-) Regards Georg

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Melchior FRANZ
* Georg Vollnhals -- Fri Dec 22 2006: can you tell me how to apply this patch? $ cd fgfs/FlightGear/src/FDM/ $ patch --dry-run -p0 /tmp/gear.diff Now check if it (fake-)applied cleanly, and if so, do it for real: $ patch -p0 /tmp/gear.diff Sometimes you need not -p0 or different numbers

Re: [Flightgear-devel] 787 model

2006-12-22 Thread Martin Spott
JOSHUA WILSON wrote: Here is the 787 model that I have developed for Flightgear. In CVS now. oh, I wrote Justin Smithies and Syd Adams into the CVS commit message because that's the way it's stated in the 787-set.xml. I'm sorry about that. Just to correct the -set file: Is this solely

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
Vikas N Kumar ?: Fine. Run with make CFLAGS=-DAPIENTRY CPPFLAGS=-DAPIENTRY and that should solve the problem Must I do it when I build OSG or FlightGear? - Take Surveys. Earn Cash. Influence the Future of IT

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Melchior FRANZ schrieb: can you tell me how to apply this patch? $ cd fgfs/FlightGear/src/FDM/ $ patch --dry-run -p0 /tmp/gear.diff Now check if it (fake-)applied cleanly, and if so, do it for real: $ patch -p0 /tmp/gear.diff Thank you very much, Melchior, it seems to

Re: [Flightgear-devel] 787 model

2006-12-22 Thread JOSHUA WILSON
I apologize for the confusion. I developed the 787 model using various sources, including some of the files from other FlightGear models and the Boeing 787 brochure. the C:\Program Files\FlightGear\data\Aircraft\787 file was not signifigantly modified from the 777 file. I do not have enough

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
I deinstall package glut-3.7 and install pakage freeglut-2.4.0-i486-1pcx.tgz. Now I waiting end of FlightGear compilation. No errors. And I can't see #undef APIENTRY in freeglut's headers. Vikas N Kumar ?: HI I have built flightgear with Slamd64 and solaris. from CVS so you should do

Re: [Flightgear-devel] small bug in YASim-gears

2006-12-22 Thread Andy Ross
Maik Justus wrote: there is a minor bug in YASim in the gear code. The sfric and dfric tags in the aircrafts .xml are ignored. I didn't even know those were tunable. Actual tires have a very narrow range of friction coefficients, except for special cases like knobby off-road tires or special

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Maik Justus
Hi, osg and plib branch differ in some details. My patch works only on the plib-branch. I hope I find the time to patch the head/osg-branch tonight. Maik Georg Vollnhals schrieb am 22.12.2006 18:47: Melchior FRANZ schrieb: can you tell me how to apply this patch? $ cd

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Maik Justus schrieb: Hi, osg and plib branch differ in some details. My patch works only on the plib-branch. I hope I find the time to patch the head/osg-branch tonight. Thank you Mike for the info as I just tried to solve the error messages in the osg-branch - now the same with plib :-)

[Flightgear-devel] 787 == wing flex !

2006-12-22 Thread Curtis Olson
Nice easter egg on the 787, watch the wings and wiggle the elevator up and down. :-) Curt. -- Curtis Olson - University of Minnesota - FlightGear Project http://baron.flightgear.org/~curt/ http://www.humanfirst.umn.edu/ http://www.flightgear.org Unique text: 2f585eeea02e2c79d7b1d8c4963bae2d

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
Comiled, but : [EMAIL PROTECTED]:~/FlightGear-0.9/source/src/Main$ ./fgfs --fg-root=/home/pilot/FlightGear-0.9/ --geometry=1024x768 Model Author: Unknown Creation Date: 2002-01-01 Version: $Id: c172p.xml,v 1.17 2006-03-13 15:27:14 ehofman Exp $ Description: Cessna C-172 Cannot find model file

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Aleksey Y. Ulasevich (STAKANOV)
Ok. Thank You. I try to compile and install freeglut from CVS. :-) Vikas N Kumar ?: i dont know. what I had done was use freeglut CVS version. Are you sure ? look in glut.h You should fine #define APIENTRY and #undef APIENTRY somewhere.

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Maik Justus schrieb: Hi, osg and plib branch differ in some details. My patch works only on the plib-branch. I hope I find the time to patch the head/osg-branch tonight. Hi Maik, the plib branch compiled without problems after applying the patch (thanks to Melchior). I made some

Re: [Flightgear-devel] small bug in YASim-gears

2006-12-22 Thread Berndt, Jon S
The slipping is a numerics effect, not a modeling one. The only way to get the gear jitter to produce a stable solution over time is to push the coefficients *down*. But that will produce more slipping, not less. The solution to this problem is a rewrite of the static gear friction to

[Flightgear-devel] Small problem with 787 ...

2006-12-22 Thread Curtis Olson
I experienced a small technical glitch in the 787 on climbout from KSFO ... picture at the following link: http://baron.flightgear.org/~curt/tmp/problem.jpg Curt. -- Curtis Olson - University of Minnesota - FlightGear Project http://baron.flightgear.org/~curt/ http://www.humanfirst.umn.edu/

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Maik Justus
Hello Georg, thank you for testing. Some questions: -the reduced framerate, did you see this with ths JSB-Cessna, too? -is the reduced framerate only on ground (same for grass and runway)? or on water? or in air? -in my last mail there is a dhc2f.diff. This need to be applied on the beaver.

Re: [Flightgear-devel] Small problem with 787 ...

2006-12-22 Thread Joacim Persson
On Fri, 22 Dec 2006, Curtis Olson wrote: I experienced a small technical glitch in the 787 on climbout from KSFO ... picture at the following link: http://baron.flightgear.org/~curt/tmp/problem.jpg =8-o ...terrorists placed a bomb onboard perhaps?

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Maik Justus
Hi, here is a patch for the head/osg-branch. But unfortunately it does not work here. It seems, that FGGroundCache::get_agl(double t, const SGVec3d dpt, double max_altoff, SGVec3d contact, SGVec3d normal, SGVec3d vel, int *type, const SGMaterial**

Re: [Flightgear-devel] Small problem with 787 ...

2006-12-22 Thread Arnt Karlsen
On Fri, 22 Dec 2006 13:29:17 -0600, Curtis wrote in message [EMAIL PROTECTED]: I experienced a small technical glitch in the 787 on climbout from KSFO ... picture at the following link: http://baron.flightgear.org/~curt/tmp/problem.jpg ..you gotta quit, there are good reasons for the ban

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Maik Justus schrieb: Hello Georg, thank you for testing. Some questions: -the reduced framerate, did you see this with ths JSB-Cessna, too? Yes, the same -is the reduced framerate only on ground (same for grass and runway)? or on water? or in air? Nearly the same on ground and in

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Maik Justus
Hi Georg, Maik Justus schrieb am 22.12.2006 22:55: BTW: Making some screenshots I got on land with floats , gear up. Land behaves like water, even visible Kielwasser. This should be revised during further develoment. I think on ground with retracted gear there is no gear on the

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Georg Vollnhals
Maik Justus schrieb: I think my changes do not touch jsbsim. Therefore I think, the reduced framerate is caused by something else. Do you have the non-patched version and can test the framerate with it? I used the unpatched version a lot the last days for placing objects with the ufo and

Re: [Flightgear-devel] OSG error?

2006-12-22 Thread Lou Sanchez-Chopitea
Hi, Aleksey Y. Ulasevich (STAKANOV) wrote: Comiled, but : [EMAIL PROTECTED]:~/FlightGear-0.9/source/src/Main$ ./fgfs --fg-root=/home/pilot/FlightGear-0.9/ --geometry=1024x768 Model Author: Unknown Creation Date: 2002-01-01 Version: $Id: c172p.xml,v 1.17 2006-03-13 15:27:14 ehofman Exp $

Re: [Flightgear-devel] ground properties, was Re: osg/plib, difference in collision detection

2006-12-22 Thread Maik Justus
Hi Georg, Georg Vollnhals schrieb am 22.12.2006 23:18: I understand that ... b) you might give some extra drag on floats if they have ground (land) contact with retracted gears in further development? Yes, can be done right now in the dhc2.xml by adding an extra gear, which only works on

Re: [Flightgear-devel] Help!!! compiling error of fg_server-0.9. 10

2006-12-22 Thread Pigeon
I compile the source code of fg_server-0.9.10,use the command lines: # export CXX=g++-4.0 #./configure #make But I get the many error informations like this: fg_server.cpp: In member function 'int FG_SERVER::Init()' fg_server.cpp:105: error: no match for

Re: [Flightgear-devel] 787 == wing flex !

2006-12-22 Thread Chris Wilkinson
Hi there, Curtis Olson wrote: Nice easter egg on the 787, watch the wings and wiggle the elevator up and down. :-) Very nice indeed! I tested the 787 just now, and noted that the wings lift as you gather speed on the runway, they flex if you turn hard, or give the elevator a good pull. On

Re: [Flightgear-devel] Import DAFIF into SQL !?

2006-12-22 Thread Dene
And if Oshkosh reconfigures their runways and landing zones for EAA, ..yup, that's what I'm talking about. are they out repaving the runways and taxiways, ..nope, unless somebody coughs up the funds needed. are they repainting line markings? ..I dunno if