[Libreoffice] Compile Error LibreOffice 3.5

Michael Meeks michael.meeks at suse.com
Wed Dec 14 01:29:09 PST 2011


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.meeks at suse.com  <><, Pseudo Engineer, itinerant idiot



More information about the LibreOffice mailing list