We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
/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
The text was updated successfully, but these errors were encountered:
EasyRTSPClient项目依赖1个TSINGSEE青犀开放平台的Git工程:
Include:https://github.com/tsingsee/Include 目录结构为:
/ /Include/ /EasyRTSPClient/
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: