Re: [Flightgear-users] Trouble compiling OSG

2007-08-06 Thread Will Harrison
It worked, and now I've got flightgear CVS working again. Thanks everyone for your help. On 8/5/07, Will Harrison <[EMAIL PROTECTED]> wrote: > > I think the reason it's complaining about OPENGL_xmesa_INCLUDE_DIR is that > I don't have xmesa.h. I'll try it without and see if it works but I think >

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
I think the reason it's complaining about OPENGL_xmesa_INCLUDE_DIR is that I don't have xmesa.h. I'll try it without and see if it works but I think that's the problem. On 8/5/07, Will Harrison <[EMAIL PROTECTED]> wrote: > > Thanks for the explanation, while going through the configuration I found

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
Thanks for the explanation, while going through the configuration I found some things that could have been causing a problem: > Variable Name: OPENGL_gl_LIBRARY > Description: Path to a library. > Current Value: OPENGL_gl_LIBRARY-NOTFOUND Just to clarify, the opengl library would be Mesa, right?

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Melchior FRANZ
* Georg Vollnhals -- Monday 06 August 2007: > Nick: > > I couldn't work out what 'the configuration' screen was, nor meant. That's just what comes up with $ ccmake . (with double 'c'), Don't forget to set CMAKE_BUILD_TYPE to either "Release" or "RelWithDebInfo", but don't let it set to "Debug",

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Georg Vollnhals
Will Harrison schrieb: > I've tried this with both the stable 2.0 version and the latestsvn, > but I'll keep messing with it. > Hi Will, I don't know whether this helps you but what Nick wrote solved my problems with OSG compilation some time ago: >

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
I've tried this with both the stable 2.0 version and the latestsvn, but I'll keep messing with it. On 8/5/07, Curtis Olson <[EMAIL PROTECTED]> wrote: > > Ok, oops, I thought you were trying to compile simgear/flightgear. Never > mind, I see from your subject that you are working on OSG, my mistak

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Curtis Olson
Ok, oops, I thought you were trying to compile simgear/flightgear. Never mind, I see from your subject that you are working on OSG, my mistake. Any time the OSG make has broke on me, I've waited 5 minutes, run svn update in the OpenSceneGraph tree and the build problem has gone away. Curt. On

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
Thanks for replying. I already reran the configure script, but I'm not seeing any opengl check during the configure. It's not really giving me very verbose output. I can send the output of the configure script if you want. To configure I'm running: cmake -D CMAKE_INSTALL_PREFIX:PATH="/usr" . On 8/

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Curtis Olson
Maybe try rerunning the configure script (and remove it's cache if it's made one.) If you were missing a critical library when you ran the configure script and it couldn't find it, it would not have added it to the list of libraries to link to, so then just adding the library to your system won't

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
I now have all of those packages installed but I still get the same errors. Strange. On 8/5/07, Will Harrison <[EMAIL PROTECTED]> wrote: > > I'm on Debian. Thanks for the list, the OSG site didn't list so many > dependencies. I'll check if I have those installed. > > On 8/5/07, Ron Jensen <[EMAIL

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
I'm on Debian. Thanks for the list, the OSG site didn't list so many dependencies. I'll check if I have those installed. On 8/5/07, Ron Jensen <[EMAIL PROTECTED]> wrote: > > On Sun, 2007-08-05 at 13:20 -0400, Will Harrison wrote: > > Hello, > > I have all the dependencies for OSG installed, but wh

Re: [Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Ron Jensen
On Sun, 2007-08-05 at 13:20 -0400, Will Harrison wrote: > Hello, > I have all the dependencies for OSG installed, but when it's almost > done compiling I get a bunch of errors like this: > libosgViewer.so: undefined reference to `XSetInputFocus' > libosg.so: undefined reference to

[Flightgear-users] Trouble compiling OSG

2007-08-05 Thread Will Harrison
Hello, I have all the dependencies for OSG installed, but when it's almost done compiling I get a bunch of errors like this: > libosgViewer.so: undefined reference to `XSetInputFocus' > libosg.so: undefined reference to `glAlphaFunc' > libosgViewer.so: undefined reference to `XMoveResizeWindow' >