Hejsan, jag försöker få igång DarwinPorts på min mac (10.4.2) men jag får det dessvärre inte att fungera. Jag följde deras guide och la till en rad i min .profile fil. Nu ser den ut så här.
# Setting the path for DarwinPorts.
export PATH=$PATH:/opt/local/bin
Sedan försökte jag installera irssi genom att knappa in följande kommando.
sudo port install irssi
Då får jag följande felmeddelande.
$ sudo port install irssi
---> Configuring libiconv
Error: Target com.apple.configure returned: configure failure: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_libiconv/work/libiconv-1.10" && MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --prefix=/opt/local --enable-static --mandir=/opt/local/share/man" returned error 1
Command output: checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking whether make sets $(MAKE)... (cached) no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Error: The following dependencies failed to build: gettext libiconv glib2 pkgconfig openssl zlib
Error: /opt/local/bin/port: Status 1 encountered during processing.
Är det någon som vet vad jag gör för fel?