AvtechScientific / ASL

Advanced Simulation Library - hardware accelerated multiphysics simulation platform.
http://asl.org.il
GNU Affero General Public License v3.0
217 stars 55 forks source link

Outdated header files cause broken build on windows #17

Open andrewklitzke opened 8 years ago

andrewklitzke commented 8 years ago

sys/time.h is used in aslTimer. sys/time.h was removed in recent versions of visual studio (2008 i think?) and causes users to be unable to build ASL on a windows platform without some hacking.

AvtechScientific commented 8 years ago

Hi @andrewklitzke,

thank you very much for this bug report. We have rewritten the Timer class entirely to match the C++11 standard. Please, try recent commit and tell us whether it fixed your issue.

All the best.