Hi Joel,

On Tue, 2011-12-13 at 15:43 -0800, Joel Madero wrote:
> Trying to compile newest release of libreoffice and coming up with
> errors, here's a pastebin:
> 
> http://pastebin.com/xbk1xGLP

        You do come up with the most amazing problems :-)

unix/runargv.c: In function ‘dmwaitnext’:
unix/runargv.c:275: error: ‘ECHILD’ undeclared (first use in this
function)
unix/runargv.c:275: error: (Each undeclared identifier is reported only
once
unix/runargv.c:275: error: for each function it appears in.)
unix/runargv.c: In function ‘dmwaitpid’:
unix/runargv.c:376: error: ‘ECHILD’ undeclared (first use in this
function)

        Having the full details of your system; what version of what system is
it that you're running ? would really help here.

        Does adding  an #include <sys/types.h> to the top of that file help ?
how about an #include <errno.h> ?

        Do you have a file:

/usr/include/asm-generic/errno-base.h

        That includes an ECHILD definition ?

        Thanks,

                Michael.

-- 
michael.me...@suse.com  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to