SimulationEverywhere / CDPP_ExtendedStates-codename-Santi

An extended and improved version of CD++ for Cell-DEVS
MIT License
4 stars 6 forks source link

Fixes for MacOs Compatibility #5

Closed thepalbi closed 5 years ago

thepalbi commented 5 years ago

Some imports are placed differently inside MacOS C standard library, like hashmap. Also, since the default C++ compiles is Clang, some warning are raised as errors. A fix is provided for them.

rodrigodcastro commented 5 years ago

Gracias Pablo. Pregunta: lo probó alguen además de vos en entorno fuera de mac ? (Por ejemplo Freddy) Para saber. Saludos !

El 19/11/2018 13:40, "Pablo" notifications@github.com escribió:

Some imports are placed differently inside MacOS C standard library, like hashmap. Also, since the default C++ compiles is Clang, some warning are raised as errors. A fix is provided for them.

You can view, comment on, or merge this pull request online at:

https://github.com/SimulationEverywhere/CDPP_ExtendedStates-codename-Santi/pull/5 Commit Summary

File Changes

Patch Links:

- https://github.com/SimulationEverywhere/CDPP_ExtendedStates-codename-Santi/pull/5.patch

https://github.com/SimulationEverywhere/CDPP_ExtendedStates-codename-Santi/pull/5.diff

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SimulationEverywhere/CDPP_ExtendedStates-codename-Santi/pull/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AHhmjribaInIwIYWq0mYNqpn4wHa1oJIks5uwt5BgaJpZM4Ypebz .

thepalbi commented 5 years ago

Ahi pruebo pullear el master actual en una PC con linux, y si hace falta, subo un fix

thepalbi commented 5 years ago

Recién hice un pull del repositorio con los últimos cambios y compila bien en linux. :shipit: