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.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.**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<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