Hello
I'm sorry if this is not the right place to ask but I didn't find anything else.
I've tried to install lib3d on my ibook (OS version Tiger 10.4.11); I've made the ./configure, then make, it goes well for a while then at last gives this message.
Making all in cube
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -g -O2 -MT cube.o -MD -MP -MF .deps/cube.Tpo -c -o cube.o cube.c
cube.c:30:1: warning: "M_PI" redefined
In file included from /usr/include/math.h:26,
from cube.c:22:
/usr/include/architecture/ppc/math.h:661:1: warning: this is the location of the previous definition
mv -f .deps/cube.Tpo .deps/cube.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o cube cube.o ../../src/
lib3ds.la
mkdir .libs
gcc -g -O2 -o .libs/cube cube.o ../../src/.libs/lib3ds.dylib -lm
creating cube
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all-am'.
Since it seem than the problem is only in an example file I tied to install and it stills gives me some simila problems when installing the examples but the source code seem to be installed correctly, so I tried using lib3ds_file_open() to load a simple 3ds file, but when I try to compile it gives me this error:
/Developer/usr/bin/../libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols:
_lib3ds_file_open
/Users/robertodaprile/Documents/Progetti/SDL/build/SDL.build/Debug/SDL.build/Objects-normal/ppc/main.o reference to undefined _lib3ds_file_open
I have no idea of what the problem is but it seems to me that the library is not installed correctly.
If somebody could help me I will appreciate much.
Tanks.