Hello forum,
I am going through the following compilation problem while compiling the engine on ubuntu linux 11.10.
Code:
In file included from /home/sajjad/Downloads/Bullet/bullet-2.80-rev2531/Demos/SharedOpenCL/btOpenCLUtils.h:22,
from /home/sajjad/Downloads/Bullet/bullet-2.80-rev2531/Demos/ParticlesOpenCL/btParticlesDemoDynamicsWorld.cpp:30:
/home/sajjad/Downloads/Bullet/bullet-2.80-rev2531/Demos/SharedOpenCL/btOpenCLInclude.h:41: fatal error: CL/cl_gl.h: No such file or directory
compilation terminated.
make[2]: *** [Demos/ParticlesOpenCL/MiniCL/CMakeFiles/AppParticlesOCL_Mini.dir/__/btParticlesDemoDynamicsWorld.o] Error 1
make[1]: *** [Demos/ParticlesOpenCL/MiniCL/CMakeFiles/AppParticlesOCL_Mini.dir/all] Error 2
make: *** [all] Error 2
I have checked that cl_gl.h file is there and the path is also laded inside the environment variable
Any hint ?
Regards
Sajjad