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 <calzadag...@gmail.com> > 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 <kay.sch...@gmail.com> > >> On Tue, Jun 4, 2013 at 11:41 PM, Andrea Pescetti <pesce...@apache.org >> >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-unsubscr...@openoffice.apache.org> >> > >> > For additional commands, e-mail: dev-h...@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 >> > >