From owner-freebsd-openoffice@FreeBSD.ORG Tue Aug 17 11:43:46 2004 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2438216A4CE for ; Tue, 17 Aug 2004 11:43:46 +0000 (GMT) Received: from goose.mail.pas.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id F087043D5A for ; Tue, 17 Aug 2004 11:43:45 +0000 (GMT) (envelope-from kwsn@earthlink.net) Received: from dialup-4.240.105.208.dial1.phoenix1.level3.net ([4.240.105.208] helo=[172.16.0.1]) by goose.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bx2NU-0000At-00 for freebsd-openoffice@freebsd.org; Tue, 17 Aug 2004 04:43:45 -0700 From: Jon Kuster To: freebsd-openoffice@freebsd.org Content-Type: text/plain Message-Id: <1092743023.27564.38.camel@jonnyv.kwsn.lan> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 17 Aug 2004 04:43:43 -0700 Content-Transfer-Encoding: 7bit Subject: Unable to build OO.o 1.1 and 1.1-devel X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 11:43:46 -0000 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