[tuhopuu-devel] aqsis build problem under Cygwin

lecocq guillaume tuhopuu-devel@blender.org
Thu, 01 Jul 2004 23:50:16 +0200


I download the last CVS with the makefile but I don't arrive to compile, 
make says a thing about ri.h I add in the makefile in 
source/blender/aqsis/intern/makefile the directory of the ri.h but after 
make says (there is more line I give only what I think is problem but 
I'm not a programmer)

-L/cygdrive/g/compilation/tuhopuu2/../lib/windows/aqsis/lib -laqsis 
-lraytrace -
L/usr/lib/w32api -lnetapi32 -lopengl32 -lglu32 -L/usr/lib/w32api -lwinmm
/usr/lib/gcc-lib/i686-pc-mingw32/3.3.1/../../../../i686-pc-mingw32/bin/ld: 
canno
t find -laqsis
collect2: ld returned 1 exit status
make[1]: *** 
[/cygdrive/g/compilation/tuhopuu2/obj/windows/bin/blender.exe] Erro
r 1
make: *** [all] Error 1


I look into my lib directory and there is nothing call aqsis, I  search 
and found in the tuhopuu2/obj/windows/blendre/aqsis, the file api.o 
aqsis_file.o aqsis_Mesh.o aqsis_object.o aqsis_Render.o 
aqsis_Transform.o libaqsisexport.a, I copy all this file in the 
lib/aqsis directory but Make says the same error.