MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
138 stars 64 forks source link

Compilation with Clang #61

Closed chraibi closed 7 years ago

chraibi commented 7 years ago

Using clang 3.5.0 under a mac I get compiler errors.

cmake -DCMAKE_CXX_COMPILER=clang-omp++  -DCMAKE_C_COMPILER=clang-omp   ..
make
screen shot 2017-06-09 at 12 09 37 screen shot 2017-06-09 at 12 09 46 screen shot 2017-06-09 at 12 09 58
chraibi commented 7 years ago

This issue is fixed with 596b800