Hello, I am trying to build Xetex on an Intel Mac and I get the following:
gcc -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o putil.ao ../../../../libs/icu-xetex/common/putil.c /usr/bin/ar rv ../lib/libsicuuc.a putil.ao ar: creating archive ../lib/libsicuuc.a a - putil.ao gcc -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o utypes.ao ../../../../libs/icu-xetex/common/utypes.c /usr/bin/ar rv ../lib/libsicuuc.a utypes.ao a - utypes.ao g++ -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o uobject.ao ../../../../libs/icu-xetex/common/uobject.cpp /usr/bin/ar rv ../lib/libsicuuc.a uobject.ao a - uobject.ao gcc -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o cmemory.ao ../../../../libs/icu-xetex/common/cmemory.c /usr/bin/ar rv ../lib/libsicuuc.a cmemory.ao a - cmemory.ao gcc -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o umutex.ao ../../../../libs/icu-xetex/common/umutex.c /usr/bin/ar rv ../lib/libsicuuc.a umutex.ao a - umutex.ao gcc -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o ucln_cmn.ao ../../../../libs/icu-xetex/common/ucln_cmn.c /usr/bin/ar rv ../lib/libsicuuc.a ucln_cmn.ao a - ucln_cmn.ao gcc -DU_COMMON_IMPLEMENTATION -I/sw/include -I. -I../../../../libs/icu-xetex/common -I../../../../libs/icu-xetex/i18n -g -O2 -fno-common -c -o uinit.ao ../../../../libs/icu-xetex/common/uinit.c distcc[5361] ERROR: compile /sw/var/ccache/uinit.tmp.angband.lan.5347.i on localhost failed ../../../../libs/icu-xetex/common/uinit.c: In function 'u_cleanup': ../../../../libs/icu-xetex/common/uinit.c:55: error: 'UTRACE_U_CLEANUP' undeclared (first use in this function) ../../../../libs/icu-xetex/common/uinit.c:55: error: (Each undeclared identifier is reported only once ../../../../libs/icu-xetex/common/uinit.c:55: error: for each function it appears in.) ../../../../libs/icu-xetex/common/uinit.c:55: error: 'UTRACE_OPEN_CLOSE' undeclared (first use in this function) ../../../../libs/icu-xetex/common/uinit.c: In function 'u_init': ../../../../libs/icu-xetex/common/uinit.c:87: error: 'UTRACE_U_INIT' undeclared (first use in this function) ../../../../libs/icu-xetex/common/uinit.c:87: error: 'UTRACE_OPEN_CLOSE' undeclared (first use in this function) make[1]: *** [uinit.ao] Error 1 rm ucln_cmn.ao putil.ao utypes.ao cmemory.ao uobject.ao umutex.ao make: *** [all-recursive] Error 2 ### execution of /var/tmp/tmp.1.WOMsro failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-xetex-0.995-2 (Reading database ... 144089 files and directories currently installed.) Removing fink-buildlock-xetex-0.995-2 ... Failed: phase compiling: xetex-0.995-2 failed Any ideas on how to fix this? Thanks, Pepe ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
