Δημοσιεύτηκε: 21 Μαρ 2017, 21:03
από ThanossaR
Στο make μου βγάζει error

Κώδικας: Επιλογή όλων
g++ -Dhidapi -Wall -O2 -std=gnu++11 src/main.cpp src/helpers/utils.cpp src/helpers/help.cpp src/helpers/help.h src/helpers/utils.h src/classes/Keyboard.cpp src/classes/Keyboard.h -o bin/g810-led -lhidapi-hidraw
In file included from src/helpers/utils.h:5:0,
                 from src/main.cpp:7:
src/helpers/../classes/Keyboard.h:8:28: fatal error: hidapi/hidapi.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
compilation terminated.
In file included from src/helpers/utils.h:5:0,
                 from src/helpers/utils.cpp:1:
src/helpers/../classes/Keyboard.h:8:28: fatal error: hidapi/hidapi.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
compilation terminated.
In file included from src/helpers/utils.h:5:0,
                 from src/helpers/help.cpp:4:
src/helpers/../classes/Keyboard.h:8:28: fatal error: hidapi/hidapi.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
compilation terminated.
In file included from src/helpers/utils.h:5:0:
src/helpers/../classes/Keyboard.h:8:28: fatal error: hidapi/hidapi.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
compilation terminated.
In file included from src/classes/Keyboard.cpp:1:0:
src/classes/Keyboard.h:8:28: fatal error: hidapi/hidapi.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
compilation terminated.
src/classes/Keyboard.h:8:28: fatal error: hidapi/hidapi.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
compilation terminated.
makefile:19: recipe for target 'bin/g810-led' failed
make: *** [bin/g810-led] Error 1