Open zzz08900 opened 5 months ago
+1
Can someone help us?
A quick glance at opencv4nodejs.target.mk indicates somehow output stream of git clone
and some other commands ends up pushed into DEFS_Release
so this makefile is not going to work.
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 npm install
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. But the installation process is kinda painful for some OS and that's why we have all sorts of auto install scripts floating around, from Anaconda to build-opencv.
Is there some compatibility issue with node-gyp or gcc?