[tuhopuu-devel] aqsis build problem

Chris Want tuhopuu-devel@blender.org
Mon, 28 Jun 2004 14:48:18 -0600


I get the following problems when trying to build the
new aqsis suport using the latest debian package:

g++ -c -DUSE_SUMO_SOLID -pipe -fPIC -DNDEBUG -O2 -DMOZ_NOT_NET 
-I../Physics/common -I../Physics/Dummy -DNO_AQSIS -DNO_AQSIS 
-I/home/cwant/blender/des_src/tuhopuu2/../lib/linux-glibc2.3.2-i386/guardedalloc/include 
-I../../makesdna -I../../blenkernel -I../../blenlib 
-I../../render/extern/include -I../../imbuf -I../../include -I.. 
-I/usr/include/aqsis aqsis_File.cpp -o 
/home/cwant/blender/des_src/tuhopuu2/obj/linux-glibc2.3.2-i386/blender/aqsis/aqsis_File.o
aqsis_File.cpp: In member function `virtual void
    aqsisFileRender_t::writeFrame()':
aqsis_File.cpp:202: error: `AQ_DISP_FB' undeclared (first use this function)
aqsis_File.cpp:202: error: (Each undeclared identifier is reported only 
once
    for each function it appears in.)
aqsis_File.cpp:207: error: `AQ_DISP_FILE' undeclared (first use this 
function)
aqsis_File.cpp:212: error: `AQ_DISP_CUST' undeclared (first use this 
function)
aqsis_File.cpp: In member function `virtual void
    aqsisFileRender_t::writeCamera()':
aqsis_File.cpp:270: error: `AQ_PIXFILT_GAUSSIAN' undeclared (first use this
    function)
aqsis_File.cpp:272: error: `AQ_PIXFILT_BOX' undeclared (first use this
    function)
aqsis_File.cpp:274: error: `AQ_PIXFILT_TRIANGLE' undeclared (first use this
    function)
aqsis_File.cpp:276: error: `AQ_PIXFILT_SINC' undeclared (first use this
    function)
aqsis_File.cpp:278: error: `AQ_PIXFILT_CATMULLROM' undeclared (first use 
this
    function)
make[4]: *** 
[/home/cwant/blender/des_src/tuhopuu2/obj/linux-glibc2.3.2-i386/blender/aqsis/aqsis_File.o] 
Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1

Any suggestions?

Chris