Harry, Yes, I've done a "make distclean" between every attempt and the build is definitely happening. I don't get why it's not working either. If I figure it out I'll post something here.
Thanks for your efforts. Darrell On Sep 8, 11:28 pm, Harry van der Wolf <[email protected]> wrote: > Hi Darrell, > > sorry to hear that but currently I really don't understand. Also not why the > "slimmed down" bootstap command doesn't work for in combination with the > C/CXX flags. > > The only thing that comes to mind w.r.t. the resulting dylib is whether you > did a "make clean" after the bootstrap step and before the make step? If you > don't "make clean" for next builds, the libpano build process hardly does > anything an just uses the already built libraries. > > I will make a note of that in the wiki and I will set the original bootstrap > command back. Better too much than too less. > > Harry > > 2010/9/8 Darrell <[email protected]> > > > 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]<hugin-ptx%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/hugin-ptx -- 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
