[Flightgear-devel] OpenGL on Suse

2005-11-06 Thread Stefan Seifert

configure: error: OpenGL header file not found


Please just install the xorg-x11-Mesa-devel package. Your 3d seems to 
work just fine and there is no 3d without OpenGL in Linux. Also your 
xorg.conf is just fine with Driver fglrx on modern ATIs.
If configure is complaining about something missing, just check if you 
have that libarary installed and additionally the according -devel package.


Oh and never believe what 3Ddiag says. At least for me it never worked. 
Always complained about no 3d card found, but the 3d apps themselves ran 
just nicely.


Nine

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


[Flightgear-devel] OpenGL on Suse

2005-11-05 Thread Steve Knoblock
I am a little confused by the results of various sources.

linux:~ # fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT Generic
OpenGL version string: 1.3.5395 (X4.3.0-8.18.6)

The ATI control panel says the same thing.

But this says

3Ddiag
3Ddiag version 0.728
Verifying 3D configuration:
Using 3dinfo



No 3D capable graphic chipset found!


Checking GL/GLU/glut runtime configuration:
  GL/GLU  ... done (package xorg-x11-Mesa)
  glut ... done (package freeglut)

I can run

glxgears
12656 frames in 5.0 seconds = 2531.200 FPS

watch the gears go round, etc.

I think I installed the ATI drivers correctly, it's been a week, so I
can't remember everything I did, but part of it was fglrxconfig where I
answered some questions. Not sure what they all meant.

I installed gcc-c++ and xorg-x11-devel and now it gets this far

linux:/usr/local/source/plib-1.8.4 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
includedir changed to ${prefix}/include/plib libdir is
${exec_prefix}/lib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for pthread_create in -lpthread... yes
checking for glNewList in -lGL... yes
checking for dlclose in -ldl... yes
checking for ALopenport in -laudio... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: error: OpenGL header file not found
linux:/usr/local/source/plib-1.8.4 # 


xorg-x11-Mesa is installed. I don't know if it should be. I know that
ATI control panel reports ATI OpenGL is in use, at least I read it this
way.

freeglut is installed; but not devel.

Steve




___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d