Here's the output:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MacBook-Pro-de-Paraita:MacOS paraita$ otool -L fluxus
fluxus:
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 169.3.0)
        /opt/local/lib/liblo.7.dylib (compatibility version 8.0.0, current 
version 8.0.0)
        /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT 
(compatibility version 1.0.0, current version 1.0.0)
        /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 
(compatibility version 1.0.0, current version 1.0.0)
        /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 
(compatibility version 1.0.0, current version 1.0.0)
        
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 
(compatibility version 150.0.0, current version 744.0.0)
        /System/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp 
(compatibility version 1.0.0, current version 1.0.0)
        Racket.framework/Versions/5.2_3m/Racket (compatibility version 0.0.0, 
current version 0.0.0)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current 
version 56.0.0)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Fluxus.app/Contents/Frameworks/Racket.framework/Versions/5.3_3m/Racket exists 
and:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MacBook-Pro-de-Paraita:5.3_3m paraita$ file Racket 
Racket: Mach-O dynamically linked shared library i386
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

So I guess the dylib is fine.
I've checked also my DYLD_LIBRARY_PATH var:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
MacBook-Pro-de-Paraita:5.3_3m paraita$ echo $DYLD_LIBRARY_PATH 
/Developer/NVIDIA/CUDA-5.0/lib:/Applications/Racket v5.2/lib:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Which contains the right content.

I really don't see what's wrong.
Also I had to remove addons/* because of ofVideoSomething that wasn't compiling 
right, I think it's not related to my problem but I thought I should point this 
out.

Paraita Wohler



> hi Paraita,
> 
>> i just upgraded to osx 10.8 and tried to compile Fluxus from git. It
>> seem to compile fine (scons
>> --app;./packages/macos/osx_app-postbuild.sh) but it just won't run:
> it seems that fluxus cannot load the racket framework.
> could you run 'otool -L fluxus' in Fluxus.app/Contents/MacOS to check if
> the framework install names are properly set? this should have been done
> by osx_app-postbuild.sh, but i don't think it was ever tested in 10.8.
> 
> best,
> gabor
> 

Reply via email to