favreau / bullet

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

Missing clGetProgramInfo() in MiniCL.cpp #510

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download version 2.78 or the current commit of Bullet
2. Run cmake to generate a makefile
3. Try to make Bullet

What is the expected output? What do you see instead?
It should build properly, but you get:

 _clGetProgramInfo referenced in: 
...
ld: symbol(s) not found for architecture x86_64

What version of the product are you using? On what operating system?
Version 2.78 or latest commit. Reproduced on Mac OS X 10.6.7 or Ubuntu 10.0 
32-bit.

Please provide any additional information below.
Adding in the function body as described in 
http://bulletphysics.org/Bullet/phpBB3/viewtopic.php?t=6686 fixes the problem. 
I assume that the function get deleted or overwritten in a previous commit.

Original issue reported on code.google.com by dnorri...@gmail.com on 22 Apr 2011 at 7:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2393.

Original comment by erwin.coumans on 23 Apr 2011 at 3:48