nils@gwendolene:~/ChosunTruck/linux$ make Drive pip install runcython Requirement already satisfied: runcython in /home/nils/.local/lib/python2.7/site-packages (0.2.5) Requirement already satisfied: Cython>=0.10 in /home/nils/.local/lib/python2.7/site-packages (from runcython) (0.29.2) makecython++ tensorbox/utils/stitch_wrapper.pyx "" "tensorbox/utils/stitch_rects.cpp tensorbox/utils/hungarian/hungarian.cpp" /home/nils/.local/lib/python2.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/nils/ChosunTruck/linux/tensorbox/utils/stitch_wrapper.pyx tree = Parsing.p_module(s, pxd, full_module_name) nils@gwendolene:~/ChosunTruck/linux$ ^C nils@gwendolene:~/ChosunTruck/linux$ cd / nils@gwendolene:/$ ^C nils@gwendolene:/$ cd /home/nils/ChosunTruck/linux nils@gwendolene:~/ChosunTruck/linux$ make mkdir -p build g++ -c src/getScreen_linux.ccpkg-config opencv --cflags --libs-std=c++11 -lX11 -Wall -fopenmp -O3 -march=native -o build/getScreen_linux.o Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containingopencv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opencv' found
mkdir -p build
g++ -c src/main2.cc pkg-config opencv --cflags --libs -std=c++11 -lX11 -Wall -fopenmp -O3 -march=native -o build/main2.o
Package opencv was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opencv' found
src/main2.cc:8:10: fatal error: opencv2/core/core.hpp: Datei oder Verzeichnis nicht gefunden
nils@gwendolene:~/ChosunTruck/linux$ make Drive pip install runcython Requirement already satisfied: runcython in /home/nils/.local/lib/python2.7/site-packages (0.2.5) Requirement already satisfied: Cython>=0.10 in /home/nils/.local/lib/python2.7/site-packages (from runcython) (0.29.2) makecython++ tensorbox/utils/stitch_wrapper.pyx "" "tensorbox/utils/stitch_rects.cpp tensorbox/utils/hungarian/hungarian.cpp" /home/nils/.local/lib/python2.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/nils/ChosunTruck/linux/tensorbox/utils/stitch_wrapper.pyx tree = Parsing.p_module(s, pxd, full_module_name) nils@gwendolene:~/ChosunTruck/linux$ ^C nils@gwendolene:~/ChosunTruck/linux$ cd / nils@gwendolene:/$ ^C nils@gwendolene:/$ cd /home/nils/ChosunTruck/linux nils@gwendolene:~/ChosunTruck/linux$ make mkdir -p build g++ -c src/getScreen_linux.cc
pkg-config opencv --cflags --libs-std=c++11 -lX11 -Wall -fopenmp -O3 -march=native -o build/getScreen_linux.o Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing
opencv.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv' found mkdir -p build g++ -c src/main2.ccpkg-config opencv --cflags --libs
-std=c++11 -lX11 -Wall -fopenmp -O3 -march=native -o build/main2.o Package opencv was not found in the pkg-config search path. Perhaps you should add the directory containing `opencv.pc' to the PKG_CONFIG_PATH environment variable No package 'opencv' found src/main2.cc:8:10: fatal error: opencv2/core/core.hpp: Datei oder Verzeichnis nicht gefundeninclude <opencv2/core/core.hpp>
compilation terminated. make: *** [Makefile:18: build/main2.o] Fehler 1`
it looks like it tries to find a file that doesn't exist in src so can anybody help me please?
LG Revilum