Login  Register

Re: JTabbedPane Canvas3D bug

Posted by Sven Gothel on Dec 22, 2013; 8:47pm
URL: https://forum.jogamp.org/JTabbedPane-Canvas3D-bug-tp4030983p4031023.html

On 12/22/2013 06:23 PM, Julien [via jogamp] wrote:
> Sven,
>
> I git cloned jogl, gluegen, joal. I edited the script you describe below. The
> scripts complained about missing build-macosx directories (which is easy
> enough to fix, but I was not sure if it was indicative of a larger problem
> with the test scripts).  

As I wrote, you sure need to fix it so it matches gluegen and jogl build path,
default is 'build'. I use a rootrel path for each platform in one filesystem,
hence the 'build-macosx'.
> edit scripts/tests-osx-x64.sh <- match your folders, i.e. 'build' path

> Here is the output of the test script:
>
> https://gist.github.com/julienchastang/8085628

You use the right java binary it seems, but
some weird ImageIO dependency, I never experienced:

+++
/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home//bin/java
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
Expected in: /usr/local/lib/libJPEG.dylib
in /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
+++

>
> It looks like it is complaining about: dyld: Symbol not found:
> __cg_jpeg_resync_to_restart
>

Dunno what that means .. sorry.

Maybe somebody can help out here ?

~Sven
 
> Thanks again.
>
> -Julien


signature.asc (911 bytes) Download Attachment