Skip to content

node-gyp build not working on Windows #77

@steveworkman

Description

@steveworkman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions