-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support ? #10
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
Is there any plan to support windows platform? |
@darkyen please close the issue once you are able to proceed |
@Rafi993 still can't install on windows. It seems there's a missing header file |
If you are using mac please refere here |
It's too difficult to install this module, I've switched to a better module |
@Rafi993 P.S. node-gyp installed properly e:\javascript\node-phash\deps\phash\ph_fft.h(32): fatal error C1083: Cannot open include file: '/usr/include/complex.h': No such file or directory (compiling source file ......\deps\pHash\ph_fft.c) [e:\JavaSc Think problem is here inside deps/pHash/ph_fft.h
P.S. I changed dependency to file which you have and it's not compiled any more. |
I changed source for pHash (using last one from pHash.org 0.9.4) and tried to build artifact, but now have another errors, might be you can help me with these errors. Creating library e:\JavaScript\node-phash\build\Release\pHashBinding.lib and object e:\JavaScript\node-phash\build\Release\pHashBinding.exp |
I need this as well 👍 Windows 7 64bit |
@Muqito |
I guess it is the commit that was made later that is causing the issue. node libraries with c/c++ bindings generally tend to have a problem in windows some permanent solution for this kind of bindings has to be found. so that we don't need to compile these dependencies manually but just do npm install. |
Пидорасы! Сделайте под винтоуз!!111 |
Maybe use node-pre-gyp for distributing windows packages ? [building for windows is a pita]
The text was updated successfully, but these errors were encountered: