-
Notifications
You must be signed in to change notification settings - Fork 210
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
build error on windows #38
Comments
I forget exactly what I needed to do to get this to build.... I seem to remember that using VS2012 was causing headaches, as node-gyp was having trouble with the multiple VS installations on my PC. Can you try building the winpty dependency first, and see if that works without any errors? That ended up being the source of most of my problems. I had to modify winpty.gyp before the thing would build properly. |
if it wasnt for win i would have integrated pty allready into my node-mirror project. damn that os but back to the issue. |
Change into the This is just a troubleshooting step to see where you're actually running into compilation trouble. npm and node-gyp's error messages tend to be incredibly unhelpful. |
i downloaded your latest release and the master from https://github.com/peters/winpty
thank you |
me again. turned out there was still a vs2008 installation present. (they are like viruses) i am still wondering about delivering precompiled bins. thx |
I think it's generally unsupported or frowned upon at the moment (womp). It definitely would be nice if npm/node-gyp could either fetch precompiled binaries, or install compilation dependencies on their own. This was being worked on at isaacs/npm/issues/1891, and nodejs/node-v0.x-archive/issues/4398. I don't think that there's really a recommended path forward right now (although some seem to have hacked their way around the issue) |
hi long time no chat.
pls refer to if you are interested in details the pty.js is initialized in src/server/server.js. the npm version is a compressed build so i recommend github for sourcebrowsing. thank you very much ;) ps: it took so long because of holiday + sickness + harddiskcrash so i had to do it all twice ;) not because pty.js is so hard to use. a better documentation would be cool thou. |
NB! It will not compile on VS 2008 (VS9). So if you don't have anything newer i suggest you download an express edition. |
thank you peters for contributing. the build issue has been resolved allready. i use vs 2012 now. thx |
hi i am getting this build error on windows
MSBUILD : error MSB6006: "VCBuild.exe" exited with code -1. [C:\projects\nodemirror\test\node_modules\pty.js\build\binding.sln]
MSBUILD : error MSB6006: "VCBuild.exe" exited with code -1. [C:\projects\nodemirror\test\node_modules\pty.js\build\binding.sln]
i used to have vs2008 and vs2010 installed but now only vs2012 is installed
i still get the error
i primarily developing for unix so this is strange to me
any help? maybe its a bug?
btw its a 64bit os
The text was updated successfully, but these errors were encountered: