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
While compiling the source of ONVIFMonitor it throws error stating SafeBool.h file not found:
In file included from /home/kk/projects/ONVIFMonitor/src/Device.h:2, from /home/kk/projects/ONVIFMonitor/build/src/ONVIFMonitor_autogen/EWIEGA46WW/moc_Device.cpp:10, from /home/kk/projects/ONVIFMonitor/build/src/ONVIFMonitor_autogen/mocs_compilation.cpp:3: /home/kk/projects/ONVIFMonitor/src/Result.h:2:10: fatal error: SafeBool.h: No such file or directory 2 | #include "SafeBool.h" | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [src/CMakeFiles/ONVIFMonitor.dir/build.make:139: src/CMakeFiles/ONVIFMonitor.dir/ONVIFMonitor_autogen/mocs_compilation.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:123: src/CMakeFiles/ONVIFMonitor.dir/all] Error 2 make: *** [Makefile:152: all] Error 2
Can you please mention which SafeBool.h file is required for successful compilation.
Thanks Kamal Pandey
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While compiling the source of ONVIFMonitor it throws error stating SafeBool.h file not found:
Can you please mention which SafeBool.h file is required for successful compilation.
Thanks
Kamal Pandey
The text was updated successfully, but these errors were encountered: