EasyRTSPClient icon indicating copy to clipboard operation
EasyRTSPClient copied to clipboard

./Buildit x64 error

Open OBJ-feye opened this issue 5 years ago • 1 comments

nbproject/Makefile-x64.mk:84: .dep.inc: No such file or directory "make" -f nbproject/Makefile-x64.mk x64/easyrtspclient make[1]: Entering directory /home/zhangyl/EasyRTSPClient-3.0.19.0415' mkdir -p build/x64/GNU-Linux rm -f "build/x64/GNU-Linux/main.o.d" g++ -m64 -c -O2 -IInclude -MMD -MP -MF "build/x64/GNU-Linux/main.o.d" -o build/x64/GNU-Linux/main.o main.cpp In file included from main.cpp:10:0: Include/EasyRTSPClientAPI.h:10:23: fatal error: EasyTypes.h: No such file or directory #include "EasyTypes.h" ^ compilation terminated. make[1]: *** [build/x64/GNU-Linux/main.o] Error 1 make[1]: Leaving directory /home/zhangyl/EasyRTSPClient-3.0.19.0415' make: *** [.build-conf] Error 2

OBJ-feye avatar Sep 19 '19 08:09 OBJ-feye

EasyRTSPClient项目依赖1个TSINGSEE青犀开放平台的Git工程:

Include:https://github.com/tsingsee/Include 目录结构为:

/ /Include/ /EasyRTSPClient/

babosa avatar Sep 20 '19 01:09 babosa