sass/node-sass

Windows: Cannot open include file: 'stdbool.h'

jmcbee opened this issue · 5 comments

g:\www\luto\node_modules\gulp-sass\node_modules\node-sass\libsass\sass.h(4): fatal error C1083: Cannot open include file: 'stdbool.h': No such file or directory (..\libsass\util.cpp) [g:\www\ luto\node_modules\gulp-sass\node_modules\node-sass\build\binding.vcxproj]

am11 commented

From project readme:

Compiling versions 0.9.4 and above on Windows machines requires Visual Studio 2013 WD. If you have multiple VS versions, use npm install with the --msvs_version=2013 flag.

@am11 Hi, I have VS2012 which what node-gyp requires in their README.

am11 commented

@fbm-static, node-gyp also supports VS2013 (there is an open PR for that). Besides we are using C99 and C++11 features. Those are only available in VS2013 and later (Update 3, Update 4 RC, Visual Studio 2014 etc.).

@am11 thanks for clarifying. Sorry for the inconvenience.

I added <mysql.h> in my code.
After that I can see this message .
" Cannot open include file: 'stdbool.h': No such file or directory "
Please help me .