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 n
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 chan
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
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.
-
Hi all,
little message from Olaf. He does not have time to write. But I know that the
MSVC win32 build dependencies for osg are already available at his web page.
http://www.oflebbe.de/oflebbe/FlightGear/3rdparty.zip
The latest project files from last week will appear soon in cvs.
Hmm, I belie
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
-
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
flight
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 yo
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 "gen
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 m
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);
> [... a
"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 orde
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.Curt.On 10/30/06,
Martin Spott <[EMAIL PROTECTED]> wrote:
Mathias Froehlich wrote:> Update of /var/cvs/SimGear-0.3/SimGear/simgear/scene> In directory baron:/tmp/c
Mathias Fr?hlich wrote:
> ... is now in.
Hi, does anyone have a proposal on how to deal with this one ?
Unfortunately this is beyond my scope as I'm unable to identify any
fault:
make[2]: Entering directory `/usr/local/src/FlightGear/src/ATC'
[...]
CC -DHAVE_CONFIG_H -I. -I. -I../../src/Include
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: /var/cvs/SimGe
Curt,
Martin Spott wrote:
> "Curtis Olson" wrote:
> > Martin, I've been out of town for several days so I think I missed what
> > issue is being addressed here. Could I ask that you take a step back and
> > give me an overview of all this?
>
> Everything you like ;-)
> For the time being of VM
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:
expect
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(
I am from Serbia (Europe) and I dont think FAA covers these flights.
GWMobile wrote:
> You can get the liverisies flight schedules per gate from the FAA
> website.
>
>
-
Using Tomcat but need to do more? Need to support
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 fl
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:
"Curti
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 @@
E
"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 hap
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
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.
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 there's still some tasks left done by plib.
Cheers,
Ralf
---
Hi Mathias,
Mathias Fr?hlich wrote:
> ... is now in.
Two comments, please:
1.) There are certain places in SimGear that require including
. Would you consider adding a 'configure' flag to
SimGear that allows pointing to the OSG installation ?
I have the OSG stuff in /opt/OSG/, so I
Does anyone have ATR-72 model for AI traffic?
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere App
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 !
Hi John,
[EMAIL PROTECTED] wrote:
> do we still need plib hanging around? notice
> configure.ac still
> contains
> references to plib. btw what is "autoget"; 1st line
> ;-)
Yes, from what I understood, we still need plib at least for joystick
input and audio. Possibly some other issues as well
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
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
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.
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 respect
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 so people can
apply them
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
> > ../../simgea
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 :)
>
> Regar
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 fro
38 matches
Mail list logo