From owner-freebsd-openoffice@FreeBSD.ORG Sun May 28 13:15:28 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 06BC116C0D3 for ; Sun, 28 May 2006 13:15:28 +0000 (UTC) (envelope-from carlos.paniago@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB5B43D99 for ; Sun, 28 May 2006 13:15:11 +0000 (GMT) (envelope-from carlos.paniago@gmail.com) Received: by wx-out-0102.google.com with SMTP id s17so140853wxc for ; Sun, 28 May 2006 06:15:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=AeKL6j2ZlXVxtW+Sk+fOD7fKOIAsWsSaZHFzFS05uLsm3xkCyCbmZgaUyaZuPGXY3C6Pdm6wW5/M+PQAVPTOBFWbaQY7/7+YKbDCwU3c+rCmvJbPFa8iwIj1/OLbQ7LUgChoOJKRVOLB8fADRKmcOPWaIQLmbLCMCSgd59nSjUE= Received: by 10.70.51.14 with SMTP id y14mr1279043wxy; Sun, 28 May 2006 06:15:11 -0700 (PDT) Received: from ?201.31.199.198? ( [201.31.199.198]) by mx.gmail.com with ESMTP id h38sm2149002wxd.2006.05.28.06.15.08; Sun, 28 May 2006 06:15:11 -0700 (PDT) Message-ID: <4479A256.4090800@gmail.com> Date: Sun, 28 May 2006 10:15:02 -0300 User-Agent: Thunderbird 1.5.0.2 (X11/20060423) MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: "Carlos F. A. Paniago" Subject: OOo-2.0-devel problem in Makefile 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: Sun, 28 May 2006 13:15:29 -0000 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