justadudewhohacks / justadudewhohacks/opencv4nodejs
Cant build on windows 10
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
Using 10.3.0 nodejs on Windows 10
I run "npm install --save opencv4nodejs"
```
Done Building Project "C:\test\node_modules
\opencv-build\opencv\build\INSTALL.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
```
After that I see lots of missing files errors and then build process fails, for example one of missing files:
```
C:\test\node_modules\opencv4nodejs\cc\core\
Size.h(1): fatal error C1083: Cannot open include file: 'opencv2/core.hpp': No such file or di
rectory (compiling source file ..\cc\CustomMatAllocator.cc) [C:\test\node_modules\opencv4nodejs\build\opencv4nodejs.vcxproj]
```
Contributor guide
Assessment
This issue has not been assessed yet.