Page 1 of 1

Ubuntu 9.10 won't compile Bullet bullet-2.76 using ccmake ..

Posted: Mon Mar 22, 2010 3:55 am
by jiapei100
What I've done is quite routine and simple, but finally failed to compile bullet.

Enviroment:

OS: Ubuntu 9.10
GCC: gcc (Ubuntu 4.4.1-4ubuntu9) 4.4.1
bullet: 2.76

$mkdir build
$cd build
$ccmake ../

then, press "c"

And obtained the following error messages:
OPENGL FOUND

/usr/lib/libGLU.so/usr/lib/libGL.so/usr/lib/libSM.so/usr/lib/libICE.so/usr/lib/libX11.so/usr/lib/libXext.so

GLUT FOUND

/usr/lib/libglut.so
However,
jiapei@jiapei-laptop:/usr/lib$ ls -l libGL*
lrwxrwxrwx 1 root root 10 2009-11-05 01:37 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 12 2009-11-04 18:27 libGL.so.1 -> libGL.so.1.2
-rw-r--r-- 1 root root 403800 2009-10-13 23:08 libGL.so.1.2
-rw-r--r-- 1 root root 715986 2009-10-13 23:08 libGLU.a
lrwxrwxrwx 1 root root 11 2009-11-05 01:37 libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root 20 2009-11-04 18:27 libGLU.so.1 -> libGLU.so.1.3.070600
-rw-r--r-- 1 root root 456380 2009-10-13 23:08 libGLU.so.1.3.070600
-rw-r--r-- 1 root root 8998 2009-04-05 19:21 libGLw.a
lrwxrwxrwx 1 root root 11 2009-11-26 00:26 libGLw.so -> libGLw.so.1
lrwxrwxrwx 1 root root 15 2009-11-26 00:26 libGLw.so.1 -> libGLw.so.1.0.0
-rw-r--r-- 1 root root 10648 2009-04-05 19:21 libGLw.so.1.0.0
jiapei@jiapei-laptop:/usr/lib$ ls -l libglut*
-rw-r--r-- 1 root root 328816 2008-11-19 12:33 libglut.a
lrwxrwxrwx 1 root root 16 2009-11-23 00:57 libglut.so -> libglut.so.3.8.0
lrwxrwxrwx 1 root root 16 2009-11-04 20:53 libglut.so.3 -> libglut.so.3.8.0
-rw-r--r-- 1 root root 204656 2008-11-19 12:33 libglut.so.3.8.0
jiapei@jiapei-laptop:/usr/lib$

So, what is wrong with my configuration?? I really can't see anything wrong of my current system configuration.
And, I was hoping to be able to successfully compile bullet in one minute.
But, now, I'm still not able to figure it out.

Can anybody help please!!

Best Regards
JIA

Re: Ubuntu 9.10 won't compile Bullet bullet-2.76 using ccmake ..

Posted: Mon Mar 22, 2010 9:05 am
by godlike
Hello,

I use the same OS and the bullet from SVN. To build it I do this:

1) svn checkout http://bullet.googlecode.com/svn/trunk/bullet_svn
2) cd bullet_svn
3) cmake -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release
4) make

PS: These errors you are talking about aren't exactly errors. They are messages

Re: Ubuntu 9.10 won't compile Bullet bullet-2.76 using ccmake ..

Posted: Mon Mar 22, 2010 1:17 pm
by jiapei100
Sorry, too tired last night.

Not an error at all.


Cheers
JIA