MengeCrowdSim / Menge

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

Linux scb patch broke windows build #17

Closed MengeCrowdSim closed 7 years ago

MengeCrowdSim commented 7 years ago

The hack that fixed the linux code for writing out scb files broke the windows build.

The constant BUFFSIZE had been killed and replaced with the posix constant PATH_MAX. PATH_MAX is not defined in windows. Thus the build fails because PATH_MAX is undefined.

MengeCrowdSim commented 7 years ago

Patched by #18