Harry, I'm sorry to report it still doesn't work. When building libpano13, this step: $ ./bootstrap --without-java fails because it can't find libpng. I went back to this: $ ./bootstrap --with-jpeg=/opt/local --with-tiff=/opt/local --with- png=/opt/local --without-java which finishes successfully.
Next I edited libtool and did this step: change "-dynamiclib" to "-dynamiclib -arch i386 -arch x86_64" (2 occurrences) followed by make make install libpano13 builds and installs but lipo still shows it as x86_64. I.e. $ lipo -info *.dylib Non-fat file: libpano13.2.dylib is architecture: x86_64 Non-fat file: libpano13.dylib is architecture: x86_64 I did and "env" and double-checked my CFLAGS and CXXFLAGS, which seem correct. I.e. $ env | grep FLAGS CXXFLAGS=-arch i386 -I/opt/local/include -L/opt/local/lib CFLAGS=-arch i386 -I/opt/local/include -L/opt/local/lib On Sep 8, 10:12 am, Harry van der Wolf <[email protected]> wrote: > Hi Darrel, > > I did a complete set of rebuilds for the tar.gz and the svn and completely > rewrote the libpano stuff on the wiki. > Please have a look at <http://wiki.panotools.org/Hugin_Compiling_OSX> and > please test. > > In case of errors please let me know. > > Harry -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
