[ODE] ODE on OSX intel macs
stefan)
lists at stefanix.net
Tue May 9 09:51:20 MST 2006
ODE Community,
I am trying to get ode working on one of these new intel macs.
When I try to compile the most current svn checkout I get the
following attached error.
Has anybody managed to build ode on this platform.
Any progress underway?
Help very much appreciated,
/stefan
============ build error on intel macs ====================
Vigor21:~/Temp/opende noema$ make
Making all in include
Making all in ode
make all-am
make[3]: Nothing to be done for `all-am'.
make[2]: Nothing to be done for `all-am'.
Making all in drawstuff
Making all in src
source='drawstuff.cpp' object='libdrawstuff_a-drawstuff.o' libtool=no \
depfile='.deps/libdrawstuff_a-drawstuff.Po' tmpdepfile='.deps/
libdrawstuff_a-drawstuff.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../include/ode -g -I../../include -
I../../include -g -c -o libdrawstuff_a-drawstuff.o `test -f
'drawstuff.cpp' || echo './'`drawstuff.cpp
rm -f libdrawstuff.a
ar cru libdrawstuff.a libdrawstuff_a-drawstuff.o
ranlib libdrawstuff.a
Making all in dstest
source='dstest.cpp' object='dstest-dstest.o' libtool=no \
depfile='.deps/dstest-dstest.Po' tmpdepfile='.deps/dstest-dstest.TPo' \
depmode=gcc3 /bin/sh ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../../include/ode -g -I../../include -
I../.. -g -c -o dstest-dstest.o `test -f 'dstest.cpp' || echo
'./'`dstest.cpp
g++ -g -o dstest -L../../drawstuff/src dstest-dstest.o -
ldrawstuff -framework OpenGL -framework Carbon -framework AGL -lstdc
++ -lm -lpthread -lstdc++ -lm -lpthread
/usr/bin/ld: Undefined symbols:
_dsPrint
dsPlatformSimLoop(int, int, dsFunctions*, int)
_dsDebug
_dsError
collect2: ld returned 1 exit status
make[2]: *** [dstest] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
More information about the ODE
mailing list