[BuildTools] Problems building with trunk and the MSVC++ compiler

Andreas Waechter andreasw at watson.ibm.com
Thu Dec 21 00:11:18 EST 2006


Hi once more,

I found the bug in coin.m4 that made the configuration fail on Cygwin. 
(Maybe Lou had already sent me a correction... I'm still catching up...)

I'm going to submit the corrected version of coin.m4 in BuildTools/trunk 
in a few minutes.

Ted, if you want to make use of the reuse of the libtool script, you need 
to make a change in the configure.ac file in the package's base directory 
(I think Lou already wrote about this, but if not, I'm writing it 
again...):

You need to replace the lines

----- 8< (start) -----------------------------------------------------------

#############################################################################
#     We only need automake to generate Makefiles for the distribution      #
#############################################################################

# Initialize automake
AC_COIN_INIT_AUTOMAKE

----- 8< (end) -------------------------------------------------------------

by

----- 8< (start) -----------------------------------------------------------

#############################################################################
#              Create the libtool script for the subdirectories             #
#############################################################################

AC_COIN_CREATE_LIBTOOL

----- 8< (end) -------------------------------------------------------------

Then the libtool script is created here, and can be reused in the 
subdirectories.

It would be great if you could try it again and let us know if it is 
working now (and if the tests are indeed skipped...)

Thanks

Andreas


On Wed, 20 Dec 2006, Andreas Waechter wrote:

> Hi Ted,
>
> Sorry, I want to take that back - I wasn't reading the message in the 
> context.  It is great that you are helping us to debug the DEVELOPMENT 
> version of BuildTools ;-)  So, the mailing list was IMHO the best place to 
> send your observation to.
>
> I'm currently running the Ipopt configuration with the trunk version of 
> BuildTools.  On my machine, Cygwin is just SOOOOO slow, I believe because of 
> some security settings (virus checker?)...  That's why I hate to look at the 
> Cygwin configuration ;)
>
> Later more,
>
> Andreas
>
> On Wed, 20 Dec 2006, Andreas Waechter wrote:
>
>> Hi Ted and others,
>> 
>> I would prefer to use the BuildTools ticket system for things like this. 
>> This is more a configuration problem, and (at least for me) the idea of 
>> this mailing list is to discuss development issues for BuildTools.  (We 
>> basically created it so that Laci, Lou and I didn't just only exchange 
>> emails directly between us...)
>> 
>> What do you think?
>> 
>> Andreas
>> 
>> PS: I will try to find out of any of the changes I did in the last time 
>> brought up the problem.
>> 
> _______________________________________________
> BuildTools mailing list
> BuildTools at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/buildtools
>


More information about the BuildTools mailing list