-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
node-gyp generates an absolute path in makefiles #22823
Comments
Doesn't seem to... work... huh |
This package doesn't seem to support gnu windows? First, update devtool deps:
Then, use npm to build:
|
afaik it just says no prebuilt file has been found, this makes sense, then it attempts to build on msys2, this is the right move, but then some path translation errors seem to happen. |
Description / Steps to reproduce the issue
Expected behavior
when going to build and executing make, it should compile
Actual behavior
you will see a build directory, and a file called weakref.target.mk this has a path that starts relative then becomes absolute.. So it does not compile, you get a message like
You see on this makefile the $OBJS has an entry that is malformed. That's just one of many issues.
Verification
Windows Version
MINGW64_NT-10.0-19045
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: