You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Ivan Fuentes <ji...@gmail.com> on 2013/06/06 18:51:28 UTC

Build AOO in Win7 Troubles

Hello

I'm trying to Build AOO in Win7, i'm not used to Linux, so many of the
commands that the step by step guide mentions are unknow for me, i've been
searching on internet but i've gotten stucked.

I did this:

   - Run autoconf to create the configure script:

   autoconf


Call configure Run configure (I modified this configure to my needs)

MSVC_HOME="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0"
SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.1"
./configure \
    --with-cl-home="$MSVC_HOME/VC" \
    --with-mspdb-path="$MSVC_HOME/Common7/IDE" \
    --with-asm-home="$MSVC_HOME/Bin" \
    --with-csc-path="$MSVC_HOME/SDK/v3.5" \
    --with-frame-home="$SDK_PATH" \
    --with-psdk-home="$SDK_PATH" \
    --with-midl-path="$SDK_PATH/bin" \
    --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02" \
    --with-ant-home="/cygdrive/c/apache-ant-1.9.1" \
    --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-pch \
    --disable-atl \
    --disable-binfilter \
    --without-junit


Then
Finish configuration and download missing external source tarballs and
extensions

./bootstrap

But i don't have any ./bootstrap to run

Where did i loss? Any ideas? Help plz :S :S

Thx


-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Fernando Cassia <fc...@gmail.com>.
On Thu, Jun 6, 2013 at 9:11 PM, Fernando Cassia <fc...@gmail.com> wrote:

> http://gnuwin32.sourceforge.net/
> ?


or perhaps MinGw32

http://mingwrep.sourceforge.net/

FC


-- 
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell

Re: Build AOO in Win7 Troubles

Posted by Fernando Cassia <fc...@gmail.com>.
On Thu, Jun 6, 2013 at 9:06 PM, Ivan Fuentes <ji...@gmail.com> wrote:

> What do i need to do to fix the "no"s??


http://gnuwin32.sourceforge.net/
?

FC
-- 
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell

Re: Build AOO in Win7 Troubles

Posted by Juergen Schmidt <jo...@gmail.com>.
Am Freitag, 7. Juni 2013 um 04:21 schrieb Ivan Fuentes:
> I tried with no "", but i got the same error.
>  
> It's pretty difficult to build in windows :s
>  
> any other idea? :(
try the URL from Raphael, configure stop because it can't find dmake.

Juergen  
>  
>  
> 2013/6/6 Raphael Bircher <r....@gmx.ch>
>  
> > Am 07.06.13 02:06, schrieb Ivan Fuentes:
> >  
> > After doing ./configure i got this....i have several "no"s
> > >  
> > > checking for grep that handles long lines and -e... /usr/bin/grep
> > > checking for egrep... /usr/bin/grep -E
> > > checking for gawk... no
> > > checking for mawk... no
> > > checking for nawk... no
> > > checking for awk... awk
> > > checking for awk... /usr/bin/awk
> > > checking for sed... /usr/bin/sed
> > > checking for solenv environment... default
> > > checking for custom pack.lst... no
> > > checking build system type... i686-pc-cygwin
> > > checking host system type... i686-pc-cygwin
> > > checking target system type... i686-pc-cygwin
> > > cygwin
> > > checking Cygwin version... 1.7.18(0.263/5/3)
> > > head: cannot open `/etc/*-release' for reading: No such file or directory
> > > CYGWIN_NT-6.1-WOW64 Ivan-HP 1.7.18(0.263/5/3) 2013-04-19 10:39 i686 Cygwin
> > > checking for pkg-config... no
> > > checking whether to enable crashdump feature... no
> > > checking whether to use the standard non-optimizing compiler... no
> > > checking whether to build/use the Windows 64bit shell extensions... no
> > > checking whether to turn warnings to errors... no
> > > checking whether to do a debug build... no
> > > checking whether to build with additional debug utilities... no, full
> > > product build
> > > checking whether to include symbols into final build... no
> > > checking whether to strip the solver or not.... yes
> > > checking whether to enable category B components... no: disabled modules
> > > moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp
> > > checking whether to enable the Online Update support... yes
> > > checking whether to enable native CUPS support... no
> > > checking whether to enable fontconfig support... no
> > > checking whether to use DirectX... yes
> > > checking whether to use ActiveX... yes
> > > checking whether to use ATL... yes
> > > checking whether to use RPATH in shared libraries... yes
> > > checking whether to use dicts from external paths... no
> > > checking Windows build environment sanity... ok
> > > checking for cygwin gcc/g++... found
> > > checking for bash... /usr/bin/bash
> > > checking gcc home... /usr
> > > checking whether to enable pch feature... no
> > > checking for GNU make... gmake
> > > checking the GNU make version... gmake 3.81
> > > checking for dmake... checking for dmake... no
> > > configure: no system or user-provided dmake found
> > > configure: error: no URL for dmake source code specified, either.
> > >  
> > > What do i need to do to fix the "no"s??
> > Maybe Cygwin is not happy with the "" Try it with --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>
> >  
> > Greetings Raphael
> >  
> >  
> > ------------------------------**------------------------------**---------
> > To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<de...@openoffice.apache.org>
> > For additional commands, e-mail: dev-help@openoffice.apache.org
> >  
>  
>  
>  
> --  
> P.D. Por fa confirma de recibido ;)
>  
>  
> "... and to make the darkness bright
> paint the sky with stars"
> [Iván Fuentes]
>  
>  



Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
I tried with no "", but i got the same error.

It's pretty difficult to build in windows :s

any other idea? :(


2013/6/6 Raphael Bircher <r....@gmx.ch>

> Am 07.06.13 02:06, schrieb Ivan Fuentes:
>
>  After doing ./configure i got this....i have several "no"s
>>
>> checking for grep that handles long lines and -e... /usr/bin/grep
>> checking for egrep... /usr/bin/grep -E
>> checking for gawk... no
>> checking for mawk... no
>> checking for nawk... no
>> checking for awk... awk
>> checking for awk... /usr/bin/awk
>> checking for sed... /usr/bin/sed
>> checking for solenv environment... default
>> checking for custom pack.lst... no
>> checking build system type... i686-pc-cygwin
>> checking host system type... i686-pc-cygwin
>> checking target system type... i686-pc-cygwin
>> cygwin
>> checking Cygwin version... 1.7.18(0.263/5/3)
>> head: cannot open `/etc/*-release' for reading: No such file or directory
>> CYGWIN_NT-6.1-WOW64 Ivan-HP 1.7.18(0.263/5/3) 2013-04-19 10:39 i686 Cygwin
>> checking for pkg-config... no
>> checking whether to enable crashdump feature... no
>> checking whether to use the standard non-optimizing compiler... no
>> checking whether to build/use the Windows 64bit shell extensions... no
>> checking whether to turn warnings to errors... no
>> checking whether to do a debug build... no
>> checking whether to build with additional debug utilities... no, full
>> product build
>> checking whether to include symbols into final build... no
>> checking whether to strip the solver or not.... yes
>> checking whether to enable category B components... no: disabled modules
>> moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp
>> checking whether to enable the Online Update support... yes
>> checking whether to enable native CUPS support... no
>> checking whether to enable fontconfig support... no
>> checking whether to use DirectX... yes
>> checking whether to use ActiveX... yes
>> checking whether to use ATL... yes
>> checking whether to use RPATH in shared libraries... yes
>> checking whether to use dicts from external paths... no
>> checking Windows build environment sanity... ok
>> checking for cygwin gcc/g++... found
>> checking for bash... /usr/bin/bash
>> checking gcc home... /usr
>> checking whether to enable pch feature... no
>> checking for GNU make... gmake
>> checking the GNU make version... gmake 3.81
>> checking for dmake... checking for dmake... no
>> configure: no system or user-provided dmake found
>> configure: error: no URL for dmake source code specified, either.
>>
>> What do i need to do to fix the "no"s??
>>
> Maybe Cygwin is not happy with the "" Try it with --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>
>
> Greetings Raphael
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<de...@openoffice.apache.org>
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
Thank you, i did it, I've been kind of busy at my job, but this weekend i'm
going to be working in the project
El jun 14, 2013 11:01 PM, "Raphael Bircher" <r....@gmx.ch> escribió:

> Hi
>
> Am 15.06.13 05:43, schrieb Ivan Fuentes:
>
>> I know ....i followed all the instructuctions...I could fix that error,
>> Now i got this one:
>>
>> bundling of dictionaries is disabled.
>>
> This one is not a error, you should be able to continue
>
> Greetings Raphael
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<de...@openoffice.apache.org>
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>

Re: Build AOO in Win7 Troubles

Posted by Raphael Bircher <r....@gmx.ch>.
Hi

Am 15.06.13 05:43, schrieb Ivan Fuentes:
> I know ....i followed all the instructuctions...I could fix that error,
> Now i got this one:
>
> bundling of dictionaries is disabled.
This one is not a error, you should be able to continue

Greetings Raphael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
I know ....i followed all the instructuctions...I could fix that error,
Now i got this one:

bundling of dictionaries is disabled.



2013/6/13 Jürgen Schmidt <jo...@gmail.com>

> On 6/13/13 6:56 AM, Ivan Fuentes wrote:
> > Hi,
> > I was bulding with ./bootstrap instruction
> > and i got this message:
>
> I don't understand what you mean here. Assuming that you have all
> prerequisites in place...
>
> 1. run configure with the appropriate parameters
> 2. run bootstrap
> 3. source the winenv.set.sh
> 4. moving in instsetoo_native and running "build --all"
>
> Juergen
>
> >
> > Total time: 25 seconds
> > dmake:  Error code 1, while making './
> > wntmsci12.pro/misc/build/so_built_so_hsqldb'
> >
> > 1 module(s):
> >         hsqldb
> > need(s) to be rebuilt
> >
> > Reason(s):
> >
> > ERROR: error 65280 occurred while making
> > /cygdrive/c/source/aoo-trunk/main/hsqldb
> >
> >
> > How can i continue? :S
> >
> >
> > 2013/6/11 Ivan Fuentes <ji...@gmail.com>
> >
> >> I fixed the MATLAB Error, i still don't know what it was using it.
> >> I only had to install gmake and run the cygwin like administrator :)
> >>
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 6/13/13 6:56 AM, Ivan Fuentes wrote:
> Hi,
> I was bulding with ./bootstrap instruction
> and i got this message:

I don't understand what you mean here. Assuming that you have all
prerequisites in place...

1. run configure with the appropriate parameters
2. run bootstrap
3. source the winenv.set.sh
4. moving in instsetoo_native and running "build --all"

Juergen

> 
> Total time: 25 seconds
> dmake:  Error code 1, while making './
> wntmsci12.pro/misc/build/so_built_so_hsqldb'
> 
> 1 module(s):
>         hsqldb
> need(s) to be rebuilt
> 
> Reason(s):
> 
> ERROR: error 65280 occurred while making
> /cygdrive/c/source/aoo-trunk/main/hsqldb
> 
> 
> How can i continue? :S
> 
> 
> 2013/6/11 Ivan Fuentes <ji...@gmail.com>
> 
>> I fixed the MATLAB Error, i still don't know what it was using it.
>> I only had to install gmake and run the cygwin like administrator :)
>>
> 
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
Hi,
I was bulding with ./bootstrap instruction
and i got this message:

Total time: 25 seconds
dmake:  Error code 1, while making './
wntmsci12.pro/misc/build/so_built_so_hsqldb'

1 module(s):
        hsqldb
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making
/cygdrive/c/source/aoo-trunk/main/hsqldb


How can i continue? :S


2013/6/11 Ivan Fuentes <ji...@gmail.com>

> I fixed the MATLAB Error, i still don't know what it was using it.
> I only had to install gmake and run the cygwin like administrator :)
>



-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
I fixed the MATLAB Error, i still don't know what it was using it.
I only had to install gmake and run the cygwin like administrator :)


Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
Thanks all of you =)

I could finish the ./configure.cmd, and i got the ./bootstrap file

I got this error while i run ./bootstrap

config.status: executing depfiles commands
C:/Program Files/MATLAB/R2009a/bin/win64/gmake  all-recursive
gmake[1]: Entering directory `C:/source/aoo-trunk/main/solenv/
wntmsci12.pro/misc/build/dmake-4.12'
Making all in startup
/usr/bin/sh: línea 17: C:/Program: No such file or directory
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `C:/source/aoo-trunk/main/solenv/
wntmsci12.pro/misc/build/dmake-4.12'
gmake: *** [all] Error 2


Why is it using a MATLAB file? What are the Error 1 and Error 2 about?

Thanks


2013/6/10 Oliver-Rainer Wittmann <or...@googlemail.com>

> Hi,
>
>
> On 08.06.2013 19:30, Ivan Fuentes wrote:
>
>> I remove the new lines and I wrote it in just one line.
>>
>> sh ./configure --with-cl-home="/cygdrive/c/**Program Files
>> (x86)/Microsoft
>> Visual Studio 11.0/VC/" --with-mspdb-path="/cygdrive/**c/Program Files
>> (x86)/Microsoft Visual Studio 11.0/Common7/IDE"
>> --with-asm-home="/cygdrive/c/**Program Files (x86)/Microsoft Visual
>> Studio
>> 11.0/VC/bin" --with-csc-path="/cygdrive/c/**Program Files (x86)/Microsoft
>> Visual Studio 11.0/SDK/v3.5" --with-frame-home="/cygdrive/**c/Program
>> Files/Microsoft SDKs/Windows/v7.1" --with-psdk-home="/cygdrive/c/**
>> Program
>> Files/Microsoft SDKs/Windows/v7.1" --with-midl-path="/cygdrive/c/**
>> Program
>> Files/Microsoft SDKs/Windows/v7.1/bin" --with-jdk-home="/cygdrive/c/**
>> Program
>> Files (x86)/Java/jdk1.7.0_02"
>> --with-ant-home="/cygdrive/c/**apache-ant-1.9.1" --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>
>> "
>> --with-epm-url="http://ftp.**easysw.com/pub/epm/3.7/epm-3.**
>> 7-source.tar.gz <http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz>
>> "
>> --enable-pch --disable-atl --disable-binfilter --without-junit
>>
>> and i got this error:
>>
>> checking the Microsoft C/C++ Compiler... found
>> (/cygdrive/c/PROGRA~2/MICROS~**3.0/VC/bin/cl.exe)
>> checking the Version of Microsoft C/C++ Compiler... found Compiler version
>> in "/cygdrive/c/PROGRA~2/MICROS~**3.0/VC/bin/cl.exe: error while loading
>> shared libraries: mspdb110.dll: cannot open shared object file: No such
>> file or directory"
>> ./configure: line 8138: test: : integer expression expected
>> configure: error: Compiler too old. Use Microsoft C/C++ .NET 2008.
>>
>> I'm using MSVC 2012, (i don't want to install MSVC 2008 :() What do i have
>> to do?
>>
>>
> Currently, AOO can not be built with MSVC 2010 or 2012 - MSVC 2008 is
> needed.
> Thus, please install "Microsoft Windows SDK for Windows 7 and .NET
> Framework 3.5 SP1", found at [1]. It contains the needed MSVC compiler from
> the Visual Studio 2008 series. In general you have afterwards the following
> installation folders on your Windows 7:
> - ../Program Files/Microsoft SDKs/Windows/v7.0/
> - ../Program Files (x86)/Microsoft Visual Studio 9.0/
> The help the configure processor to find the correct compiler SDK please
> use the following configure options:
> --with-midl-path="/cygdrive/c/**Program Files/Microsoft
> SDKs/Windows/v7.0/Bin" \
> --with-frame-home="/cygdrive/**c/Program Files/Microsoft
> SDKs/Windows/v7.0" \
> --with-psdk-home="/cygdrive/c/**Program Files/Microsoft
> SDKs/Windows/v7.0" \
> The stuff from ../Program Files (x86)/Microsoft Visual Studio 9.0/ should
> be found automatically.
>
> You can continue to Visual Studio 2012 for your debugging of the built AOO
> code.
>
>
> [1] http://www.microsoft.com/en-**us/download/details.aspx?id=**3138<http://www.microsoft.com/en-us/download/details.aspx?id=3138>
>
>
> Best regards, Oliver.
>
>
>> 2013/6/8 Regina Henschel <rb...@t-online.de>
>>
>>  Hi,
>>>
>>> Andrea Pescetti schrieb:
>>>
>>>   On 07/06/2013 Ivan Fuentes wrote:
>>>
>>>>
>>>>        --with-jdk-home=/cygdrive/c/****Program Files
>>>>> (x86)/Java/jdk1.7.0_02\
>>>>>       --with-ant-home=/cygdrive/c/****apache-ant-1.9.1\
>>>>>       --with-dmake-url=
>>>>> http://dmake.apache-extras.**o**rg.codespot.com/files/dmake-****
>>>>> 4.12.tar.bz2 <http://org.codespot.com/files/dmake-**4.12.tar.bz2><
>>>>> 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>
>>>>> >
>>>>>
>>>>> --with-epm-url=http://ftp.**ea**sysw.com/pub/epm/3.7/epm-3.**<http://easysw.com/pub/epm/3.7/epm-3.**>
>>>>> 7-source.tar.gz\<http://ftp.**easysw.com/pub/epm/3.7/epm-3.**
>>>>> 7-source.tar.gz%5C<http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz%5C>
>>>>> >
>>>>>
>>>>>       --enable-pch \
>>>>>       --disable-atl \
>>>>>
>>>>>
>>>> Whatever shell/interpreter you are using, it seems that, as Juergen
>>>> wrote, you are not passing the dmake URL properly.
>>>>
>>>> E-mail breaks it, but it seems that: you don't have a \ to terminate the
>>>> dmake configuration option and tell the interpreter that the command
>>>> continues on the next line; the dmake URL is on another line; the EPM
>>>> URL is outdated.
>>>>
>>>> If you copied the EPM URL from a wiki page, please fix it on the wiki
>>>> page. Or at least give us the link so that we can fix it.
>>>>
>>>> And try changing that section as follows (unless someone else with more
>>>> experience than me in enjoying Windows builds steps in):
>>>> ...
>>>> --with-ant-home=/cygdrive/c/****apache-ant-1.9.1 \
>>>>
>>>> --with-dmake-url=http://dmake.****apache-extras.org.codespot.****
>>>> com/files/dmake-4.12.tar.bz2<h**ttp://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>
>>>> >
>>>> \
>>>> --with-epm-url=http://www.**ms**weet.org/files/project2/epm-**<http://msweet.org/files/project2/epm-**>
>>>> 3.7-source.tar.gz<http://www.**msweet.org/files/project2/epm-**
>>>> 3.7-source.tar.gz<http://www.msweet.org/files/project2/epm-3.7-source.tar.gz>
>>>> >\
>>>>
>>>>
>>> I have no line --with-epm-url at all.
>>>
>>> Kind regards
>>> Regina
>>>
>>>
>>>
>>> Kind regards
>>> Regina
>>>
>>>
>>> ------------------------------****----------------------------**
>>> --**---------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**a**pache.org<http://apache.org>
>>> <de...@openoffice.apache.org>
>>> >
>>>
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>>
>>>
>>
>>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<de...@openoffice.apache.org>
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Oliver-Rainer Wittmann <or...@googlemail.com>.
Hi,

On 08.06.2013 19:30, Ivan Fuentes wrote:
> I remove the new lines and I wrote it in just one line.
>
> sh ./configure --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft
> Visual Studio 11.0/VC/" --with-mspdb-path="/cygdrive/c/Program Files
> (x86)/Microsoft Visual Studio 11.0/Common7/IDE"
> --with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
> 11.0/VC/bin" --with-csc-path="/cygdrive/c/Program Files (x86)/Microsoft
> Visual Studio 11.0/SDK/v3.5" --with-frame-home="/cygdrive/c/Program
> Files/Microsoft SDKs/Windows/v7.1" --with-psdk-home="/cygdrive/c/Program
> Files/Microsoft SDKs/Windows/v7.1" --with-midl-path="/cygdrive/c/Program
> Files/Microsoft SDKs/Windows/v7.1/bin" --with-jdk-home="/cygdrive/c/Program
> Files (x86)/Java/jdk1.7.0_02"
> --with-ant-home="/cygdrive/c/apache-ant-1.9.1" --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-pch --disable-atl --disable-binfilter --without-junit
>
> and i got this error:
>
> checking the Microsoft C/C++ Compiler... found
> (/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin/cl.exe)
> checking the Version of Microsoft C/C++ Compiler... found Compiler version
> in "/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin/cl.exe: error while loading
> shared libraries: mspdb110.dll: cannot open shared object file: No such
> file or directory"
> ./configure: line 8138: test: : integer expression expected
> configure: error: Compiler too old. Use Microsoft C/C++ .NET 2008.
>
> I'm using MSVC 2012, (i don't want to install MSVC 2008 :() What do i have
> to do?
>

Currently, AOO can not be built with MSVC 2010 or 2012 - MSVC 2008 is 
needed.
Thus, please install "Microsoft Windows SDK for Windows 7 and .NET 
Framework 3.5 SP1", found at [1]. It contains the needed MSVC compiler 
from the Visual Studio 2008 series. In general you have afterwards the 
following installation folders on your Windows 7:
- ../Program Files/Microsoft SDKs/Windows/v7.0/
- ../Program Files (x86)/Microsoft Visual Studio 9.0/
The help the configure processor to find the correct compiler SDK please 
use the following configure options:
--with-midl-path="/cygdrive/c/Program Files/Microsoft 
SDKs/Windows/v7.0/Bin" \
--with-frame-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
--with-psdk-home="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" \
The stuff from ../Program Files (x86)/Microsoft Visual Studio 9.0/ 
should be found automatically.

You can continue to Visual Studio 2012 for your debugging of the built 
AOO code.


[1] http://www.microsoft.com/en-us/download/details.aspx?id=3138


Best regards, Oliver.

>
> 2013/6/8 Regina Henschel <rb...@t-online.de>
>
>> Hi,
>>
>> Andrea Pescetti schrieb:
>>
>>   On 07/06/2013 Ivan Fuentes wrote:
>>>
>>>>       --with-jdk-home=/cygdrive/c/**Program Files (x86)/Java/jdk1.7.0_02\
>>>>       --with-ant-home=/cygdrive/c/**apache-ant-1.9.1\
>>>>       --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>
>>>>
>>>> --with-epm-url=http://ftp.**easysw.com/pub/epm/3.7/epm-3.**
>>>> 7-source.tar.gz\<http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz%5C>
>>>>
>>>>       --enable-pch \
>>>>       --disable-atl \
>>>>
>>>
>>> Whatever shell/interpreter you are using, it seems that, as Juergen
>>> wrote, you are not passing the dmake URL properly.
>>>
>>> E-mail breaks it, but it seems that: you don't have a \ to terminate the
>>> dmake configuration option and tell the interpreter that the command
>>> continues on the next line; the dmake URL is on another line; the EPM
>>> URL is outdated.
>>>
>>> If you copied the EPM URL from a wiki page, please fix it on the wiki
>>> page. Or at least give us the link so that we can fix it.
>>>
>>> And try changing that section as follows (unless someone else with more
>>> experience than me in enjoying Windows builds steps in):
>>> ...
>>> --with-ant-home=/cygdrive/c/**apache-ant-1.9.1 \
>>> --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>
>>> \
>>> --with-epm-url=http://www.**msweet.org/files/project2/epm-**
>>> 3.7-source.tar.gz<http://www.msweet.org/files/project2/epm-3.7-source.tar.gz>\
>>>
>>
>> I have no line --with-epm-url at all.
>>
>> Kind regards
>> Regina
>>
>>
>>
>> Kind regards
>> Regina
>>
>>
>> ------------------------------**------------------------------**---------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<de...@openoffice.apache.org>
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
I remove the new lines and I wrote it in just one line.

sh ./configure --with-cl-home="/cygdrive/c/Program Files (x86)/Microsoft
Visual Studio 11.0/VC/" --with-mspdb-path="/cygdrive/c/Program Files
(x86)/Microsoft Visual Studio 11.0/Common7/IDE"
--with-asm-home="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
11.0/VC/bin" --with-csc-path="/cygdrive/c/Program Files (x86)/Microsoft
Visual Studio 11.0/SDK/v3.5" --with-frame-home="/cygdrive/c/Program
Files/Microsoft SDKs/Windows/v7.1" --with-psdk-home="/cygdrive/c/Program
Files/Microsoft SDKs/Windows/v7.1" --with-midl-path="/cygdrive/c/Program
Files/Microsoft SDKs/Windows/v7.1/bin" --with-jdk-home="/cygdrive/c/Program
Files (x86)/Java/jdk1.7.0_02"
--with-ant-home="/cygdrive/c/apache-ant-1.9.1" --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-pch --disable-atl --disable-binfilter --without-junit

and i got this error:

checking the Microsoft C/C++ Compiler... found
(/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin/cl.exe)
checking the Version of Microsoft C/C++ Compiler... found Compiler version
in "/cygdrive/c/PROGRA~2/MICROS~3.0/VC/bin/cl.exe: error while loading
shared libraries: mspdb110.dll: cannot open shared object file: No such
file or directory"
./configure: line 8138: test: : integer expression expected
configure: error: Compiler too old. Use Microsoft C/C++ .NET 2008.

I'm using MSVC 2012, (i don't want to install MSVC 2008 :() What do i have
to do?


2013/6/8 Regina Henschel <rb...@t-online.de>

> Hi,
>
> Andrea Pescetti schrieb:
>
>  On 07/06/2013 Ivan Fuentes wrote:
>>
>>>      --with-jdk-home=/cygdrive/c/**Program Files (x86)/Java/jdk1.7.0_02\
>>>      --with-ant-home=/cygdrive/c/**apache-ant-1.9.1\
>>>      --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>
>>>
>>> --with-epm-url=http://ftp.**easysw.com/pub/epm/3.7/epm-3.**
>>> 7-source.tar.gz\<http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz%5C>
>>>
>>>      --enable-pch \
>>>      --disable-atl \
>>>
>>
>> Whatever shell/interpreter you are using, it seems that, as Juergen
>> wrote, you are not passing the dmake URL properly.
>>
>> E-mail breaks it, but it seems that: you don't have a \ to terminate the
>> dmake configuration option and tell the interpreter that the command
>> continues on the next line; the dmake URL is on another line; the EPM
>> URL is outdated.
>>
>> If you copied the EPM URL from a wiki page, please fix it on the wiki
>> page. Or at least give us the link so that we can fix it.
>>
>> And try changing that section as follows (unless someone else with more
>> experience than me in enjoying Windows builds steps in):
>> ...
>> --with-ant-home=/cygdrive/c/**apache-ant-1.9.1 \
>> --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>
>> \
>> --with-epm-url=http://www.**msweet.org/files/project2/epm-**
>> 3.7-source.tar.gz<http://www.msweet.org/files/project2/epm-3.7-source.tar.gz>\
>>
>
> I have no line --with-epm-url at all.
>
> Kind regards
> Regina
>
>
>
> Kind regards
> Regina
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org<de...@openoffice.apache.org>
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Regina Henschel <rb...@t-online.de>.
Hi,

Andrea Pescetti schrieb:
> On 07/06/2013 Ivan Fuentes wrote:
>>      --with-jdk-home=/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02\
>>      --with-ant-home=/cygdrive/c/apache-ant-1.9.1\
>>      --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-pch \
>>      --disable-atl \
>
> Whatever shell/interpreter you are using, it seems that, as Juergen
> wrote, you are not passing the dmake URL properly.
>
> E-mail breaks it, but it seems that: you don't have a \ to terminate the
> dmake configuration option and tell the interpreter that the command
> continues on the next line; the dmake URL is on another line; the EPM
> URL is outdated.
>
> If you copied the EPM URL from a wiki page, please fix it on the wiki
> page. Or at least give us the link so that we can fix it.
>
> And try changing that section as follows (unless someone else with more
> experience than me in enjoying Windows builds steps in):
> ...
> --with-ant-home=/cygdrive/c/apache-ant-1.9.1 \
> --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 \

I have no line --with-epm-url at all.

Kind regards
Regina



Kind regards
Regina

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build AOO in Win7 Troubles

Posted by Andrea Pescetti <pe...@apache.org>.
On 07/06/2013 Ivan Fuentes wrote:
>      --with-jdk-home=/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02\
>      --with-ant-home=/cygdrive/c/apache-ant-1.9.1\
>      --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-pch \
>      --disable-atl \

Whatever shell/interpreter you are using, it seems that, as Juergen 
wrote, you are not passing the dmake URL properly.

E-mail breaks it, but it seems that: you don't have a \ to terminate the 
dmake configuration option and tell the interpreter that the command 
continues on the next line; the dmake URL is on another line; the EPM 
URL is outdated.

If you copied the EPM URL from a wiki page, please fix it on the wiki 
page. Or at least give us the link so that we can fix it.

And try changing that section as follows (unless someone else with more 
experience than me in enjoying Windows builds steps in):
...
--with-ant-home=/cygdrive/c/apache-ant-1.9.1 \
--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 \
--enable-pch \
...

(the mailing list may break it, but it's 4 lines, each beginning with 
"--" and ending in "\"; of course, "..." means that you should leave the 
remaining lines unchanged).

Regards,
   Andrea.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
I tried the Raphael's URL and it doesn't work either.

Let me sumarize what i'm doing
After doing svn command i did autorun
autorun create a "configure.cmd" and "configure"
I modified configure.cmd to get in this way:

setlocal
SET MSVC_HOME="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0"
SET SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.1"
sh ./configure
    --with-cl-home=$MSVC_HOME/VC\
    --with-mspdb-path=$MSVC_HOME/Common7/IDE \
    --with-asm-home=$MSVC_HOME/Bin"\
    --with-csc-path=$MSVC_HOME/SDK/v3.5 \
    --with-frame-home=$SDK_PATH\
    --with-psdk-home=$SDK_PATH\
    --with-midl-path=$SDK_PATH/bin\
    --with-jdk-home=/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02\
    --with-ant-home=/cygdrive/c/apache-ant-1.9.1\
    --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-pch \
    --disable-atl \
    --disable-binfilter \
    --without-junit \
endlocal


What did i do wrong?

Thx in advance =)


2013/6/7 Fernando Cassia <fc...@gmail.com>

> On Fri, Jun 7, 2013 at 2:37 AM, Juergen Schmidt <jogischmidt@gmail.com
> >wrote:
>
> > we use Cygwin as build env only and compile with the Microsoft compiler.
> > We have no runtime dependency to Cygwin.
>
>
> Thanks! that's good to know.
>
> FC
> --
> During times of Universal Deceit, telling the truth becomes a revolutionary
> act
> Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
> Revolucionario
> - George Orwell
>



-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Fernando Cassia <fc...@gmail.com>.
On Fri, Jun 7, 2013 at 2:37 AM, Juergen Schmidt <jo...@gmail.com>wrote:

> we use Cygwin as build env only and compile with the Microsoft compiler.
> We have no runtime dependency to Cygwin.


Thanks! that's good to know.

FC
-- 
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell

Re: Build AOO in Win7 Troubles

Posted by Juergen Schmidt <jo...@gmail.com>.
Am Freitag, 7. Juni 2013 um 05:18 schrieb Fernando Cassia:
> On Thu, Jun 6, 2013 at 9:18 PM, Raphael Bircher <r....@gmx.ch> wrote:
>  
> > Maybe Cygwin is not happy with the ""
>  
>  
> I thought the general concensus (generally speaking wrt porting Linux FOSS
> to Win32, not sure wrt AOO) was that MinGW32 / MinGW64 was preferred over
> Cygwin as generated binaries do not depend on the availability of Cygwin
> runtime DLLs on the target machine?
>  
>  

we use Cygwin as build env only and compile with the Microsoft compiler. We have no runtime dependency to Cygwin.

Mingw is nit a good idea and I would expect more problems.

Juergen  
>  
> FC
> --  
> During times of Universal Deceit, telling the truth becomes a revolutionary
> act
> Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
> Revolucionario
> - George Orwell
>  
>  



Re: Build AOO in Win7 Troubles

Posted by Fernando Cassia <fc...@gmail.com>.
On Thu, Jun 6, 2013 at 9:18 PM, Raphael Bircher <r....@gmx.ch> wrote:

> Maybe Cygwin is not happy with the ""


I thought the general concensus (generally speaking wrt porting Linux FOSS
to Win32, not sure wrt AOO) was that MinGW32 / MinGW64 was preferred over
Cygwin as generated binaries do not depend on the availability of Cygwin
runtime DLLs on the target machine?

FC
-- 
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell

Re: Build AOO in Win7 Troubles

Posted by Raphael Bircher <r....@gmx.ch>.
Am 07.06.13 02:06, schrieb Ivan Fuentes:
> After doing ./configure i got this....i have several "no"s
>
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking for awk... /usr/bin/awk
> checking for sed... /usr/bin/sed
> checking for solenv environment... default
> checking for custom pack.lst... no
> checking build system type... i686-pc-cygwin
> checking host system type... i686-pc-cygwin
> checking target system type... i686-pc-cygwin
> cygwin
> checking Cygwin version... 1.7.18(0.263/5/3)
> head: cannot open `/etc/*-release' for reading: No such file or directory
> CYGWIN_NT-6.1-WOW64 Ivan-HP 1.7.18(0.263/5/3) 2013-04-19 10:39 i686 Cygwin
> checking for pkg-config... no
> checking whether to enable crashdump feature... no
> checking whether to use the standard non-optimizing compiler... no
> checking whether to build/use the Windows 64bit shell extensions... no
> checking whether to turn warnings to errors... no
> checking whether to do a debug build... no
> checking whether to build with additional debug utilities... no, full
> product build
> checking whether to include symbols into final build... no
> checking whether to strip the solver or not.... yes
> checking whether to enable category B components... no: disabled modules
> moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp
> checking whether to enable the Online Update support... yes
> checking whether to enable native CUPS support... no
> checking whether to enable fontconfig support... no
> checking whether to use DirectX... yes
> checking whether to use ActiveX... yes
> checking whether to use ATL... yes
> checking whether to use RPATH in shared libraries... yes
> checking whether to use dicts from external paths... no
> checking Windows build environment sanity... ok
> checking for cygwin gcc/g++... found
> checking for bash... /usr/bin/bash
> checking gcc home... /usr
> checking whether to enable pch feature... no
> checking for GNU make... gmake
> checking the GNU make version... gmake 3.81
> checking for dmake... checking for dmake... no
> configure: no system or user-provided dmake found
> configure: error: no URL for dmake source code specified, either.
>
> What do i need to do to fix the "no"s??
Maybe Cygwin is not happy with the "" Try it with 
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2

Greetings Raphael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
After doing ./configure i got this....i have several "no"s

checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for awk... /usr/bin/awk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking for custom pack.lst... no
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
cygwin
checking Cygwin version... 1.7.18(0.263/5/3)
head: cannot open `/etc/*-release' for reading: No such file or directory
CYGWIN_NT-6.1-WOW64 Ivan-HP 1.7.18(0.263/5/3) 2013-04-19 10:39 i686 Cygwin
checking for pkg-config... no
checking whether to enable crashdump feature... no
checking whether to use the standard non-optimizing compiler... no
checking whether to build/use the Windows 64bit shell extensions... no
checking whether to turn warnings to errors... no
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full
product build
checking whether to include symbols into final build... no
checking whether to strip the solver or not.... yes
checking whether to enable category B components... no: disabled modules
moz, nss, hunspell, hyphen, saxon, rhino, beanshell, graphite, coinmp
checking whether to enable the Online Update support... yes
checking whether to enable native CUPS support... no
checking whether to enable fontconfig support... no
checking whether to use DirectX... yes
checking whether to use ActiveX... yes
checking whether to use ATL... yes
checking whether to use RPATH in shared libraries... yes
checking whether to use dicts from external paths... no
checking Windows build environment sanity... ok
checking for cygwin gcc/g++... found
checking for bash... /usr/bin/bash
checking gcc home... /usr
checking whether to enable pch feature... no
checking for GNU make... gmake
checking the GNU make version... gmake 3.81
checking for dmake... checking for dmake... no
configure: no system or user-provided dmake found
configure: error: no URL for dmake source code specified, either.

What do i need to do to fix the "no"s??




2013/6/6 Ivan Fuentes <ji...@gmail.com>

> I think my problem was in the svn command,
> I got this:
>
> svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo-trunk
>
>
> svn: E175002: REPORT de '/repos/asf/!svn/me': Could not read response body: Secure connection truncated (https://svn.apache.org)
>
> How can i continue?
>
>
>
>
> 2013/6/6 Juergen Schmidt <jo...@gmail.com>
>
>> Am Donnerstag, 6. Juni 2013 um 18:51 schrieb Ivan Fuentes:
>> > Hello
>> >
>> > I'm trying to Build AOO in Win7, i'm not used to Linux, so many of the
>> > commands that the step by step guide mentions are unknow for me, i've
>> been
>> > searching on internet but i've gotten stucked.
>> >
>> > I did this:
>> >
>> > - Run autoconf to create the configure script:
>> >
>> > autoconf
>> >
>> >
>> > Call configure Run configure (I modified this configure to my needs)
>> >
>> > MSVC_HOME="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0"
>> > SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.1"
>> > ./configure \
>> > --with-cl-home="$MSVC_HOME/VC" \
>> > --with-mspdb-path="$MSVC_HOME/Common7/IDE" \
>> > --with-asm-home="$MSVC_HOME/Bin" \
>> > --with-csc-path="$MSVC_HOME/SDK/v3.5" \
>> > --with-frame-home="$SDK_PATH" \
>> > --with-psdk-home="$SDK_PATH" \
>> > --with-midl-path="$SDK_PATH/bin" \
>> > --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02" \
>> > --with-ant-home="/cygdrive/c/apache-ant-1.9.1" \
>> > --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-pch \
>> > --disable-atl \
>> > --disable-binfilter \
>> > --without-junit
>> >
>> >
>> > Then
>> > Finish configuration and download missing external source tarballs and
>> > extensions
>> >
>> > ./bootstrap
>> >
>> > But i don't have any ./bootstrap to run
>> >
>> > Where did i loss? Any ideas? Help plz :S :S
>> bootstrap is generated at the end of or after configure and is located
>> directly in
>> main. Are you sure that your configure returned successful and without
>> errors?
>>
>> Please check or provide your complete configure output ...
>>
>> Juergen
>> >
>> > Thx
>> >
>> >
>> > --
>> > P.D. Por fa confirma de recibido ;)
>> >
>> >
>> > "... and to make the darkness bright
>> > paint the sky with stars"
>> > [Iván Fuentes]
>> >
>> >
>>
>>
>>
>
>
> --
> P.D. Por fa confirma de recibido ;)
>
>
> "... and to make the darkness bright
> paint the sky with stars"
> [Iván Fuentes]
>



-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Ivan Fuentes <ji...@gmail.com>.
I think my problem was in the svn command,
I got this:

svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo-trunk


svn: E175002: REPORT de '/repos/asf/!svn/me': Could not read response
body: Secure connection truncated (https://svn.apache.org)

How can i continue?




2013/6/6 Juergen Schmidt <jo...@gmail.com>

> Am Donnerstag, 6. Juni 2013 um 18:51 schrieb Ivan Fuentes:
> > Hello
> >
> > I'm trying to Build AOO in Win7, i'm not used to Linux, so many of the
> > commands that the step by step guide mentions are unknow for me, i've
> been
> > searching on internet but i've gotten stucked.
> >
> > I did this:
> >
> > - Run autoconf to create the configure script:
> >
> > autoconf
> >
> >
> > Call configure Run configure (I modified this configure to my needs)
> >
> > MSVC_HOME="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0"
> > SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.1"
> > ./configure \
> > --with-cl-home="$MSVC_HOME/VC" \
> > --with-mspdb-path="$MSVC_HOME/Common7/IDE" \
> > --with-asm-home="$MSVC_HOME/Bin" \
> > --with-csc-path="$MSVC_HOME/SDK/v3.5" \
> > --with-frame-home="$SDK_PATH" \
> > --with-psdk-home="$SDK_PATH" \
> > --with-midl-path="$SDK_PATH/bin" \
> > --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02" \
> > --with-ant-home="/cygdrive/c/apache-ant-1.9.1" \
> > --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-pch \
> > --disable-atl \
> > --disable-binfilter \
> > --without-junit
> >
> >
> > Then
> > Finish configuration and download missing external source tarballs and
> > extensions
> >
> > ./bootstrap
> >
> > But i don't have any ./bootstrap to run
> >
> > Where did i loss? Any ideas? Help plz :S :S
> bootstrap is generated at the end of or after configure and is located
> directly in
> main. Are you sure that your configure returned successful and without
> errors?
>
> Please check or provide your complete configure output ...
>
> Juergen
> >
> > Thx
> >
> >
> > --
> > P.D. Por fa confirma de recibido ;)
> >
> >
> > "... and to make the darkness bright
> > paint the sky with stars"
> > [Iván Fuentes]
> >
> >
>
>
>


-- 
P.D. Por fa confirma de recibido ;)


"... and to make the darkness bright
paint the sky with stars"
[Iván Fuentes]

Re: Build AOO in Win7 Troubles

Posted by Juergen Schmidt <jo...@gmail.com>.
Am Donnerstag, 6. Juni 2013 um 18:51 schrieb Ivan Fuentes:
> Hello
>  
> I'm trying to Build AOO in Win7, i'm not used to Linux, so many of the
> commands that the step by step guide mentions are unknow for me, i've been
> searching on internet but i've gotten stucked.
>  
> I did this:
>  
> - Run autoconf to create the configure script:
>  
> autoconf
>  
>  
> Call configure Run configure (I modified this configure to my needs)
>  
> MSVC_HOME="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0"
> SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.1"
> ./configure \
> --with-cl-home="$MSVC_HOME/VC" \
> --with-mspdb-path="$MSVC_HOME/Common7/IDE" \
> --with-asm-home="$MSVC_HOME/Bin" \
> --with-csc-path="$MSVC_HOME/SDK/v3.5" \
> --with-frame-home="$SDK_PATH" \
> --with-psdk-home="$SDK_PATH" \
> --with-midl-path="$SDK_PATH/bin" \
> --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02" \
> --with-ant-home="/cygdrive/c/apache-ant-1.9.1" \
> --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-pch \
> --disable-atl \
> --disable-binfilter \
> --without-junit
>  
>  
> Then
> Finish configuration and download missing external source tarballs and
> extensions
>  
> ./bootstrap
>  
> But i don't have any ./bootstrap to run
>  
> Where did i loss? Any ideas? Help plz :S :S
bootstrap is generated at the end of or after configure and is located directly in
main. Are you sure that your configure returned successful and without errors?

Please check or provide your complete configure output ...

Juergen  
>  
> Thx
>  
>  
> --  
> P.D. Por fa confirma de recibido ;)
>  
>  
> "... and to make the darkness bright
> paint the sky with stars"
> [Iván Fuentes]
>  
>