Ignore:
Timestamp:
2013-09-17T16:00:20+12:00 (11 years ago)
Author:
ak19
Message:

On the latest Mac we found that gnome-lib failed to compile properly and failed at GLIB. Dr Bainbridge worked out that GLIB needed LIBICONV, and in order for GLIB to work with LIBICONV, it also needed CUPS. Dr Bainbridge got them all compiling together. Currently CASCADE-MAKE.sh specifies that these extra packages be processed for all darwin. It's now been tested to work on the latest Lion, but it still needs to be tested on Leopard.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/trunk/src/packages/CASCADE-MAKE.sh

    r26814 r28286  
    55# The standard list of packages
    66pkglist="LIBZ LIBBZ2 EXPAT LIBPNG READLINE XMLPARSER INTLTOOL GETTEXT PKG-CONFIG LIBXML LIBFFI GLIB LIBGSF"
     7
     8# libiconv was found to be necessary on the latest DL mac (2013)
     9# This triggered the need for 'cups' as well, not because libiconv needed it, but due to
     10# glib getting a conflict during its configure stage over the version of iconv
     11
     12if [ "x$GSDLOS" = "xdarwin" ] ; then
     13    pkglist="LIBZ LIBBZ2 EXPAT LIBPNG READLINE XMLPARSER INTLTOOL CUPS LIBICONV GETTEXT PKG-CONFIG LIBXML LIBFFI GLIB LIBGSF"   
     14fi
    715
    816if [ "x$crossOS" != "x" ] ; then
Note: See TracChangeset for help on using the changeset viewer.