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

Franz's picture

Re: launching on os X

Hey Marty,

Errors:
macminii7:~ martenblumen$ cd /Applications/appleseed/bin
macminii7:bin martenblumen$ run-appleseed.sh
-bash: run-appleseed.sh: command not found

Actually that should be:

./run-appleseed.sh

(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

Franz's picture

Re: launching on os X

Hey Marty,

We didn't forget you!

macminii7:bin martenblumen$ ./run-appleseed.sh
-bash: ./run-appleseed.sh: No such file or directory

You probably need to do

chmod +x run-appleseed.sh

in the directory where run-appleseed.sh resides in order to mark it as executable (unlike .tar.gz files, 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!

Franz's picture

Re: launching on os X

Great!