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 <orwittm...@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.hensc...@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>
>>> <dev-unsubscribe@**openoffice.apache.org<dev-unsubscr...@openoffice.apache.org>
>>> >
>>>
>>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>>
>>>
>>>
>>
>>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> dev-unsubscribe@openoffice.**apache.org<dev-unsubscr...@openoffice.apache.org>
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


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


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

Reply via email to