mes5k / amap-align

Automatically exported from code.google.com/p/amap-align
0 stars 1 forks source link

Fix g++ and LONG_MAX issue #3

Open edgano opened 5 years ago

edgano commented 5 years ago

It was impossible to compile with make on Ubuntu with G++ version 7.3.0

It was needed to add cstring to be able to use the strcmp operator and climits for the constants LONG_MAX,...

edgano commented 5 years ago

The idea to patch it is to generate a Conda package of AMAP