Difference between revisions of "Talk:Autopano-sift-C Compiling OSX"

From PanoTools.org Wiki
Jump to navigation Jump to search
(New section: Getting the dependencies)
(New section: libtool)
Line 6: Line 6:
 
I have some trouble following the instructions in this paragraph. First of all I usually log in as a standard user, i.e. without admin rights. No problem with installations. However, while trying to update the ports the sudo command doesn't accept my pw since it's not in the sudoers file. OK, now I see it's in /private/etc/sudoers. ("This file MUST be edited with the 'visudo' command as root. See the sudoers man page for the details on how to write a sudoers file.")
 
I have some trouble following the instructions in this paragraph. First of all I usually log in as a standard user, i.e. without admin rights. No problem with installations. However, while trying to update the ports the sudo command doesn't accept my pw since it's not in the sudoers file. OK, now I see it's in /private/etc/sudoers. ("This file MUST be edited with the 'visudo' command as root. See the sudoers man page for the details on how to write a sudoers file.")
 
When I attach admin rights to my account I get back "sudo: port: command not found". Argh, that's complicated. I'll try again tomorrow with a good cup of coffee. <small>--[[User:Zarl|Carl]] 03:33, 9 February 2008 (CET)</small>
 
When I attach admin rights to my account I get back "sudo: port: command not found". Argh, that's complicated. I'll try again tomorrow with a good cup of coffee. <small>--[[User:Zarl|Carl]] 03:33, 9 February 2008 (CET)</small>
 +
 +
== libtool ==
 +
 +
bootstrap complains about the wrong version of libtool.  It seems that it's finding the system libtool because the port installs at glibtool.
 +
 +
Unfortuantely, setting LIBTOOLIZE=glibtool gets me "''unrecognized option `--force'''"
 +
 +
thoughts?  will keep hacking.

Revision as of 04:11, 19 March 2008

XCode

First of all: thanks for the description! XCode can also be installed from the system DVD. Is there a reason why one should start such a huge download instead or should we mention the offline install option, too? --Carl 19:41, 8 February 2008 (CET)

Getting the dependencies

I have some trouble following the instructions in this paragraph. First of all I usually log in as a standard user, i.e. without admin rights. No problem with installations. However, while trying to update the ports the sudo command doesn't accept my pw since it's not in the sudoers file. OK, now I see it's in /private/etc/sudoers. ("This file MUST be edited with the 'visudo' command as root. See the sudoers man page for the details on how to write a sudoers file.") When I attach admin rights to my account I get back "sudo: port: command not found". Argh, that's complicated. I'll try again tomorrow with a good cup of coffee. --Carl 03:33, 9 February 2008 (CET)

libtool

bootstrap complains about the wrong version of libtool. It seems that it's finding the system libtool because the port installs at glibtool.

Unfortuantely, setting LIBTOOLIZE=glibtool gets me "unrecognized option `--force'"

thoughts? will keep hacking.