The error: ==> Running configure in work/main.d/glib-2.15.6 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-apple-darwin9.2.0 checking host system type... i386-apple-darwin9.2.0 checking for the BeOS... no checking for Win32... no checking for Mac OS X Carbon support... checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E yes checking whether to enable garbage collector friendliness... no checking whether to disable memory pools... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for c++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking whether cc understands -c and -o together... rm: conftest.dSYM: is a directory yes checking for a BSD-compatible install... /usr/bin/install -c checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no rm: conftest.dSYM: is a directory checking for pkg-config... /opt/local/bin/pkg-config checking for gawk... (cached) awk checking for perl5... no checking for perl... perl checking for indent... indent checking for perl... /usr/bin/perl checking whether /usr/bin/python version >= 2.4... yes checking for /usr/bin/python version... 2.5 checking for /usr/bin/python platform... darwin checking for /usr/bin/python script directory... /Library/Python/2.5/site-packages checking for /usr/bin/python extension module directory... /Library/Python/2.5/site-packages checking for iconv_open... no checking for libiconv_open in -liconv... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether we are using the GNU C Library 2.1 or newer... rm: conftest.dSYM: is a directory no checking Whether to cache iconv descriptors... yes checking for ANSI C header files... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no configure: error: *** You must have either have gettext support in your C library, or use the *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
make[5]: *** [configure-work/main.d/glib-2.15.6/configure] Error 1 make[4]: *** [../../platform/glib/cookies/main.d/install] Error 2 make[3]: *** [../../freedesktop/shared-mime-info/cookies/main.d/install] Error 2 make[2]: *** [../../platform/gtk+/cookies/main.d/install] Error 2 make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make: *** [paranoid-install] Error 2 The OS: MacOSX 10.5.2 MacBook-Pro:garnome-2.21.92 jackal$ uname -a Darwin MacBook-Pro.local 9.2.0 Darwin Kernel Version 9.2.0: Tue Feb 5 16:13:22 PST 2008; root:xnu-1228.3.13~1/RELEASE_I386 i386 The Compiler: MacBook-Pro:garnome-2.21.92 jackal$ which gcc /usr/bin/gcc MacBook-Pro:garnome-2.21.92 jackal$ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5465) MacBook-Pro:garnome-2.21.92 jackal$ which make /opt/local/bin/make MacBook-Pro:garnome-2.21.92 jackal$ make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-apple-darwin9.2.0 The Fix: Unknown. I have all the gettext libraries already installed and I added /opt/local/lib to the library path in the gar.conf.mk... but that didn't work. :/ sh-3.2# find /opt/local/lib |grep gettext /opt/local/lib/gettext /opt/local/lib/gettext/hostname /opt/local/lib/gettext/project-id /opt/local/lib/gettext/urlget /opt/local/lib/gettext/user-email /opt/local/lib/libgettextlib-0.14.5.dylib /opt/local/lib/libgettextpo.0.1.0.dylib /opt/local/lib/libgettextpo.0.dylib /opt/local/lib/libgettextsrc-0.14.5.dylib Changes I made to the gar.conf.mk file: LDFLAGS += -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -L$(libdir) PATH := /opt/local/bin:/opt/local/sbin:$(bindir):$(sbindir):$(PATH) LD_LIBRARY_PATH := /opt/local/lib:$(libdir):$(LD_LIBRARY_PATH) PKG_CONFIG_PATH := /opt/local/bin/pkg-config:$(libdir)/pkg-config:$(libdir)/pkgconfig:$(datadir)/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/pkgconfig
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
