BigPig0/RelayLive

src/oci_import.h:34:12: fatal error: oci.h: No such file or directory

Closed this issue · 0 comments

编译项目时报错:

make -C ocilib
make[2]: Entering directory '/root/video/RelayLive/thirdparty/ocilib'
gcc -I ./include -I ./src -I /usr/include/instantclient112 -D OCI_CHARSET_ANSI  -fPIC -Wall -std=gnu11 -m64 -g -static -c src/statement.c -o /root/video/RelayLive/out/tmp/linux64/ocilib/statement.o
In file included from src/ocilib_defs.h:25,
                 from src/ocilib_types.h:24,
                 from src/ocilib_internal.h:24,
                 from src/statement.c:21:
src/oci_import.h:34:12: fatal error: oci.h: No such file or directory
   34 |   #include <oci.h>
      |            ^~~~~~~
compilation terminated.
make[2]: *** [Makefile:21: statement.o] Error 1
make[2]: Leaving directory '/root/video/RelayLive/thirdparty/ocilib'
make[1]: *** [Makefile:7: ocilib] Error 2
make[1]: Leaving directory '/root/video/RelayLive/thirdparty'
make: *** [Makefile:57: thirdparty] Error 2