Login  Register

Can not build JOCL, missing some src files (e.g. CLImageFormatImpl)

Posted by stenlee on Jun 26, 2012; 11:59am
URL: https://forum.jogamp.org/Can-not-build-JOCL-missing-some-src-files-e-g-CLImageFormatImpl-tp4025323.html

I followed the build procedure. Cloned whatever needed to be cloned:

git clone git://github.com/mbien/jocl.git jocl
git clone git://github.com/mbien/jogl.git jogl
git clone git://github.com/mbien/gluegen.git gluegen
git clone git://github.com/mbien/jocl-demos.git jocl-demos


Then tried building JOCL.
Some files were missing actually, the whole
 package  com.jogamp.opencl.llb.impl.*
is missing.

How do I solve this problem?