-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
expat.h not found for Windows install #47
Comments
I don't have Windows but it works for others. Where's your expat.h located? |
I don't know what package, or prerequisite I should install on windows machine to have expat.h. Searched online for quite a while without a solution. |
Would you give #48 a try? |
Awesome, will give a try. |
Can compile on windows. Have not run yet. |
@hochang Can you detail the steps you took? Did you use the win32 installer or extract the source? |
I had installed expat using installer |
With v1.6.1, expat should adapt Windows platform easier than before. However, while trying to install node-expat on Windows, I have encountered error:
S:\WorkSpaces\joyent\node_modules\node-expat>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin....\node_modules\node-gyp\bin\node-gyp.js" rebuild
node-expat.cc
..\node-expat.cc(6): fatal error C1083: Cannot open include file: 'expat.h': No such file or directory [S:\WorkSpaces\joyent\node_modules\node-expat\build\node_expat.vcxproj]
gypnpm ERR! node-expat@1.6.1 install:
node-gyp rebuild
npm ERR!
cmd "/c" "node-gyp rebuild"
failed with 1npm ERR!
npm ERR! Failed at the node-expat@1.6.1 install script.
npm ERR! This is most likely a problem with the node-expat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls node-expat
npm ERR! There is likely additional logging output above.
Is there a solution or workaround for this problem?
Thanks
The text was updated successfully, but these errors were encountered: