Return-Path: X-Original-To: apmail-openoffice-dev-archive@www.apache.org Delivered-To: apmail-openoffice-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EA721058A for ; Wed, 5 Jun 2013 22:05:41 +0000 (UTC) Received: (qmail 85307 invoked by uid 500); 5 Jun 2013 22:05:41 -0000 Delivered-To: apmail-openoffice-dev-archive@openoffice.apache.org Received: (qmail 85249 invoked by uid 500); 5 Jun 2013 22:05:41 -0000 Mailing-List: contact dev-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list dev@openoffice.apache.org Received: (qmail 85240 invoked by uid 99); 5 Jun 2013 22:05:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 22:05:41 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of calzadagc13@gmail.com designates 209.85.219.68 as permitted sender) Received: from [209.85.219.68] (HELO mail-oa0-f68.google.com) (209.85.219.68) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2013 22:05:37 +0000 Received: by mail-oa0-f68.google.com with SMTP id i10so284946oag.7 for ; Wed, 05 Jun 2013 15:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UlxZZmvcrUP9Z6kHfqxBMAvndldhNz1KW/rR6c5KdZA=; b=dGmG+BibU6TCon8Lh00vnvaeCbDPyCDpVYrxZLf1P4G0ibE0alGVpeKeWRNJ8cgARZ HSh0XMstdVMb/WomN5Hi5GxhENSIIFYN0vTuUeXWCzPi811+EVJMwqPkQ+51Zy73Frkm dxiGFjJAwCP2Ii7vGv+vQE7sNO68ZR/fDIU6MnaYCmuW+DPSxGCt6hioU3Kd1JHKE++U UHd+23u6cmrxrJEx1mO/8UH/kFIZn4ZFw2XUBxrimC3bsDvA1CZUqC1JwLJZcFunZIlQ Sl3eAQnOAdsFyr47Ee6EvBExhKZ7cv8J46az3FWNdwDP6t2U/Iqpi0wx5jVzYDzZLcVe wBuA== MIME-Version: 1.0 X-Received: by 10.182.110.226 with SMTP id id2mr12728080obb.95.1370469916618; Wed, 05 Jun 2013 15:05:16 -0700 (PDT) Received: by 10.60.78.199 with HTTP; Wed, 5 Jun 2013 15:05:16 -0700 (PDT) In-Reply-To: References: <51AE5822.50200@apache.org> <51AEDD87.7000006@apache.org> Date: Wed, 5 Jun 2013 17:05:16 -0500 Message-ID: Subject: Re: Apache OpenOffice Building Guide From: Guillermo Calzada To: dev@openoffice.apache.org Content-Type: multipart/alternative; boundary=089e0112ce208e369804de6f64c1 X-Virus-Checked: Checked by ClamAV on apache.org --089e0112ce208e369804de6f64c1 Content-Type: text/plain; charset=ISO-8859-1 with the help of rbircher, i used this comand and i solved the problem (downloading and copying "unowinreg.dll" to aoo/main/external/unowinreg) ./configure --with-dmake-url= http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2--with-epm-url= http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --without-junit Regards 2013/6/5 Guillermo Calzada > I solved the problem using this guide: > http://www.cyberciti.biz/faq/how-do-i-install-a-perl-module/ > and i install XML parser and the LWP::MediaTypes > > as i show on the next link: > http://ooo.pastebin.ca/2390699 > > ....but i now have this problem > > checking for epm... no > configure: error: no. Install ESP Package Manager ( > http://www.msweet.org/projects.php?Z2) and/or specify the path to the > right epm (--with-epm). Or specify an Url to an epm-3.7 source package > (--with-epm-url) > > > I had tryed with and without the quotes > > > Regards > > > > 2013/6/5 Kay Schenk > >> On Tue, Jun 4, 2013 at 11:41 PM, Andrea Pescetti > >wrote: >> >> > Guillermo Calzada wrote: >> > >> >> hello I've done autoconf.. but whit the configure i have a problem... >> >> iwhen a execute this line ./configure --with-dmake-url= >> >> http://dmake.apache-extras.** >> org.codespot.com/files/dmake-**4.12.tar.bz2< >> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2> >> >> it gives me back a line telling me that it doesnt exists the directory >> >> http://ooo.pastebin.ca/2389899 >> >> >> > >> Guillermo -- >> >> You might try putting the url in quotes: >> >> --with-dmake-url=" >> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" >> >> This is how I specified the epm url, as an example, for my build: >> >> --with-epm-url="http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz" >> >> We may need to correct this in our Build Guide. >> >> And, as Andrea suggests, you do not need to be "root" to do builds. >> >> > >> > The error message says it all: either you are running configure in the >> > wrong directory (you must execute it from within "main" too) or >> configure >> > was not created by the previous step (it is created by autoconf). If the >> > latter, then autoconf has failed and we need to see its output. Side >> note: >> > there's no reason to build OpenOffice as root. >> > >> > Regards, >> > Andrea. >> > >> > >> ------------------------------**------------------------------**--------- >> > To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org< >> dev-unsubscribe@openoffice.apache.org> >> > >> > For additional commands, e-mail: dev-help@openoffice.apache.org >> > >> > >> >> >> -- >> >> ---------------------------------------------------------------------------------------- >> MzK >> >> "You can't believe one thing and do another. >> What you believe and what you do are the same thing." >> -- Leonard Peltier >> > > --089e0112ce208e369804de6f64c1--