Menu

#7 crash of compilation

closed-out-of-date
nobody
None
5
2006-10-04
2004-05-30
Anonymous
No

I checkout CVS repository of jahshaka and my attempt of
compilation ended with these errors:

g++ -c -pipe -O2 -march=i586 -mcpu=i686
-fmessage-length=0 -Wall -fPIC -Wall -W -O2 -march=i586
-mcpu=i686 -fmessage-length=0 -Wall -fPIC -D_REENTRANT
-DJAHLINUX -DPIXELSHADERS -DJAHTHEMES -DQT_NO_DEBUG
-DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/lib/qt3/mkspecs/default -I. -I. -I..
-I../../Core/Objects -I../../Core/Render
-I../../Core/World -I../../desktop -I../../Source
-I../../libraries -I../../libraries/timeline
-I../../libraries/keyframes -I../../libraries/nodes
-I../../libraries/assetobj -I../../libraries/imagelibs
-I../../libraries/interfaceobjs
-I../../libraries/mediaobject
-I../../libraries/jahfileloader
-I../../libraries/jahtracer -I../../Modules/animate
-I../../Modules/color -I../../Modules/edit
-I../../Modules/effect -I../../Modules/painter
-I../../Modules/text -I../../objectlibs/FTGL
-I../../objectlibs/glmlib -I../../objectlibs/l3ds
-I../../objectlibs/particle -I../../network
-I../../player -I../../sqlite -I/usr/include/freetype2
-I/usr/include -I/usr/lib/qt3/include -I/usr/include -o
jahshader.o jahshader.cpp
jahshader.cpp: In member function `void
JahLayer::initVertexShader(int)':
jahshader.cpp:34: error: `glGenProgramsNV' undeclared
(first use this function)
jahshader.cpp:34: error: (Each undeclared identifier is
reported only once for each function it appears in.)
jahshader.cpp:35: error: `glBindProgramNV' undeclared
(first use this function)
jahshader.cpp:36: error: `glLoadProgramNV' undeclared
(first use this function)
jahshader.cpp:38: error: `glTrackMatrixNV' undeclared
(first use this function)
jahshader.cpp:42: error: `glProgramParameter4fNV'
undeclared (first use this function)
make[1]: *** [jahshader.o] Error 1
make[1]: Leaving directory
`/home/karel/software/jahshaka/jahshaka/jah/Core/Objects'
make: *** [sub-jah-Core-Objects] Error 2

btw: are your pixel and vertex shader nVidia graphical
card dependent? (I have ATI)

Jiri Hnidek

Discussion

  • Goncalo de Carvalho

    • status: open --> open-out-of-date
     
  • Goncalo de Carvalho

    • status: open-out-of-date --> closed-out-of-date
     

Log in to post a comment.