coin-or / Couenne

Convex Over and Under Envelopes for Nonlinear Estimation
Eclipse Public License 1.0
69 stars 7 forks source link

Problem during compilation of Couenne 0.5.7 #45

Closed ycollet closed 4 years ago

ycollet commented 4 years ago

During compilation, an error message shows up:

Couenne-0.5.7/Couenne/src/problem/CouenneProblemConstructors.cpp:97:17: erreur: #if with no expression
   97 | #if COIN_HAS_ASL
merraksh commented 4 years ago

That #if should be replaced by a #ifdef. I'll make the change in trunk and 0.5 but you should make that change in 0.5.7 as that is a release.

tkralphs commented 4 years ago

@merraksh I didn't see this fix added, just checking that you just haven't gotten to it yet.

merraksh commented 4 years ago

Correct, I'll get to it soon.