Skip to content

Delay hook absolute path cannot be created error MSB3191: Unable to create directory: The given path's format is not supported #732

@saper

Description

@saper

Full log: https://gist.github.com/saper/08ce8416f944a7fed3dc
addon.gypi used
generated libgit2.vcxproj
Source being built: https://github.com/saper/nodegit/tree/41c9e13f25441726a2493fd9279fc00db0087da9
Environment: @appveyor full log

node-gyp is installed globally before just npm install on the package (nodegit).

Error message:

error MSB3191: Unable to create directory 
"C:\projects\nodegit\vendor\Release\obj\libgit2\C:\projects\nodegit\node_modules\node-gyp\src". 
The given path's format is not supported.

It looks like the '<(node_gyp_dir)/src/win_delay_load_hook.c' formula doesn't mix here well...

Btw. is it normal that .vcxproj files are created in the source tree and not in the build directory? relative paths fixed

Related: #636 #637 #708

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions