Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F4A1CACF for ; Thu, 10 May 2012 10:01:25 +0000 (UTC) Received: (qmail 956 invoked by uid 500); 10 May 2012 10:01:25 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 798 invoked by uid 500); 10 May 2012 10:01:24 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 777 invoked by uid 99); 10 May 2012 10:01:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 10:01:23 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [87.253.162.5] (HELO server5.configcenter.info) (87.253.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 10:01:17 +0000 Received: from [9.155.131.51] (deibp9eh1--blueice3n2.emea.ibm.com [195.212.29.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: web445p1) by server5.configcenter.info (Postfix) with ESMTP id 9328D1BB0AEF for ; Thu, 10 May 2012 12:00:53 +0200 (CEST) Message-ID: <4FAB91D7.4020808@a-w-f.de> Date: Thu, 10 May 2012 12:00:55 +0200 From: Andre Fischer User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: AOO fails to compile in sdext: makefile.mk problem? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (server5.configcenter.info [0.0.0.0]); Thu, 10 May 2012 12:00:53 +0200 (CEST) X-server5-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 9328D1BB0AEF.A311C X-server5-MailScanner: Found to be clean X-server5-MailScanner-From: af@a-w-f.de X-Old-Spam-Status: No Hi, this should be fixed now. SVN revision is 1336570. -Andre On 10.05.2012 08:00, Damjan Jovanovic wrote: > Hi > > AOO (from latest SVN) is failing to compile for me in sdext: > > ---snip--- > Entering /home/user/ooo/main/sdext/source/presenter > > dmake: makefile.mk: line 297: Error: -- Missing targets or attributes in rule > > 1 module(s): > sdext > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /home/user/ooo/main/sdext/source/presenter > > When you have fixed the errors in that module you can resume the build > by running: > > build --from sdext > ---snip--- > > The only thing I can find on Google is a post to the old OO.o mailing > list, with the same error in the same line, saying that there could be > a mismatched .IF/.THEN in main/sdext/source/presenter/makefile.mk > (http://openoffice.2283327.n4.nabble.com/sdext-source-presenter-makefile-mk-IF-ENDIF-mismatch-td3244297.html). > > This is on Lubuntu 11.10 on an amd64 system. Commands used were: > autoconf > ./configure --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 > --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz > --enable-category-b --disable-build-mozilla --enable-minimizer > --enable-opengl --enable-dbus --with-mingwin=i586-mingw32msvc-g++ > cd moz/zipped/ > wget http://www.openoffice.org/tools/moz_prebuild/OOo3.2/LINUXGCCXruntime.zip > wget http://www.openoffice.org/tools/moz_prebuild/OOo3.2/LINUXGCCXlib.zip > wget http://www.openoffice.org/tools/moz_prebuild/OOo3.2/LINUXGCCXinc.zip > cd ../.. > ./bootstrap > source LinuxX86-64Env.Set.sh > cd instsetoo_native/ > build --all -P2 -- -P2 > > Please help? I am compiling AOO because I want to contribute to it. > > Damjan Jovanovic