[tuhopuu-devel] aqsis build problem

Paul Gregory tuhopuu-devel@blender.org
Tue, 29 Jun 2004 07:16:57 +0100


Looking at the command line, the define NO_AQSIS _is_ being defined which
would explain why the #define's are hidden.

What build system are you using, and how did you enable the Aqsis component?

Cheers

PaulG

> -----Original Message-----
> From: tuhopuu-devel-admin@blender.org
> [mailto:tuhopuu-devel-admin@blender.org]On Behalf Of Jonathan Merritt
> Sent: 29 June 2004 04:01
> To: tuhopuu-devel@blender.org
> Subject: Re: [tuhopuu-devel] aqsis build problem
>
>
> 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-i38
> 6/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/ble
> nder/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/bl
> ender/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
>
> _______________________________________________
> tuhopuu-devel mailing list
> tuhopuu-devel@blender.org
> http://www.blender.org/mailman/listinfo/tuhopuu-devel
>