launching on os X
Simple problem; I've followed the screencast and the Quickstart ways of launching on Os X but no go. I'm on Os 10.8.2 Any tips?
Errors:
macminii7:~ martenblumen$ cd /Applications/appleseed/bin
macminii7:bin martenblumen$ run-appleseed.sh
-bash: run-appleseed.sh: command not found
macminii7:bin martenblumen$ ./appleseed.studio
dyld: Library not loaded: /opt/local/lib/libQtOpenGL.4.dylib
Referenced from: /Applications/appleseed/bin/./appleseed.studio
Reason: image not found
Trace/BPT trap: 5
Thanks!
Marty



Comments
Re: launching on os X
Hey Marty,
Actually that should be:
(I updated the Quick Start page accordingly.)
That being said, we have identified a problem with alpha-16 on Mac OS X (and possibly alpha-15 as well). If the command above doesn't work, we'll provide you with a fixed build.
Franz
Re: launching on os X
Thanks Franz.
A new build would be great. I'm getting:
macminii7:bin martenblumen$ ./run-appleseed.sh
-bash: ./run-appleseed.sh: No such file or directory
Thanks!
Marty
Re: launching on os X
Hey Marty,
We didn't forget you!
You probably need to do
in the directory where
run-appleseed.shresides in order to mark it as executable (unlike.tar.gzfiles, zip files don't preserve file flags).We will soon release a new version of appleseed (with many new features). Hopefully your experience with appleseed will be smoother with this new version.
Franz
Re: launching on os X
Cool - the next build sounds good ;)
I tried the chmod +x run-appleseed.sh but got this:
chmod +x run-appleseed.sh
chmod: run-appleseed.sh: No such file or directory
the bin directory doesn't have a .sh file:
Remote-Studio:bin martyblumen$ ls
QtCore.framework appleseed.studio
QtGui.framework libappleseed.dylib
QtOpenGL.framework libappleseed.shared.dylib
_appleseedpython.so maketiledexr
animatecamera normalizeprojectfile
appleseed.cli watch_folder.py
so I tried:
Remote-Studio:bin martyblumen$ chmod +x appleseed.studio
Remote-Studio:bin martyblumen$ ./appleseed.studio
dyld: Library not loaded: /opt/local/lib/libQtOpenGL.4.dylib
Referenced from: /Users/martyblumen/Downloads/appleseed/bin/./appleseed.studio
Reason: image not found
Trace/BPT trap: 5
Re: launching on os X
Got it all working now. Thanks!
Re: launching on os X
Great!