-
Notifications
You must be signed in to change notification settings - Fork 167
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
cannot compile on windows #27
Comments
seems to be solved in 0.2.1, i've submitted #31 |
@matthiasg, can you please test #31 and report if it works for you? Thank you! |
checking out master and applying #31 worked. it compiles now on windows (i tested with vs2010 with node 64bit). did not run any tests though since |
Is there a new version of zerorpc that includes this fix ? I'm trying to install it but it fails during msgpack installation... |
If we can get confirmation that it works on Windows, would be happy to merge and try to release (not sure if I have the appropriate NPM creds, but I can try to hunt them down at least :-)) |
Ok, I stay tuned and wait for any news. Merci Jérôme |
Hey guys, Looks good to me. I may have more to report as I migrate this into production later. For now though, from an msysgit bash + windows 7 environment:
$ npm test
|
I know this issue is over one year old but I am still having the same problem on Windows 7 x64.
The I ran Since zerorpc is buried very deep in the dependency tree of another project I am using (socket.io), it is not practical for me (or anyone having the same issue) to modify all those dependencies and then put it into production use. Please fix this issue and I am glad to help with the testing process. |
It is not a "clean" way to perform it due to modifications to msgpack API... I wanted to use this tool to power & control my bot, but it has to be reliable and it isn't actually. |
@AlexisTM Thanks for the information. That's very unfortunate. I guess I'll search for an alternative. |
@akfish Note: Msgpack is deprecated anyway... It could be replaced by JSON.parse & stringify!
|
Hmm well this kind of kills my tests for ZeroRPC vs dnode on windows. |
msgpack seems to have an issue from version 0.1.7 on upwards (0.1.6 works) which does not let it compile on windows. for more details see: pgriess/node-msgpack#46
since zerorpc is referring to 0.1.8 it cannot compile on windows.
does zerorpc work with 0.1.6 or has there been any major reason to specify 0.1.8 explicitly instead of semvering ~0.1 ?
The text was updated successfully, but these errors were encountered: