On 1/31/07, Pepe Barbe <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to build Xetex on an Intel Mac and I get the following: > <snip>
> 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 > It looks like you are using ccache-default. Is that the case? Start by turning that off. If it builds for you then a BuildConflict could be added. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- 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
