gtk2 build problem |
mac05xus3r 02-07-2006, 04:17 PM I'm hoping someone can answer this one. I've googled this quite a bit and cant find any solutions / answers. I'm trying to install bluefish on OSX 10.3.9 and I seem to have a problem building gtk2's gettext dependency. I'm using darwinports 1.200. I have seen this thread (http://forums.macosxhints.com/showthread.php?t=38872&highlight=gtk2), but belive it's a different issue. Here is the output:
sudo port install gtk2
Password:
---> Building gettext with target all
Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_gettext/work/gettext-0.14.5" && PATH=/opt/local/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin make all" returned error 2
Command output: Making all in autoconf-lib-link
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in tests
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in gettext-runtime
make all-recursive
Making all in doc
make[3]: Nothing to be done for `all'.
Making all in intl
make[3]: Nothing to be done for `all'.
Making all in intl-java
cd . && test ! -d /usr/lib/jdk1.1.8 || env PATH=/usr/lib/jdk1.1.8/bin:$PATH javadoc -d javadoc1 gnu/gettext/*.java
cd . && test ! -d /usr/lib/jdk1.3.1 || env PATH=/usr/lib/jdk1.3.1/bin:$PATH javadoc -d javadoc2 gnu/gettext/*.java
Making all in intl-csharp
make[3]: Nothing to be done for `all'.
Making all in lib
make all-am
gcc -DDEPENDS_ON_LIBINTL=1 -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I../intl -I./../intl -I../../gettext-tools/lib -I./../../gettext-tools/lib -no-cpp-precomp -I/opt/local/include -I/System/Library/Frameworks/CoreFoundation.framework/Headers -g -O2 -c -o basename.o `test -f '../../gettext-tools/lib/basename.c' || echo './'`../../gettext-tools/lib/basename.c
../../gettext-tools/lib/basename.c:32:20: assert.h: No such file or directory
make[4]: *** [basename.o] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Error: The following dependencies failed to build: atk glib2 gettext pkgconfig cairo fontconfig expat freetype zlib libpixman libpng render xrender pango Xft2 tiff jpeg
Error: /opt/local/bin/port: Status 1 encountered during processing.
|
|
|
|
|