You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the deprecated functions are a red herring. The actual problem is this:
ld: -stack_size option can only be used when linking a main executable
If I edit build/PyNode.target.mk and remove the flag -Wl,-stack_size,1000000 then node-gyp build completes successfully. Note that the build/PyNode.target.mk file is automatically generated. No idea what is adding that flag to the make file.
Apparently Python deprecated some functions that PyNode is using:
Full gyp error log is here:
2023-05-29T21_24_06_268Z-debug.log
The text was updated successfully, but these errors were encountered: