gcc -MM -MT build/main.o -c -g -fno-pie -std=c11 -pedantic -Wall -Wextra -Wpedantic -Wsign-conversion -O -I. -IC:\qp\qpc/include -IC:\qp\qpc/ports/win32 -IC:\qp\qpc/include -IC:\qp\qpc/ports/win32 main.c > build/main.d
main.c:38:10: fatal error: qpc.h: No such file or directory
38 | #include "qpc.h" // QP/C real-time event framework
| ^~~~~~~
compilation terminated.
gcc -MM -MT build/philo.o -c -g -fno-pie -std=c11 -pedantic -Wall -Wextra -Wpedantic -Wsign-conversion -O -I. -IC:\qp\qpc/include -IC:\qp\qpc/ports/win32 -IC:\qp\qpc/include -IC:\qp\qpc/ports/win32 philo.c > build/philo.d
philo.c:38:10: fatal error: qpc.h: No such file or directory
38 | #include "qpc.h" // QP/C real-time event framework
| ^~~~~~~
compilation terminated.
gcc -MM -MT build/table.o -c -g -fno-pie -std=c11 -pedantic -Wall -Wextra -Wpedantic -Wsign-conversion -O -I. -IC:\qp\qpc/include -IC:\qp\qpc/ports/win32 -IC:\qp\qpc/include -IC:\qp\qpc/ports/win32 table.c > build/table.d
table.c:38:10: fatal error: qpc.h: No such file or directory
38 | #include "qpc.h" // QP/C real-time event framework
| ^~~~~~~
I tried examples and build code and compile but I see does error. When I check Manage External tools
it was written qp\qpc, then I changed it C:\qp\qpc but it was still not ok. And ı tried C:\qp\qpc
after this change everthing was ok and compiled. I think there is a parser error for \
what do you think
Anonymous
here is version