-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Description
Hi guys,
Before I start, yes, I've read GH-71 GH-69 GH-67 GH-66 and I'm still having problems.
I took the latest build from git (npm is on version 0.5.0 which fails with a make command as reported here in GH-71) and tried to build it with node-gyp.
I ran:
node-gyp configure && node-gyp build bindings.gyp
I got this:
$ node-gyp configure && node-gyp build binding.gyp
info it worked if it ends with ok
spawn python [ 'c:\\Users\\lonsw18\\.node-gyp\\0.6.15\\tools\\gyp_addon',
'binding.gyp',
'-Ic:\\Users\\lonsw18\\node.bcrypt.js\\build\\config.gypi',
'-f',
'msvs',
'-G',
'msvs_version=2010' ]
info done ok
info it worked if it ends with ok
spawn C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe [ 'build/binding
.sln',
'binding.gyp',
'/clp:Verbosity=minimal',
'/nologo',
'/p:Configuration=Release;Platform=Win32' ]
MSBUILD : error MSB1008: Only one project can be specified.
Switch: binding.gyp
For switch syntax, type "MSBuild /help"
ERR! Error: `C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\msbuild.exe` failed w
ith exit code: 1
at ChildProcess.onExit (c:\Users\lonsw18\AppData\Roaming\npm\node_modules\no
de-gyp\lib\build.js:209:23)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process.js:360:16)
at Process.onexit (child_process.js:396:5)
ERR! not ok
I'm running node 0.6.15 and node-gyp@0.4.1 (latest as of April 24 2012). Any ideas?
Thanks,
Steve
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels