[tuhopuu-devel] aqsis build problem

Jonathan Merritt tuhopuu-devel@blender.org
Tue, 29 Jun 2004 13:01:20 +1000


Hi Chris,

Those missing symbols are #defines, all of which are declared in:
    source/blender/makesdna/DNA_scene_types.h
if NO_AQSIS is not defined.

aqsis_File.cpp should be able to access these defines via:
    aqsis_File.h ...which includes...
    aqsis_Render.h

Can you please confirm that the #defines are present in your local copy 
of DNA_scene_types.h?

Thanks,

Jonathan Merritt.

>
> 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