zhm / node-spatialite

Standalone, cross-platform SpatiaLite 4.0 binding for node.js with all features enabled
Other
67 stars 17 forks source link

Build fixes for Windows #13

Closed gboor closed 8 years ago

gboor commented 8 years ago

Added and removed some headers to make this build on Windows 10 with VS 2015.

zhm commented 8 years ago

Thanks for this! It looks like the build failed on Linux with the typeinfo removal.

Can you try fixing that by only skipping it on Windows?

#ifndef _MSC_VER
#include <typeinfo>
#endif
gboor commented 8 years ago

Should be fixed now

gboor commented 8 years ago

I see the test is still failing, but it appears this is because of some coffeescript error?

zhm commented 8 years ago