Date: Tue, 17 Aug 2004 04:43:43 -0700 From: Jon Kuster <kwsn@earthlink.net> To: freebsd-openoffice@freebsd.org Subject: Unable to build OO.o 1.1 and 1.1-devel Message-ID: <1092743023.27564.38.camel@jonnyv.kwsn.lan>
next in thread | raw e-mail | index | archive | help
I've been trying unsuccessfully to build either openoffice-1.1 or 1.1-devel on a recent -CURRENT. I'm using WITHOUT_MOZILLA due to the reported problems building the Mozilla subproject, but both versions fail quickly and in the exact same place. config.status: creating config.h config.status: executing depfiles commands gmake all-recursive gmake[1]: Entering directory `/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/dmake' Making all in unix gmake[2]: Entering directory `/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/dmake/unix' if gcc32 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../unix/linux/gnu -I../unix -I../unix/linux -g -O2 -MT arlib.o -MD -MP -MF ".deps/arlib.Tpo" \ -c -o arlib.o `test -f 'arlib.c' || echo './'`arlib.c; \ then mv -f ".deps/arlib.Tpo" ".deps/arlib.Po"; \ else rm -f ".deps/arlib.Tpo"; exit 1; \ fi In file included from arlib.c:101: ../extern.h:126:20: types.h: No such file or directory gmake[2]: *** [arlib.o] Error 1 gmake[2]: Leaving directory `/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/dmake/unix' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/editors/openoffice-1.1/work/oo_1.1.2_src/dmake' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/editors/openoffice-1.1. Other than a different working directory, -devel gives the exact same error. -Jon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1092743023.27564.38.camel>