[ODE] autotools problem
Olivier Michel
Olivier.Michel at cyberbotics.com
Mon Apr 3 04:33:47 MST 2006
Hi,
I am experiencing problems with autotools under Debian Linux 3.1. I
installed automake from apt-get and typed:
$ sh autogen.sh
(displayed many warnings like:
ode/src/Makefile.am:13: libode_DEPENDENCIES defined both conditionally
and unconditionally
...
and
automake: ode/src/Makefile.am: not supported: source file
`@TOPDIR@/OPCODE/OPC_AABBCollider.cpp' is in subdirectory
...)
$ ./configure
(seems to be happy)
$ make
Making all in include
make[1]: Entering directory `/mnt/raid/home/michel/software/svn/ode/include'
Making all in ode
make[2]: Entering directory
`/mnt/raid/home/michel/software/svn/ode/include/ode'
make[2]: Leaving directory
`/mnt/raid/home/michel/software/svn/ode/include/ode'
make[2]: Entering directory `/mnt/raid/home/michel/software/svn/ode/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/mnt/raid/home/michel/software/svn/ode/include'
make[1]: Leaving directory `/mnt/raid/home/michel/software/svn/ode/include'
Making all in drawstuff
make[1]: Entering directory
`/mnt/raid/home/michel/software/svn/ode/drawstuff'
Making all in src
make[2]: Entering directory
`/mnt/raid/home/michel/software/svn/ode/drawstuff/src'
rm -f libdrawstuff.a
ar cru libdrawstuff.a x11.o
ranlib libdrawstuff.a
make[2]: Leaving directory
`/mnt/raid/home/michel/software/svn/ode/drawstuff/src'
Making all in dstest
make[2]: Entering directory
`/mnt/raid/home/michel/software/svn/ode/drawstuff/dstest'
g++ -DHAVE_CONFIG_H -I. -I. -I../../include/ode -g -g -c dstest.cpp
dstest.cpp:25:33: drawstuff/drawstuff.h: No such file or directory
Anyone can help?
-Olivier
More information about the ODE
mailing list