autopano-sift, HuginOSX on a mac without gtk-sharp
August 30th, 2007 / 15:54You don’t have to install GTK# to use autopano-sift as a plugin voor Hugin on Mac OS X.
If you are like me and you got stuck with the following error:
** (generatekeys.exe:12593): WARNING **: The following assembly referenced from /opt/autopano-sift-2.4/bin/generatekeys.exe could not be loaded:
Assembly: gtk-sharp (assemblyref_index=1)
Version: 1.0.0.0
Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/opt/autopano-sift-2.4/bin/).
** (generatekeys.exe:12593): WARNING **: Could not load file or assembly 'gtk-sharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
** (generatekeys.exe:12593): WARNING **: Missing method Init in assembly /opt/autopano-sift-2.4/bin/generatekeys.exe, type Gtk.Application
Stacktrace:
Abort trap
Just replace generatekeys.exe with generatekeys-sd.exe in autopano-complete.sh and you’re good to go

