-
Notifications
You must be signed in to change notification settings - Fork 82
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
Installation on Windows #71
Comments
Looking at the output it is a sync-prompt issue, would you mind opening this ticket there? https://github.com/shovon/sync-prompt |
Thanks @rpflorence. I opened a ticket there with the same scenario. Best, |
can you link to that ticket? I'll keep this open until its fixed there, or we decide to use something else since ember-tools is still broken until then. |
Yep sure. And would be great to have something working on windows too. Thanks, |
Seems that the issue bounce from one dependence to another. Thanks, |
If ember-tools is considered broken, then so are Geddy, socket.io, bcrypt, and all others that rely on C++ to work. As one goes deeper and deeper into Node.js and its community, one will surely come across a module written in native code. And for all those Windows developers, we suddenly have more and more projects that are considered "broken" as a result. Frankly, I find this to be purely an issue with node-gyp and/or Windows. Not with ember-tools, nor sync-prompt. |
Yes, I never stated that the issue was related to ember-tools nor Sorry if I created some kind of confusion. Cheers On Sun, Jul 21, 2013 at 12:58 AM, Salehen Shovon Rahman <
*Daniel Zaremba http://goog_408397625 |
You didn't, but @rpflorence did.
|
I had the same problem with my latest attempt to refresh ember-tools to get back in sync. As noted above, the problem occurs during node-gyp compilation of whatever C/C++ code is included in a package. I was not able to figure out exactly why its was failing (the proximal error was "C1902: Program database manager mismatch; please check your installation"), but I was able to reproduce it in Visual Studio using the .vcxproj file generated by node-gyp. I assume that there is a problem somewhere in the configuration options. Anyway, despite a LOT of attempts (I lost about two days to this...) I never did manage to make Visual Studio Express 2012 happy again (even though it was working just fine before). What I did succeed in doing, however, was get node-gyp to work with Visual Studio Express 2010. Steps:
HKCU\Software\Microsoft\VisualStudio\10.0
|
@Steve-OH was this an issue with Windows 7 or Windows 8? |
@Steve-OH and also, thanks a lot. And sorry to hear that it took up two days of your time. :( |
This was Windows 7 x64. I blame Microsoft for the lost time. ;-) There are simply too many incompatible combinations of configuration options with Visual Studio, and the resulting error messages are completely useless in diagnosing the problem. |
I'm also having issues with installing this on Windows 7. It worked fine on another machine.
More complete dump: Screengrab: Trying Steve-OH's recommendation above... Here goes more time =/ |
Dear god, @Steve-OH, it worked. The directions at https://github.com/TooTallNate/node-gyp#installation did not. I believe the only difference was 10) Install Visual Studio 2010 SP1. |
One more lost soul rescued from the wilderness. ;-) |
I'm now getting this mysterious error:
It's probably totally my fault and unrelated to this thread, but there's not much to go on as far as debugging and I'm at quite a loss; any help welcome. |
Anyone have anything to contribute about my issue above? Not sure where to begin debugging. |
I vaguely recall seeing something like that, but I can't remember any details. It may have had something to do with bad syntax in a template definition. Sorry I can't be any more specific. Since it happens during the build process, I would debug by moving files one by one out of the source tree and seeing if there is a point at which the build runs successfully. |
Thanks for the suggestion. I'll give that a try. Perhaps this is a good candidate for improved error checking and feedback. |
Found the issue: #82 |
Now I'm getting Here's the complete output: https://gist.github.com/Zaxnyd/9575ae41d28fa4b98c25 Not sure why this is happening. |
This fixed it: nodejs/node-gyp#277 (comment) |
Hey guys,
I wanted to install this on Windows 8 64 but in the middle of the installation I get some errors like in this screen http://grab.by/osE4
Then it continues and at the end I get
Is there a fix for this?
Many thanks
The text was updated successfully, but these errors were encountered: