Date: Sat, 21 Feb 2004 14:38:25 +1100 From: Gautam Gopalakrishnan <gautam@inspired.net.au> To: Kris Kennaway <kris@obsecurity.org> Cc: kris@obsecurity.org Subject: Re: Openoffice 1.1 not building 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Feb 2004 19:12:20 -0800 Kris Kennaway <kris@obsecurity.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040221143825.4ec73b52.gautam>