[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: On JOGL in Debian



2013-01-30 09:19, Sylvestre Ledru skrev:
> On 30/01/2013 09:15, Masayuki Hatta wrote:
>> Hi!
>>
>> Thanks for help.  Now I use libjogl2-java in experimental
>> (2.0-rc11-1~exp4.3), and most of errors are magically gone except one
>> remaining:
>>
>>     [javac] /home/mhatta/work/Debian/processing/processing-read-only/processing/core/src/processing/opengl/PGL.java:3177:
>> cannot find symbol
>>     [javac] symbol  : method setSamplingSink(com.jogamp.opengl.FBObject)
>>     [javac] location: class com.jogamp.opengl.FBObject
>>     [javac]               backFBO.setSamplingSink(sinkFBO);
>>     [javac]                      ^
>>     [javac] 1 error
>> (snip)
>>
>> Do you have any idea?
> You should check which version upstream is using. A different version is
> probably the reason of failure.
> 
> Sylvestre

backFBO.setSamplingSink got added after 2.0-rc11 on request by the processing.org team
JogAmp Bug 634 - Enhance Offscreen Layered FBO https://jogamp.org/bugzilla/show_bug.cgi?id=634
http://jogamp.org/git/?p=jogl.git;a=commit;h=dbc260bd2e917ee9001461749c99da0c9cbfaf9a

These changes are still not included in any official release yet, it will be included in the next JogAmp 2.0.2 release.

processing.org processing-2.0b7 currently use a custom pick of the JogAmp nightly autobuilds of gluegen and jogl:
gluegen 2.0-b612-20121125 git: d430657cfd1f21885f3fdebebe6f0a49b1c5cd13
http://jogamp.org/deployment/autobuilds/master/gluegen-b612-2012-11-25_20-11-10/
jogl 2.0-b862-20121125 git: ae30626c7d857c21eabaa0d0d819ad13d19d9987
http://jogamp.org/deployment/autobuilds/master/jogl-b862-2012-11-25_20-31-52/

I can recommend you to test the latest JogAmp build aggregates:
http://jogamp.org/deployment/archive/master/?C=M;O=D
or use the latest JogAmp git source tree master branches for the Debian builds.

Cheers
Xerxes


Reply to: