On Thu, Jul 23, 2009 at 7:54 AM, David
Haberthür<[email protected]> wrote:
> My Terminal was complaining that It couldn't do any bootstrapping. I
> thus - as a desperate measure - tried to install libpano13 using
> macports ("sudo port install libpano13"), which seemed to work
> flawlessly.
Doh. I mailed too soon. There are two problems but only one is noted
in the wiki. You need to change the libtoolize to glibtoolize (as
noted) and you have to change the version check on glibtoolize to
allow for the version that comes with macports (2.2.6). So in
bootstrap near the libtoolize version check, change this:
case $libtool_version in
1.4*|1.5*)
have_libtool=true
;;
to this:
case $libtool_version in
1.4*|1.5*|2.*)
have_libtool=true
;;
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---