From owner-freebsd-openoffice@FreeBSD.ORG Mon May 22 15:48:32 2006 Return-Path: X-Original-To: freebsd-openoffice@FreeBSD.org 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 1B03316A558 for ; Mon, 22 May 2006 15:48:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DECD43D58 for ; Mon, 22 May 2006 15:48:30 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k4MFmTDC090962; Mon, 22 May 2006 11:48:30 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Date: Mon, 22 May 2006 11:48:11 -0400 User-Agent: KMail/1.6.2 References: <20060520153040.4a114011@fence> In-Reply-To: <20060520153040.4a114011@fence> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200605221148.13525.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1476/Mon May 22 04:00:37 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: OpenOffice 2.02 build problems X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2006 15:48:39 -0000 On Saturday 20 May 2006 08:30 am, Angelin Lalev wrote: > The result of make install -DWITHOUT_MOZILLA -DWITH_CUPS, executed > on /usr/ports/editors/openoffice.org-2.0 > > In file included from conditn.c:37: > system.h:531: error: conflicting types for 'gethostbyname_r' > /usr/include/netdb.h:228: error: previous declaration of > 'gethostbyname_r' was h ere system.h:531: error: conflicting types > for 'gethostbyname_r' /usr/include/netdb.h:228: error: previous > declaration of 'gethostbyname_r' was h ere dmake: Error code 1, > while making '../../unxfbsd.pro/obj/conditn.obj' '---* tg_merge.mk > *---' > > I've seen this error message before when I tried to build mozilla. > Sounds to me like configure error. > > I apply the entire output of the compilation as bzipped attachment. > > Any suggestions about what causes this? It is fixed in ports/editors/openoffice-2.0-devel. See: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/editors/openoffice.org-2.0-devel/files/patch-i65512?rev=1.1&content-type=text/plain I haven't tested it against openoffice-2.0 but I believe it should work. Thanks, Jung-uk Kim