coin-or-tools / BuildTools

Macros and patches for GNU autotools
https://coin-or-tools.github.io/BuildTools/
Other
3 stars 7 forks source link

ASL build fails on cygwin / cl #59

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @LouHafer

Original creation time: 2007-10-26 00:30:14

Assignee: @andrea5w

Version: 0.5

Keywords: ASL cygwin cl comptry.bat

Apparently cygwin doesn't grok comptry.bat. I haven't tried to pin down the exact reason why. The function of comptry.bat is to retry the build with -DNO_LONG_LONG. For pretty much any compiler we're likely to run into nowadays, this is unlikely to be a problem. Simply changing 'comptry.bat cl ...' to 'cl ...' works with cl from MSVS8. If we're ambitious, we can move the test into configure.ac.

Compile_MS_ASL should be updated to perform the necessary edit on makefile.vc to remove the reference to comptry.bat. Will test the the next time I'm playing in cygwin.

svigerske commented 5 years ago

Comment by @LouHafer created at 2007-11-16 18:41:25

This is now fixed in the ASL configuration files. This ticket can be closed.

svigerske commented 5 years ago

Comment by @andrea5w created at 2007-12-02 23:16:19

Resolution: fixed