Posted by Andrew Jakowleff (77.122.33.4) on December 04, 2007 at 06:54:15:
In Reply to: PanoCube+ on Mac OS X posted by Alan Pinstein on December 04, 2007 at 05:27:10:
Alan,
: I bought PanoCube+ .0054 and am having trouble getting it to work. It always exists from the CLI with a return code of 0. I have checked the console as well and cannot find any error messages. I don't see any "output" file and the input file seems unchanged.
: What's going on?
: I am an experienced unix developer so I am sure it's nothing simple.
Do you run it from the Terminal? On my machine after mounting of PanoCube+.dmg and typing in the Terminal:
% cd /Volumes/PanoCube+
% ./panocube
I got back "Usage" line. Could you repeat my steps on your setup? What the output?
To run the program in full scale you need some preparations before. While PanoCube+.dmg is mounted:
1. Add /Volumes/PanoCube+/bin to your $PATH
2. Add /Volumes/PanoCube+/lib to your $DYLD_LIBRARY_PATH
3. Copy panocube executable and sprites/ subfolder into your HOME directory.
4. cd to ~/ and run ./panocube panorama.tif
Supplied convert.sh script does exactly the same to easier your life. Allso PanoCube+.app does the same but in droplet mode.
: I am using Mac OS 10.4.11 on an Intel mac. I also tried it on a PowerBook G4 which is PPC since I noticed that the executable is PPC and thought it might be a rosetta bug, but that didn't work either.
This is C programs and I beleive shoud work on any Mac.
=Andrew Jakowleff