-
Notifications
You must be signed in to change notification settings - Fork 355
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
Unresolved externals when building with NODE_COMPATIBLE=1 #229
Comments
I figured it out.
|
Thank-you for documenting that here. I completely forgot that I had to do that. I found the hint on electron/node#4 |
I followed this and I'm still having some trouble. Is this dependent on a specific version of node? |
I actually ended up figuring it out. You can easily accomplish this without any change to node.h by some parameters when using vcbuild.bat. I did end up changing my local vcbuild.bat to include a parameter for enable-static |
The vcbuild.bat should be merged into the master node branch soon (nodejs/node#12764) |
Hi,
I'm trying to build on Windows with
NODE_COMPATIBLE=1
set in the compiler options, but then I get the following unresolved functions showing up in the linker. Is there anything special that I need to do when building Node.js to be able to import those functions from it ?I'm building on Windows 10 with VS 2015.
The text was updated successfully, but these errors were encountered: