You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Ariel Constenla-Haile <ar...@apache.org> on 2012/01/24 14:21:39 UTC

[BUILD] CionMP on Windows (was: propose new Developer snapshot builds based on revision r1234077)

Hi *,

On Tue, Jan 24, 2012 at 11:27:42AM +0100, Oliver-Rainer Wittmann wrote:
> I have problem building coinmp on my system.
> I am working together with Andre on this problem - please stay tuned
> for the new Windows developer snapshots.

I'm having a problem building it in Windows XP too.
It seems to build fine, but then starts a loop, trying to rebuild the
coinmp libraries, until the build breaks. It seems it does not break
because of a compilings error (I can't find any error on the logs) but
just because of the loop.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: [solved (at least the problem on orw's Win7 machine)] Re: [BUILD] CionMP on Windows (was: propose new Developer snapshot builds based on revision r1234077)

Posted by Ariel Constenla-Haile <ar...@apache.org>.
On Wed, Jan 25, 2012 at 09:39:24AM +0100, Oliver-Rainer Wittmann wrote:
> Andre gave another hint regarding the build of CoinMP (module
> ext_libraries/coinmp) under Windows. I followed this hint and
> successfully build CoinMP.
> Andre's hint was not to use the option "-useenv" for building CoinMP
> via command "vcbuild.exe" from the MS Visual Studio 2008 Express.
> 
> Andre will commit the corresponding change to the makefile
> (ext_libraries/coinmp/makefile.mk) to the repository

It's solved also here (Windows XP on VirtualBox).


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: [solved (at least the problem on orw's Win7 machine)] Re: [BUILD] CionMP on Windows (was: propose new Developer snapshot builds based on revision r1234077)

Posted by Andre Fischer <af...@a-w-f.de>.
[...]
> Andre will commit the corresponding change to the makefile
> (ext_libraries/coinmp/makefile.mk) to the repository

SVN revision is 1235686.

-Andre

[solved (at least the problem on orw's Win7 machine)] Re: [BUILD] CionMP on Windows (was: propose new Developer snapshot builds based on revision r1234077)

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

On 24.01.2012 14:21, Ariel Constenla-Haile wrote:
> Hi *,
>
> On Tue, Jan 24, 2012 at 11:27:42AM +0100, Oliver-Rainer Wittmann wrote:
>> I have problem building coinmp on my system.
>> I am working together with Andre on this problem - please stay tuned
>> for the new Windows developer snapshots.
>
> I'm having a problem building it in Windows XP too.
> It seems to build fine, but then starts a loop, trying to rebuild the
> coinmp libraries, until the build breaks. It seems it does not break
> because of a compilings error (I can't find any error on the logs) but
> just because of the loop.
>
>

Andre gave another hint regarding the build of CoinMP (module 
ext_libraries/coinmp) under Windows. I followed this hint and successfully build 
CoinMP.
Andre's hint was not to use the option "-useenv" for building CoinMP via command 
"vcbuild.exe" from the MS Visual Studio 2008 Express.

Andre will commit the corresponding change to the makefile 
(ext_libraries/coinmp/makefile.mk) to the repository

Best regards, Oliver.

Re: [BUILD] CionMP on Windows (was: propose new Developer snapshot builds based on revision r1234077)

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

On 24.01.2012 14:21, Ariel Constenla-Haile wrote:
> Hi *,
>
> On Tue, Jan 24, 2012 at 11:27:42AM +0100, Oliver-Rainer Wittmann wrote:
>> I have problem building coinmp on my system.
>> I am working together with Andre on this problem - please stay tuned
>> for the new Windows developer snapshots.
>
> I'm having a problem building it in Windows XP too.
> It seems to build fine, but then starts a loop, trying to rebuild the
> coinmp libraries, until the build breaks. It seems it does not break
> because of a compilings error (I can't find any error on the logs) but
> just because of the loop.
>
>

Here is the last lines of my output on building coinmp:
<error>
...
libOsi - 0 error(s), 0 warning(s)
Build started: Project: libOsiClp, Configuration: Release|Win32
Compiling...
OsiClpSolverInterface.cpp
Creating library...
Build log was saved at 
"file://c:\AOO\sources\builds\ext_libraries\coinmp\wntmsci12.pro\misc\build\CoinMP-1.6.0\Clp\MSVi
sualStudio\v9\libOsiClp\Release\BuildLog.htm"
libOsiClp - 0 error(s), 0 warning(s)
Build started: Project: libCbcSolver, Configuration: Release|Win32
Compiling...
CbcCbcParam.cpp
unitTestClp.cpp
CbcSolverHeuristics.cpp
CbcSolverExpandKnapsack.cpp
CbcSolverAnalyze.cpp
CbcSolver.cpp
CbcLinkedUtils.cpp
CbcLinked.cpp
Generating Code...
Creating library...
Build log was saved at 
"file://c:\AOO\sources\builds\ext_libraries\coinmp\wntmsci12.pro\misc\build\CoinMP-1.6.0\Cbc\MSVi
sualStudio\v9\libCbcSolver\Release\BuildLog.htm"
Build started: Project: CoinMP, Configuration: Release|Win32
dmake:  Error code 127, while making './wntmsci12.pro/misc/build/so_built_coinmp'
ERROR: error 65280 occurred while making 
/cygdrive/c/AOO/sources/builds/ext_libraries/coinmp
</error>


Best regards, Oliver.

Re: [BUILD] CionMP on Windows (was: propose new Developer snapshot builds based on revision r1234077)

Posted by Andre Fischer <af...@a-w-f.de>.
Can you supply the relevant output?

On 24.01.2012 14:21, Ariel Constenla-Haile wrote:
> Hi *,
>
> On Tue, Jan 24, 2012 at 11:27:42AM +0100, Oliver-Rainer Wittmann wrote:
>> I have problem building coinmp on my system.
>> I am working together with Andre on this problem - please stay tuned
>> for the new Windows developer snapshots.
>
> I'm having a problem building it in Windows XP too.
> It seems to build fine, but then starts a loop, trying to rebuild the
> coinmp libraries, until the build breaks. It seems it does not break
> because of a compilings error (I can't find any error on the logs) but
> just because of the loop.
>
>
> Regards