Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2006 10:15:02 -0300
From:      "Carlos F. A. Paniago" <carlos.paniago@gmail.com>
To:        freebsd-openoffice@freebsd.org
Subject:   OOo-2.0-devel problem in Makefile
Message-ID:  <4479A256.4090800@gmail.com>

next in thread | raw e-mail | index | archive | help
Maho: The OOo-2.0-devel have an problem in compiling. Here are the 
solution: change the lines 232 in Makefile:

if (${NUMOFPROCESSES}>1)
        @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c
"source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl 
-P${NUMOFPROCESSES} --all"
.else
        @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -C
        "source ${FREEBSD_ENV_SET} ; dmake"
.endif

The reason is: FreeBSD FreeBSD.Env is now changet to FreeBSDIntel.Env ou 
FreeBSDAMD.Env

Paniago



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4479A256.4090800>