OgreBullet on Ubuntu 12.04 LTS & Ogre 1.8.1

Anagram

01-12-2012 04:04:35

Hello this is my first question.
I found this page browsing on the net

http://osl2.uca.es/iberogre/index.php/C ... OgreBullet

I followed the steps to install it with bullet-2.81-rev2613 but when running the file
. / autogen.sh
The following errors appear

angel@Anagram:~/ogrebullet$ sudo ./autogen.sh
rm: opción inválida -- 'd'
Pruebe `rm --help' para más información.
libtoolize: putting auxiliary files in `.'.
libtoolize: linking file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Running aclocal
Running autoheader
Running automake
configure.ac:13: installing `./config.guess'
configure.ac:13: installing `./config.sub'
configure.ac:6: installing `./install-sh'
configure.ac:6: installing `./missing'
Collisions/src/Makefile.am: installing `./depcomp'
Running autoconf
Now you are ready to run ./configure
angel@Anagram:~/ogrebullet$ .

I put this command after.
angel@Anagram:~/ogrebullet$ CXXFLAGS=-I/usr/local/include/bullet/ConvexDecomposition ./configure
check no mistake

but in this part when i put make in shell appear the followin

angel@Anagram:~/ogrebullet$ make
make all-recursive
make[1]: se ingresa al directorio «/home/angel/ogrebullet»
Making all in Collisions
make[2]: se ingresa al directorio «/home/angel/ogrebullet/Collisions»
Making all in include
make[3]: se ingresa al directorio «/home/angel/ogrebullet/Collisions/include»
Making all in Debug
make[4]: se ingresa al directorio «/home/angel/ogrebullet/Collisions/include/Debug»
make[4]: No se hace nada para «all».
make[4]: se sale del directorio «/home/angel/ogrebullet/Collisions/include/Debug»
Making all in Shapes
make[4]: se ingresa al directorio «/home/angel/ogrebullet/Collisions/include/Shapes»
make[4]: No se hace nada para «all».
make[4]: se sale del directorio «/home/angel/ogrebullet/Collisions/include/Shapes»
Making all in Utils
make[4]: se ingresa al directorio «/home/angel/ogrebullet/Collisions/include/Utils»
make[4]: No se hace nada para «all».
make[4]: se sale del directorio «/home/angel/ogrebullet/Collisions/include/Utils»
make[4]: se ingresa al directorio «/home/angel/ogrebullet/Collisions/include»
make[4]: No se hace nada para «all-am».
make[4]: se sale del directorio «/home/angel/ogrebullet/Collisions/include»
make[3]: se sale del directorio «/home/angel/ogrebullet/Collisions/include»
Making all in src
make[3]: se ingresa al directorio «/home/angel/ogrebullet/Collisions/src»
Makefile:735: *** falta un separador. Alto.
make[3]: se sale del directorio «/home/angel/ogrebullet/Collisions/src»
make[2]: *** [all-recursive] Error 1
make[2]: se sale del directorio «/home/angel/ogrebullet/Collisions»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/angel/ogrebullet»
make: *** [all] Error 2




thaks. :D

AlexeyKnyshev

17-02-2013 06:38:30

Maybe you can find solution there: http://www.ogre3d.org/addonforums/viewtopic.php?f=12&t=29837