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

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

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

stenlee
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?
Reply | Threaded
Open this post in threaded view
|

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

Sven Gothel
Administrator
On 06/26/2012 01:59 PM, stenlee [via jogamp] wrote:
> 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
>
>

Pls use the jogamp.org git repo instead of the one from
the individual.

git clone git://jogamp.org/srv/scm/<module>.git <module>

Problem is that currently we have not merged JOCL work,
since this is on the big TODO list - sorry.

~Sven


signature.asc (910 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

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

stenlee
Sven,

I did as you suggested -- cloned from git://jogamp.org
and yet, the CLImageFormatImpl file is nowhere to be found.
The full contents of the llb dir is:
BuildProgramCallback.java  CLEventCallback.java  CLImpl.java  CLMemObjectDestructorCallback.java

S.O.S. !