[tuhopuu-devel] Re: [tuhopuu-cvs] CVS commit: tuhopuu2/source/gameengine/Rasterizer/RAS_OpenGLRasterizer RAS_GLExtensionManager.cpp RAS_GLExtensionManager.h

Chris Want tuhopuu-devel@blender.org
Wed, 07 Apr 2004 07:32:32 -0600


>   OK Hos, try it now.

Thanks, must further now!

Here is the latest stumbling block:

g++ -c -DUSE_SUMO_SOLID -pipe -fPIC -DNDEBUG -O2 -Wall -Wno-reorder 
-DMOZ_NOT_NET -I../Physics/common -I../Physics/Dummy -DBIG_MESH 
-DBIG_MESH -I/usr/X11R6/include -I../../../blender/blenkernel 
-I../../../blender/blenloader -I../../../blender/blenlib 
-I../../../blender/imbuf -I../../../blender/makesdna 
-I../../../kernel/gen_system 
-I/home/cwant/blender/hos-merge/tuhopuu2/../lib/linux-glibc2.3.2-i386/guardedalloc/include 
-I/home/cwant/blender/hos-merge/tuhopuu2/source/gameengine/Physics/Sumo/Fuzzics/include 
-I/home/cwant/blender/hos-merge/tuhopuu2/../lib/linux-glibc2.3.2-i386/string/include 
 
-I/home/cwant/blender/hos-merge/tuhopuu2/../lib/linux-glibc2.3.2-i386/moto/include 
-I/home/cwant/blender/hos-merge/tuhopuu2/source/gameengine/Physics/Sumo/include 
-I/home/cwant/blender/hos-merge/tuhopuu2/../lib/linux-glibc2.3.2-i386/solid/include 
-I/usr/include/python2.2 
-I/home/cwant/blender/hos-merge/tuhopuu2/../lib/linux-glibc2.3.2-i386/bmfont/include 
-I/home/cwant/blender/hos-merge/tuhopuu2/../lib/linux-glibc2.3.2-i386/SoundSystem/include 
-I../../../gameengine/Converter -I../../../gameengine/Expressions 
-I../../../gameengine/GameLogic -I../../../gameengine/Converter 
-I../../../gameengine/Ketsji -I../../../gameengine/Ketsji/KXNetwork 
-I../../../gameengine/Network 
-I../../../gameengine/Network/LoopBackNetwork 
-I../../../gameengine/Rasterizer -I../../../gameengine/SceneGraph 
-I../../../gameengine/Rasterizer/RAS_OpenGLRasterizer 
-I../../../gameengine/Physics/Sumo -I../../../gameengine/Physics/common 
GPC_PolygonMaterial.cpp -o 
/home/cwant/blender/hos-merge/tuhopuu2/obj/linux-glibc2.3.2-i386/gameengine/GamePlayer/common/GPC_PolygonMaterial.o
GPC_PolygonMaterial.cpp: In function `int my_set_tpage(TFace*)':
GPC_PolygonMaterial.cpp:334: error: `GL_COMPRESSED_RGBA' undeclared 
(first use
    this function)
GPC_PolygonMaterial.cpp:334: error: (Each undeclared identifier is reported
    only once for each function it appears in.)
make[4]: *** 
[/home/cwant/blender/hos-merge/tuhopuu2/obj/linux-glibc2.3.2-i386/gameengine/GamePlayer/common/GPC_PolygonMaterial.o] 
Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1


Chris