Skip to content

make: *** [Makefile:125: /root/RtspServer/objs/AsyncLogging.o] Error 1 #18

@Leox0717

Description

@Leox0717

编译遇到问题:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions