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
When I try running the source code using make, I get this error -
In file included from src/lane/util.cpp:8:
include/lane/util.hpp:4:10: fatal error: opencv2/core/core.hpp: No such file or directory
4 | #include <opencv2/core/core.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:41: build/src/lane/util.o] Error 1
Can anyone help with this, please?
The text was updated successfully, but these errors were encountered:
When I try running the source code using make, I get this error -
In file included from src/lane/util.cpp:8:
include/lane/util.hpp:4:10: fatal error: opencv2/core/core.hpp: No such file or directory
4 | #include <opencv2/core/core.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:41: build/src/lane/util.o] Error 1
Can anyone help with this, please?
The text was updated successfully, but these errors were encountered: