Date: Tue, 18 Jun 2002 14:10:37 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: "Ulrich 'Q' Spoerlein" <q@uni.de> Cc: <openoffice@FreeBSD.ORG> Subject: Re: (fwd) Re: openoffice port Message-ID: <20020618140738.W60170-100000@levais.imp.ch> In-Reply-To: <uh2ugugj94mpecsh7j9k8obf8suh7urmrt@4ax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
>>now i just tried a 'make' and out of nowhere the port suddenly depends on devel/stlport. i checked
>>the Makefile, and found the following lines:
>>.if ${OSVERSION} < 500000 && !defined(USE_GCC)
>>BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
>>.endif
The problem here is that if you use USE_GCC=XX, you need the same gcc like
stlport was built with (c++ linking).
So depending on the stlport port is normal if you don't use USE_GCC.
> does not exist. i just did a 'mkdir
> /usr/ports/editors/openoffice/work/oo_1.0_src/solenv/unxfbsd/bin/makedepend'
> and it finally starts building...
Thats strange. I never had this problem.
> although building with USE_GCC=2.95 bombed after some minutes,
> complaining about some syntax errors in the STL files building with
> USE_GCC=3.1 is running for almost 4hours now.
Stock gcc 2.95 works fine on STABLE now.
Martin
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020618140738.W60170-100000>
