Re: [Flightgear-devel] simgear compile errors

2006-10-30 Thread Vivian Meazza
Michal Fabik Hello, I've cvs-updated the simgear source a couple of hours back and encountered the following: 1) configure says I don't have openAL installed which is not true. Reinstalling openAL with --prefix=/usr fixed this. 2) make says . . . In file included from

Re: [Flightgear-devel] Some new AI screenshots

2006-10-30 Thread Durk Talsma
On Sunday 29 October 2006 17:50, Darko Tasovac wrote: Hi all, What is the main goal of AI subsystem traffic pattern, do you plan the traffic pattern to be the realistic one, or random airliner flights to random destinaton? Google Earth and TaxiDraw connection is a jackpot :) Regards,

Re: [Flightgear-devel] simgear compile errors

2006-10-30 Thread Michal Fabik
Thanks, I've been reading everything about OSG in the mailing lists, I just did't expect the change so soon, cant't wait to try it out. --- Pigeon [EMAIL PROTECTED] wrote: 2) make says In file included from ../../simgear/math/SGMath.hxx:31, from

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Ralf Gerlich
Hi, Martin Spott wrote: Mathias Fr?hlich wrote: You can find that tarball at ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061029/OSG_OP_OT-1.2-Flightgear.tar.gz I am working on getting the two patches upstream ... Would you consider separating the respective patches

[Flightgear-devel] OSG Build errors

2006-10-30 Thread john.w
NUTS, still getting my mail rejected by the SF server, so I'll try a post from here again msg follows Just downloaded the new osg version from cvs. get the following error run autogen checking plib/ul.h usability... no checking plib/ul.h presence... no checking for plib/ul.h... no You

Re: [Flightgear-devel] OSG Build errors

2006-10-30 Thread Curtis Olson
Looks like the issue for this particular time is simply that you are posting from an address which isn't subscribed to the list ...Regards,Curt.On 10/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: NUTS,still getting my mail rejected by the SFserver, so I'll try a post from here againmsg

Re: [Flightgear-devel] Some new AI screenshots

2006-10-30 Thread Darko Tasovac
Thanx Durk. I asked that question because I want to contribute with some traffic patterns. Most flights are very hard or impossible to track, so I collect data flights from the airports website. Then I schedule them manually on fleet size number (planning to write C++ source for automatic random

Re: [Flightgear-devel] OSG Build errors

2006-10-30 Thread Martin Spott
Ralf Gerlich wrote: Yes, from what I understood, we still need plib at least for joystick input and audio. I guess audio is handled by OpenAL !? Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are !

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Martin Spott
Hi Mathias, Mathias Fr?hlich wrote: ... is now in. Two comments, please: 1.) There are certain places in SimGear that require including osg/Vec3f. Would you consider adding a 'configure' flag to SimGear that allows pointing to the OSG installation ? I have the OSG stuff in

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Curtis Olson
Quick way to do this is to add it to CFLAGS and CXXFLAGS (I think) ...CXXFLAGS=-I/opt/OSG/include ./configureThere's probably a way to make this happen directly with configure options too. Curt.On 10/30/06, Martin Spott [EMAIL PROTECTED] wrote: Hi Mathias,Mathias Fr?hlich wrote: ... is now in.Two

Re: [Flightgear-devel] OSG Build errors

2006-10-30 Thread Curtis Olson
Those and also the gui/mouse and networking.Curt.On 10/30/06, Ralf Gerlich [EMAIL PROTECTED] wrote:Hi,Martin Spott wrote: Ralf Gerlich wrote: Yes, from what I understood, we still need plib at least for joystick input and audio. I guess audio is handled by OpenAL !?Ah, then I mixed that up. But

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Martin Spott
Curtis Olson wrote: Quick way to do this is to add it to CFLAGS and CXXFLAGS (I think) ... CXXFLAGS=-I/opt/OSG/include ./configure I must admit that I already did that before asking around - but surprisingly it didn't have the expected result. There's probably a way to make this happen

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Martin Spott
Martin Spott wrote: Would be nice - and consistent to the way it's done in FlightGear with PLIB, SimGear and OpenAL, Would this be the right way to do it in SimGear ? --- configure.ac~ Sun Oct 29 22:08:46 2006 +++ configure.acMon Oct 30 18:21:07 2006 @@ -119,6 +119,14 @@

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Curtis Olson
Hmmm, maybe its CPPFLAGS=-I/opt/OSG/include ./configure (it's been a while and I'm going from memory here.)There once was a way to add to EXTRA_DIRS from the command line, but that apparently was lost along the way at some point. Curt.On 10/30/06, Martin Spott [EMAIL PROTECTED] wrote: Curtis Olson

Re: [Flightgear-devel] Some new AI screenshots

2006-10-30 Thread GWMobile
You can get the liverisies flight schedules per gate from the FAA website. On Mon, 30 Oct 2006 8:48 am, Darko Tasovac wrote: Thanx Durk. I asked that question because I want to contribute with some traffic patterns. Most flights are very hard or impossible to track, so I collect data

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Martin Spott
Martin Spott wrote: Would this be the right way to do it in SimGear ? --- configure.ac~ Sun Oct 29 22:08:46 2006 +++ configure.acMon Oct 30 18:21:07 2006 @@ -119,6 +119,14 @@ EXTRA_DIRS=${EXTRA_DIRS} $with_plib fi +# specify the osg location +AC_ARG_WITH(osg, [

[Flightgear-devel] further problems (OSG-related?)

2006-10-30 Thread Michal Fabik
Hi, so I've installed OSG, built cvs SimGear and FlightGear against it, set up/symlinked all the OSG paths and plugins required and now, after running fgfs I get the splash screen and everything seems to be working fine but after generating sky elements fgfs quits with the following error:

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: SimGear/simgear/scene Makefile.am, 1.6, 1.7

2006-10-30 Thread Martin Spott
Mathias Froehlich wrote: Update of /var/cvs/SimGear-0.3/SimGear/simgear/scene In directory baron:/tmp/cvs-serv28452/simgear/scene Modified Files: Makefile.am [...] Index: Makefile.am === RCS file:

Re: [Flightgear-devel] [Simgear-cvslogs] CVS: SimGear/simgear/scene

2006-10-30 Thread Martin Spott
Curtis Olson wrote: I think make needs to visit that directory when you run make dist, so it's probably good that it's included in the visited directories. Ah, I didn't think about that. So then 'libsgutil.a' should be removed from 'lib_LIBRARIES' in 'simgear/scene/util/Makefile.am' in order

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Frederic Bouvier
Selon Martin Spott : cc-1018 CC: ERROR File = /opt/OSG/include/osg/BufferObject, Line = 175 An unmatched left parentheses ( appears in an expression. typedef void (APIENTRY * BufferDataProc) (GLenum target, GLsizeiptrARB size, const GLvoid *data, GLenum usage); [... and so

Re: [Flightgear-devel] ATR72

2006-10-30 Thread Douglas Campos
i've started to model the atr 42-500, but went without time. I hope someday finish it On 10/30/06, Darko Tasovac [EMAIL PROTECTED] wrote: Does anyone have ATR-72 model for AI traffic? - Using Tomcat but need to do more?

Re: [Flightgear-devel] further problems (OSG-related?)

2006-10-30 Thread Mathias Fröhlich
Hi, On Monday 30 October 2006 18:44, Michal Fabik wrote: so I've installed OSG, built cvs SimGear and FlightGear against it, set up/symlinked all the OSG paths and plugins required and now, after running fgfs I get the splash screen and everything seems to be working fine but after

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Mathias Fröhlich
On Monday 30 October 2006 12:56, Martin Spott wrote: Mathias Fr?hlich wrote: You can find that tarball at ftp://ftp.uni-duisburg.de/FlightGear/Misc_maf/OpenSceneGraph-20061029/OSG _OP_OT-1.2-Flightgear.tar.gz I am working on getting the two patches upstream ... Would you consider

Re: [Flightgear-devel] further problems (OSG-related?)

2006-10-30 Thread Curtis Olson
Hi Mathias,Everything that is needed has been clearly explained in various emails sent to the developers list, but these emails quickly get buried. Would you (or perhaps someone else who's successfully navigated the process) be willing to put together a quick howto and I can post it to the

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Mathias Fröhlich
On Monday 30 October 2006 18:37, Martin Spott wrote: Works for me - please apply to the repository. To be honest, this was simply copied from FlightGear ;-) Sorry, that is because I have thought it is already in ... I did for fg but not for simgear. Greetings Mathias

Re: [Flightgear-devel] OpenSceneGraph

2006-10-30 Thread Martin Spott
Mathias Fr?hlich wrote: On Monday 30 October 2006 12:56, Martin Spott wrote: Would you consider separating the respective patches so people can apply them to their home grown build tree ? Done. I see, the one-liner against 'LightModel.cpp' is already in CVS. Thanks, Martin. --

Re: [Flightgear-devel] OpenSceneGraph, first feedback

2006-10-30 Thread Georg Vollnhals
Mathias Fröhlich schrieb: My feedback: 1. with your FlightGear OSG patch all compiled well (compiled the original OSG before and got data errors when running FG) 2. System: OpenSuse 10.1 x86_64, Nvidia hardware accelerated driver, AMD64 3700, 1GB RAM, Nvidia 6600GT 256 MB 3. FlightGear OSG

Re: [Flightgear-devel] OpenSceneGraph, first feedback

2006-10-30 Thread Mathias Fröhlich
Hi Georg, On Tuesday 31 October 2006 00:10, Georg Vollnhals wrote: 3.2 At first sight all seems to display well except two cockpit display errors (Z-buffer problem???) and one outside view transparency error Yes, with the current implementation I expect more z buffer problems. That will

[Flightgear-devel] OpenScenegraph MSVC8

2006-10-30 Thread Olaf Flebbe
Hi, A first try for a new build system including OSG for MSVC8 is at http://www.oflebbe.de/oflebbe/FlightGear. I was able to compile and run sucessfully a FlightGear executable from it. Greetings Olaf - Using Tomcat but