favreau / bullet

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

Compiling in Linux #492

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trying to compile and getting some errors.

What is the expected output? What do you see instead?

Error in ThreadingDemo: ld missing pthread functions
Error in Nvida Opencl Cloth demo: sprintf not defined

What version of the product are you using? On what operating system?

2.77 in Ubuntu 10.04

Please provide any additional information below.

I fix it by adding 'pthread' library in CMakeLists.txt in ThreadingDemo and 
adding '#include <stdio.h>' in cloth.h in OpenCLClothDemo dir.

Original issue reported on code.google.com by wendellc...@gmail.com on 16 Mar 2011 at 3:29

GoogleCodeExporter commented 9 years ago
Those issues have already been fixed in the trunk of the source repository.

Please checkout trunk or download a recent trunk revision from
http://code.google.com/p/bullet/downloads/list

Thanks for the report

Original comment by erwin.coumans on 16 Mar 2011 at 5:16

GoogleCodeExporter commented 9 years ago
I downloaded Bullet 2.77 Physics SDK (Unix line endings, svn r2218) from the 
link. I'll try the trunk version now. Keep the good work!

Original comment by wendellc...@gmail.com on 16 Mar 2011 at 5:20