-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unable to build in Ubuntu 22.04 - execv: Argument list too long #143
Comments
+1 |
Can someone help us? |
A quick glance at opencv4nodejs.target.mk indicates somehow output stream of No idea how/why this happened. Also no idea what is responsible of generating this makefile. |
I've fixed this error by removing OPENCV4NODEJS_DISABLE_AUTOBUILD=1 from the package.json and running: export OPENCV4NODEJS_DISABLE_AUTOBUILD=1 It look like it's not reading the package.json environment |
Yeah sure you can install your own openCV and disable auto build all together. |
Is there some compatibility issue with node-gyp or gcc?
The text was updated successfully, but these errors were encountered: