12-20-2008, 06:33 PM,
|
|
hoehrer
Junior Member
|
Posts: 9
Threads: 1
Joined: Jan 2008
|
|
bullet-2.73 "cannot find -lbulletcollision" (patch
I checked out most recent svn code and got some problems with compiling.
They are mostly related to the different directory layout and filenames in bullet-2.73.
See the patch for details how I got it to compile here:
http://pastebin.com/f56dc2f6d
Just wanted to let you know.
Werner
|
|
12-21-2008, 04:49 AM,
|
|
hoehrer
Junior Member
|
Posts: 9
Threads: 1
Joined: Jan 2008
|
|
System: 64bit Linux (Ubuntu Intrepid).
I built bullet with cmake + make
I used cmake because autogen for bullet didn't work properly here:
Code: running aclocal
running libtool
libtool worked.
running automake
configure.ac:14: installing `./config.guess'
configure.ac:14: installing `./config.sub'
Makefile.am:2: directory should not contain `/'
An error occured, autogen.sh stopping
Werner
|
|
01-28-2009, 11:01 PM,
|
|
wesmo
Junior Member
|
Posts: 2
Threads: 0
Joined: Jan 2009
|
|
When compiling the bullet libs that accompany R2315, I get the same autogen error as hoehrer.
cmake .
configures fine but what is the exact command for make?
make
requests a target;
make all
claims theres no rule...
Also, you might want to add libtool as a prerequisite on the compiling wiki page - complete newbies like myself might not realise you need it.
Also, the Makefile.am has a tab character after a line of text that stuffs up config.
|
|
01-29-2009, 01:04 AM,
|
|
joevenzon
Administrator
|
Posts: 2,679
Threads: 52
Joined: Jun 2005
|
|
wesmo Wrote:When compiling the bullet libs that accompany R2315, I get the same autogen error as hoehrer.
Unfortunately, the bullet build scripts are a little screwy, and they seem to be adding new build methods every release, so it's tough to keep track of. I've got a thread open on the bullet forum about it.
Quote:cmake .
configures fine but what is the exact command for make?
Just running "make" right after "cmake ." should work. If you open up the file "Makefile" in a text editor, you should see a note at the top of the file saying it was generated by CMAKE.
If you still can't get it to work, you can try using jam to build bullet.
|
|
01-29-2009, 02:32 AM,
|
|
wesmo
Junior Member
|
Posts: 2
Threads: 0
Joined: Jan 2009
|
|
hmmm interesting i was only reading the end of the cmake . output
http://pastebin.com/m7eee749
glut-dev was missing - cmake and make both run fine now!
I've added libtool and freeglut3-dev as dependencies on the compiling wiki page too
|
|
02-18-2009, 11:08 AM,
|
|
mageaster
Junior Member
|
Posts: 5
Threads: 1
Joined: Feb 2009
|
|
I tried to build subj with cmake. That's what it's show:
Code: maxx@desktop:~/Downloads/vdrift-2009-02-15/bullet-2.73$ cmake .
-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working CXX compiler: CMAKE_CXX_COMPILER-NOTFOUND -- broken
CMake Error: The C++ compiler "CMAKE_CXX_COMPILER-NOTFOUND" is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring done
Ubuntu Hardy 32bit, cmake 2.4-patch 7
P.S. Autotools give the result, posted in 3rd post
|
|
|