From owner-freebsd-ports@FreeBSD.ORG Fri Feb 20 19:41:07 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B018B16A4CE for ; Fri, 20 Feb 2004 19:41:07 -0800 (PST) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B0043D1D for ; Fri, 20 Feb 2004 19:41:07 -0800 (PST) (envelope-from gautam@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id 314B3238130; Sat, 21 Feb 2004 14:41:06 +1100 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 02004-10; Sat, 21 Feb 2004 14:41:06 +1100 (EST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by lysander.inspired.net.au (Postfix) with SMTP id 37411238119; Sat, 21 Feb 2004 14:41:05 +1100 (EST) Date: Sat, 21 Feb 2004 14:38:25 +1100 From: Gautam Gopalakrishnan To: Kris Kennaway Message-Id: <20040221143825.4ec73b52.gautam@inspired.net.au> In-Reply-To: <20040221031220.GA41039@xor.obsecurity.org> References: <20040221030343.1f0ce596.gautam@inspired.net.au> <20040220171144.GA33739@xor.obsecurity.org> <20040221134822.60862fc2.gautam@inspired.net.au> <20040221031220.GA41039@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at inspired.net.au cc: freebsd-ports@freebsd.org cc: kris@obsecurity.org Subject: Re: Openoffice 1.1 not building X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 03:41:07 -0000 On Fri, 20 Feb 2004 19:12:20 -0800 Kris Kennaway wrote: > On Sat, Feb 21, 2004 at 01:48:22PM +1100, Gautam Gopalakrishnan wrote: > > I had tried to build using a simple "make install clean" and got > > this build error after about 6-7 hrs. Then I tried USE_GCC (as > > specified in the Makefile). It really does not matter as I have only > > one version of gcc installed. I had no problems compiling > > openoffice-1.1.0_1, just 1.1.0_2 > > Where in the makefile does it tell you to set USE_GCC? That is > absolutely wrong. The makefile eventually sets CC and CXX if we use USE_GCC, but my problem is that I get a build error even I don't use USE_GCC. Gautam ------------ [madras!/usr/ports/editors/openoffice-1.1]$ ident Makefile Makefile: $FreeBSD: ports/editors/openoffice-1.1/Makefile,v 1.115 2004/02/04 05:25:21 marcus Exp $ In the makefile: .if !defined(USE_GCC) @${ECHO} @${ECHO} "You can compile OO with different" @${ECHO} "gcc compiler versions:" @${ECHO} @${ECHO} "Add USE_GCC=2.95 or USE_GCC=3.2" @${ECHO} "to compile openoffice with your" @${ECHO} "preferred compiler." .endif