code-google-com / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Bullet 2.76 and Trunk don´t build with autogen #365

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bullet 2.76 and the trunk version don´t compile:

[LinuxDonald@localhost bullet]$ ./autogen.sh
running aclocal
running libtool
libtool worked.
running automake
configure.ac:17: installing `./compile'
configure.ac:14: installing `./config.guess'
configure.ac:14: installing `./config.sub'
configure.ac:16: installing `./missing'
Demos/AllBulletDemos/Makefile.am: installing `./depcomp'
Makefile.am: installing `./COPYING' using GNU General Public License v3 file
Makefile.am:     Consider adding the COPYING file to the version control system
Makefile.am:     for your code, to avoid questions about which license your
project uses.
configure.ac:111: required file `Demos/ColladaDemo/Makefile.in' not found
An error occured, autogen.sh stopping.
[LinuxDonald@localhost bullet]$ 

Original issue reported on code.google.com by linuxdon...@gmail.com on 13 Mar 2010 at 1:46

GoogleCodeExporter commented 9 years ago
Some files were removed, so autogen/automake needs to be updated indeed.

Thanks for the report,
Erwin

Original comment by erwin.coumans on 13 Mar 2010 at 5:28

GoogleCodeExporter commented 9 years ago
Can you try latest trunk?

http://code.google.com/p/bullet/source/detail?r=2066
Thanks,
Erwin

Original comment by erwin.coumans on 13 Mar 2010 at 8:47

GoogleCodeExporter commented 9 years ago
Thanky for the fix :)

Original comment by linuxdon...@gmail.com on 13 Mar 2010 at 10:36