Re: Apache OpenOffice Building Guide

2013-06-11 Thread Guillermo Calzada
Regards 2013/6/11 Guillermo Calzada > solved > > > 2013/6/10 Guillermo Calzada > >> beeing more especific, how do i rebuild the module svx? >> >> Regarda >> >> >> 2013/6/10 Guillermo Calzada >> >>> i've fix that error but i have this one now :S >>> >>> >>> error: 'mpTbxUL_IncDec' was not dec

Re: Apache OpenOffice Building Guide

2013-06-11 Thread Guillermo Calzada
solved 2013/6/10 Guillermo Calzada > beeing more especific, how do i rebuild the module svx? > > Regarda > > > 2013/6/10 Guillermo Calzada > >> i've fix that error but i have this one now :S >> >> >> error: 'mpTbxUL_IncDec' was not declared in this scope >> make: *** [/home/Guillermo/aoo/main

Re: Apache OpenOffice Building Guide

2013-06-11 Thread Oliver-Rainer Wittmann
Hi, On 11.06.2013 01:04, Guillermo Calzada wrote: beeing more especific, how do i rebuild the module svx? Regarda 2013/6/10 Guillermo Calzada i've fix that error but i have this one now :S error: 'mpTbxUL_IncDec' was not declared in this scope make: *** [/home/Guillermo/aoo/main/solve

Re: Apache OpenOffice Building Guide

2013-06-10 Thread Jürgen Schmidt
On 6/11/13 1:04 AM, Guillermo Calzada wrote: > beeing more especific, how do i rebuild the module svx? run 'make clean' first Juergen > > Regarda > > > 2013/6/10 Guillermo Calzada > >> i've fix that error but i have this one now :S >> >> >> error: 'mpTbxUL_IncDec' was not declared in this

Re: Apache OpenOffice Building Guide

2013-06-10 Thread Guillermo Calzada
beeing more especific, how do i rebuild the module svx? Regarda 2013/6/10 Guillermo Calzada > i've fix that error but i have this one now :S > > > error: 'mpTbxUL_IncDec' was not declared in this scope > make: *** [/home/Guillermo/aoo/main/solver/400/ > unxlngi6.pro/workdir/CxxObject/svx/sour

Re: Apache OpenOffice Building Guide

2013-06-10 Thread Guillermo Calzada
i've fix that error but i have this one now :S error: 'mpTbxUL_IncDec' was not declared in this scope make: *** [/home/Guillermo/aoo/main/solver/400/ unxlngi6.pro/workdir/CxxObject/svx/source/sidebar/paragraph/ParaPropertyPanel.o] Error 1 dmake: Error code 2, while making 'all' 1 module(s):

Re: Apache OpenOffice Building Guide

2013-06-07 Thread Guillermo Calzada
Link from paste bin with the error http://ooo.pastebin.ca/2392569 Regards Guillermo 2013/6/7 Andrea Pescetti > Guillermo Calzada wrote: > >> I have a problem while im trying tu build... it gives me back this error >> ERROR: error 65280 occurred while making /home/Guillermo/aoo/main/svx/** >>

Re: Apache OpenOffice Building Guide

2013-06-07 Thread Andrea Pescetti
Guillermo Calzada wrote: I have a problem while im trying tu build... it gives me back this error ERROR: error 65280 occurred while making /home/Guillermo/aoo/main/svx/prj i dont udertand if something is mising whats does "error 65280 refers to" Error 65280 is very generic, you should provide

Re: Apache OpenOffice Building Guide

2013-06-07 Thread Guillermo Calzada
I have a problem while im trying tu build... it gives me back this error ERROR: error 65280 occurred while making /home/Guillermo/aoo/main/svx/prj i dont udertand if something is mising whats does "error 65280 refers to" Regards 2013/6/5 Albino B Neto > 2013/6/5 Kay Schenk : > > Please also

Re: Apache OpenOffice Building Guide

2013-06-05 Thread Albino B Neto
2013/6/5 Kay Schenk : > Please also see the old Linux specific build page for some additional > configuration that you may want to use: > > http://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux The packages too. ;-) Albino

Re: Apache OpenOffice Building Guide

2013-06-05 Thread Kay Schenk
On Wed, Jun 5, 2013 at 2:30 PM, Guillermo Calzada wrote: > 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 hav

Re: Apache OpenOffice Building Guide

2013-06-05 Thread Guillermo Calzada
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/ep

Re: Apache OpenOffice Building Guide

2013-06-05 Thread 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

Re: Apache OpenOffice Building Guide

2013-06-05 Thread 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

Re: Apache OpenOffice Building Guide

2013-06-04 Thread Andrea Pescetti
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 it gives me back a line telling me that it doesnt exists the directory http:

Re: Apache OpenOffice Building Guide

2013-06-04 Thread Guillermo Calzada
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 it gives me back a line telling me that it doesnt exists the directory i added the problem to paste b

Re: Apache OpenOffice Building Guide

2013-06-04 Thread Kay Schenk
On Tue, Jun 4, 2013 at 2:57 PM, Guillermo Calzada wrote: > Hello looking i little bit more on my problem i realised that tehe scriptc > bootstrap doesnt exist... i just have bootstrap.1... i tried svn > updatebut i still dont have the script bootstrap... > > i send and image showing my directo

Re: Apache OpenOffice Building Guide

2013-06-04 Thread Guillermo Calzada
Hello looking i little bit more on my problem i realised that tehe scriptc bootstrap doesnt exist... i just have bootstrap.1... i tried svn updatebut i still dont have the script bootstrap... i send and image showing my directory aoo/main http://imagebin.org/index.php?mode=image&id=260251 R

Re: Apache OpenOffice Building Guide

2013-06-04 Thread Andrea Pescetti
Guillermo Calzada wrote: Hello, I've been working on apache OpenOffice Building Guide, I've dowload the source, but i have problems whit the ./bootstrap... the problem is that when i use it it gives me back a error that says that the ./bootstrap doesnt exist... Follow the steps at http://wiki.o

Re: Apache OpenOffice Building Guide

2013-06-04 Thread Albino B Neto
2013/6/3 Guillermo Calzada : > the problem is that when i use it it gives me back a error that says that > the ./bootstrap doesnt exist... Run the command: souce Linux.sh ?? Ex. if your distro x86_64: source LinuxX86-64Env.Set.sh Albino --