[gentoo-user] compiling problems

2005-11-16 Thread Jorge Almeida
I'm experiencing unending problems compiling packages on a new install system. The current one was gtk+ : gtkdoc-scan --module=gdk-pixbuf --source-dir=../../../gdk-pixbuf --ignore-headers=pixops gdk-pixbuf-alias.h gdk-pixbuf-marshal.h gdk-pixbuf-xlib-private.h gdk-pixbuf-i18n.h

Re: [gentoo-user] compiling problems

2005-11-16 Thread Richard Fish
On 11/16/05, Jorge Almeida [EMAIL PROTECTED] wrote: I'm experiencing unending problems compiling packages on a new install system. The current one was gtk+ : snip cd ./html gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml parser error : out of memory error snip Could there be some

Re: [gentoo-user] compiling problems

2005-11-16 Thread Jorge Almeida
On Wed, 16 Nov 2005, Richard Fish wrote: Probably not, because it isn't gcc that is failing...it is gtkdoc-mkhtml, and it is running out of memory. You can either merge gtk with USE=-doc, which will skip this step, or use MAKEFLAGS=-j1, which will run only one process at a time, and reduce