Login  Register

Re: Problems with HelloJOCL in ubuntu 11.10

Posted by notzed on Feb 03, 2012; 10:08pm
URL: https://forum.jogamp.org/Problems-with-HelloJOCL-in-ubuntu-11-10-tp3651598p3714427.html

looks like it can't open the resource, which doesn't make sense.   although if you're using netbeans, since it uses ant, you need to use 'clean and build' before it includes any resources (yay for ant).

Most problems on gnu/linux are related to the LD_LIBRARY_PATH and either not finding libopencl.so, or not finding libjocl.so - but i would have thought these would show up differently.