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
编译遇到问题:
g++ -c -o /root/RtspServer/objs/AsyncLogging.o /root/RtspServer/src/base/AsyncLogging.cpp -O2 -g -I/root/RtspServer/src In file included from /root/RtspServer/src/base/AsyncLogging.cpp:2: /root/RtspServer/src/base/AsyncLogging.cpp: In constructor ‘AsyncLogging::AsyncLogging(std::string)’: /root/RtspServer/src/base/AsyncLogging.cpp:21:16: error: ordered comparison of pointer with integer zero (‘FILE*’ and ‘int’) 21 | assert(mFp >= 0); | ~~~~^~~~ make: *** [Makefile:125: /root/RtspServer/objs/AsyncLogging.o] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
编译遇到问题:
The text was updated successfully, but these errors were encountered: