In article <[email protected]>, scole_mail <[email protected]> wrote: >I've been cross-compiling current/macppc/release on a linux system for >awhile and x11 recently stopped compiling. > >One problems is that it seems like >xsrc/external/mit/fontconfig/dist/src/fccache.c is missing its >reference to __UNVOLATILE . I tried adding '#include <sys/cdefs.h>' >where I thought it was defined but that still gives errors, attached >below.
I just fixed that. >Also, I'm getting an out of memory error with format_utils.pico. > >The build command I use > env MAKECONF=mk.conf ./build.sh -j9 -U -m macppc release >and mk.conf has > MKX11= yes > CPUFLAGS+= -mcpu=601 Try to kill optimization for that file or add swap :-) christos
