PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : foobillard und probleme mit ati-treiber?



Gronau
04.07.04, 20:30
Moin!
Ich hab das problem das foobillard nicht mit meinen ati-treibern läuft. Wenn ich es ohne 3d-beschleunigung starte läuft es, allerdings ruckelt es je nach situation und qualität. Mit ati-treiber hingegen startet es nicht, als fehlermeldung bekomm ich folgendes:

foobillard: relocation error: foobillard: undefined symbol: glGenProgramsNV

Beim kompilieren erhalte ich diese fehlermeldung:
bumpref.o(.text+0xd60):/src/foo/foobillard-3.0a/src/bumpref.c:437: undefined reference to `glLoadPrgramNV'
bumpref.o(.text+0xf77): In function `bump_setup_vp_rc':
/src/foo/foobillard-3.0a/src/bumpref.c:733: undefined reference to `glGenProgramsNV'
bumpref.o(.text+0xf87):/src/foo/foobillard-3.0a/src/bumpref.c:734: undefined reference to `glBindPrgramNV'
bumpref.o(.text+0xfae):/src/foo/foobillard-3.0a/src/bumpref.c:735: undefined reference to `glLoadPrgramNV'
bumpref.o(.text+0xfde):/src/foo/foobillard-3.0a/src/bumpref.c:742: undefined reference to `glTrackMtrixNV'
bumpref.o(.text+0xff7):/src/foo/foobillard-3.0a/src/bumpref.c:743: undefined reference to `glTrackMtrixNV'
bumpref.o(.text+0x1018):/src/foo/foobillard-3.0a/src/bumpref.c:744: undefined reference to `glProgrmParameter4fNV'
bumpref.o(.text+0x1034):/src/foo/foobillard-3.0a/src/bumpref.c:746: undefined reference to `glProgrmParameter4fNV'
bumpref.o(.text+0x1045):/src/foo/foobillard-3.0a/src/bumpref.c:747: undefined reference to `glBindPogramNV'
bumpref.o(.text+0x16b0): In function `bump_set_light':
/src/foo/foobillard-3.0a/src/bumpref.c:1130: undefined reference to `glProgramParameter4fNV'
bumpref.o(.text+0x17bf): In function `bump_use':
/src/foo/foobillard-3.0a/src/bumpref.c:1179: undefined reference to `glProgramParameter4fNV'
collect2: ld returned 1 exit status
make[1]: *** [foobillard] Error 1
make[1]: Leaving directory `/src/foo/foobillard-3.0a/src'
make: *** [install-recursive] Error 1

auch mit --enable--nvidia=no, --enable-glut oder --enable-SDL schlug das kompilieren fehl.

Kann mir dabei jemand helfen? Google spuckt gar nichts dazu aus.