[Flightgear-devel] Re: Error compiling FlightGear

2005-05-03 Thread Melchior FRANZ
* Ampere K. Hardraade -- Tuesday 03 May 2005 03:44: I have reinstalled all the graphics related packages again. For some reasons, it worked this time. I managed to compile FlightGear without problems. But now I am having another issue: FlightGear doesn't run and gives me the following

Re: [Flightgear-devel] Re: Error compiling FlightGear

2005-05-03 Thread Ampere K. Hardraade
On May 3, 2005 02:39 am, Melchior FRANZ wrote: WARNING: ssgSGIHeader::: Failed to open '/usr/local/FlightGear/share/FlightGear/Textures/Sky/cl_cumulus.rgb' for reading. So? What's with theses files? Are you sure you have these, at this weird path? But anyway ... Those files aren't there.

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-03 Thread Melchior FRANZ
* Ampere K. Hardraade -- Tuesday 03 May 2005 09:39: On May 3, 2005 02:39 am, Melchior FRANZ wrote: at this weird path? But anyway ... Those files aren't there. Then you better cvs-up to the newest base package data. Not that this has anything to do with the GL problem. I think it may

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Melchior FRANZ
* Ampere K. Hardraade -- Saturday 30 April 2005 23:50: gcc -g -O2 -D_REENTRANT -L/usr/X11R6/lib -L/usr/local//lib -o gl-info gl-info.o -lSM -lICE -lXi -lXext -lX11 -ldl -lm gl-info.o(.text+0xd): In function `getPrints': /usr/local/src/FlightGear-0.9.8/tests/gl-info.c:28: undefined

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Melchior FRANZ
* Ampere K. Hardraade -- Monday 02 May 2005 09:17: In the attachment is a list of packaged that I have installed. Perhaps someone can point out the package that I am missing? Oh. freeglut and something that looks like opengl is already there, but the commend in brackets looks suspicious:

Re: [Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Ampere K. Hardraade
On May 2, 2005 03:39 am, Melchior FRANZ wrote: Oh. freeglut and something that looks like opengl is already there, but the commend in brackets looks suspicious: xlibmesa-gl4.3.0.dfsg.1-1 Mesa 3D graphics library [XFree86] For XFree86? But you are running Xorg's X11R6.8.* now? Maybe you

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Melchior FRANZ
* Ampere K. Hardraade -- Monday 02 May 2005 22:35: I now got the Xorg versions of mesa from ubuntu repostory. ii xlibmesa-dri 6.8.2-10 Mesa 3D graphics library modules [X.Org] [...] They didn't make any different. I'm still getting the same errors when I am trying to compile

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Melchior FRANZ
* Ampere K. Hardraade -- Monday 02 May 2005 22:16: (EE) Failed to load /usr/X11R6/lib/modules-dri-trunk/extensions/libGLcore.so (EE) Failed to load module GLcore (loader failed, 7) This does indeed look ugly. I assume that no 3d apps are running HW accelerated? I still wonder, though, how

Re: [Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Ampere K. Hardraade
On May 2, 2005 04:41 pm, Melchior FRANZ wrote: This does indeed look ugly. I assume that no 3d apps are running HW accelerated? I don't really know. glxinfo says direct rendering: yes. Xorg.0.log also reports direct rendering is enabled. Enemy Territory also runs, although it is virtually

Re: [Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Ampere K. Hardraade
On May 2, 2005 04:31 pm, Melchior FRANZ wrote: My favorite strace could give you some hint in either case: A)   $ strace -fF -eopen glxinfo 21|tee /tmp/strace.log B)   $ strace -fF -eopen ./configure 21|tee /tmp/strace.log If you search through that log file, you'll see *where* and *what*

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Melchior FRANZ
* Ampere K. Hardraade -- Monday 02 May 2005 23:06: On May 2, 2005 04:41 pm, Melchior FRANZ wrote: I still wonder, though, how fgfs' configure could run through without complaint. You should also clean the source trees if you haven't already (make clean; rm -rf autom4te.cache) and configure

[Flightgear-devel] Re: Error compiling FlightGear

2005-05-02 Thread Melchior FRANZ
* Ampere K. Hardraade -- Monday 02 May 2005 23:27: [pid 10686] open(/usr/X11R6/lib/libGL.so, O_RDONLY) = -1 ENOENT (No such file or directory) It doesn't find the dynamic lib ... [pid 10686] open(/usr/X11R6/lib/libGL.a, O_RDONLY) = 13 but a static one. It's an old one, right? Better