Trouble installing XMMS through MacPorts
Hello, I would like to install XMMS through MacPorts but get an error as soon as MacPorts tries to build gtk1. Below is a snippet of the screen output of running "sudo port -d install xmms": <screenoutput> checking for X... no configure: error: *** X libraries or include files not found. Check 'config.log' for *** more details. 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_x11_gtk1/work/gtk+- 1.2.10" && LIBS="-L/opt/local/lib" CFLAGS="-I/opt/local/include" CPPFLAGS="-I/opt/local/include" ./configure --prefix=/opt/local --disable-shm --with-locale --mandir=/opt/local/share/man --infodir=/opt/local/share/info" returned error 1 Command output: checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for stpcpy... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking for libintl.h... yes checking for dgettext in libc... no checking for bindtextdomain in -lintl... yes checking for dgettext in libintl... checking for dgettext in -lintl... yes yes checking for msgfmt... /opt/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/local/bin/msgfmt checking for xgettext... /opt/local/bin/xgettext checking for catalogs to be installed... az ca cs da de el es et eu fi fr ga gl hr hu it ja ko lt nl no nn pl pt pt_BR ro ru sk sl sp sr sv tr uk vi wa zh_CN.GB2312 zh_TW.Big5 checking for extra flags to get ANSI library prototypes... none needed checking for extra flags for POSIX compliance... none needed checking for glib-config... /opt/local/bin/glib-config checking for GLIB - version >= 1.2.8... yes checking for X... no configure: error: *** X libraries or include files not found. Check 'config.log' for *** more details. Warning: the following items did not execute (for gtk1): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.install Error: The following dependencies failed to build: gtk1 libmikmod libvorbis Error: Status 1 encountered during processing. </screenoutput> How do I get around this error? I look for config.log but cannot find it. I have X11 installed using the Mac OS X 10.4 DVD. Is that causing the error? Best regards, Kal -- http://www.kalunite.net/ "Engineers are not boring people; we just get excited over boring things."
On Oct 25, 2006, at 10:04, Ka Lun Sze wrote:
checking for X... no configure: error: *** X libraries or include files not found. Check 'config.log' for *** more details.
[snip]
How do I get around this error? I look for config.log but cannot find it. I have X11 installed using the Mac OS X 10.4 DVD. Is that causing the error?
Do you also have the X11SDK.pkg installed? I think you'll need that too. It's part of the Xcode download.
participants (2)
-
Ka Lun Sze
-
Ryan Schmidt