CMakeError.log 5.26 KB
Determining if the include file sys/filio.h exists failed with the following output:
Change Dir: /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f2b71/fast"
/usr/bin/make -f CMakeFiles/cmTC_f2b71.dir/build.make CMakeFiles/cmTC_f2b71.dir/build
make[1]: Entering directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f2b71.dir/CheckIncludeFile.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_f2b71.dir/CheckIncludeFile.cxx.o -c /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: sys/filio.h: No such file or directory
 #include <sys/filio.h>
          ^~~~~~~~~~~~~
compilation terminated.
CMakeFiles/cmTC_f2b71.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_f2b71.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_f2b71.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_f2b71/fast' failed
make: *** [cmTC_f2b71/fast] Error 2


Determining if the include file sys/sockio.h exists failed with the following output:
Change Dir: /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e0a10/fast"
/usr/bin/make -f CMakeFiles/cmTC_e0a10.dir/build.make CMakeFiles/cmTC_e0a10.dir/build
make[1]: Entering directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e0a10.dir/CheckIncludeFile.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_e0a10.dir/CheckIncludeFile.cxx.o -c /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: sys/sockio.h: No such file or directory
 #include <sys/sockio.h>
          ^~~~~~~~~~~~~~
compilation terminated.
CMakeFiles/cmTC_e0a10.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e0a10.dir/CheckIncludeFile.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_e0a10.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_e0a10/fast' failed
make: *** [cmTC_e0a10/fast] Error 2


Performing C++ SOURCE FILE Test JRTPLIB_SNPRINTF_S failed with the following output:
Change Dir: /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_5f656/fast"
/usr/bin/make -f CMakeFiles/cmTC_5f656.dir/build.make CMakeFiles/cmTC_5f656.dir/build
make[1]: Entering directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5f656.dir/src.cxx.o
/usr/bin/c++    -DJRTPLIB_SNPRINTF_S   -o CMakeFiles/cmTC_5f656.dir/src.cxx.o -c /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx
/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: windows.h: No such file or directory
 #include <windows.h>
          ^~~~~~~~~~~
compilation terminated.
CMakeFiles/cmTC_5f656.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_5f656.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_5f656.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_5f656/fast' failed
make: *** [cmTC_5f656/fast] Error 2

Source file was:
#include <windows.h>
#include <stdio.h>
int main(void) { char s[1024]; _snprintf_s(s, 1024,"%d", 10);
  return 0; }
Performing C++ SOURCE FILE Test JRTPLIB_SNPRINTF failed with the following output:
Change Dir: /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_401be/fast"
/usr/bin/make -f CMakeFiles/cmTC_401be.dir/build.make CMakeFiles/cmTC_401be.dir/build
make[1]: Entering directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_401be.dir/src.cxx.o
/usr/bin/c++    -DJRTPLIB_SNPRINTF   -o CMakeFiles/cmTC_401be.dir/src.cxx.o -c /data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx
/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: windows.h: No such file or directory
 #include <windows.h>
          ^~~~~~~~~~~
compilation terminated.
CMakeFiles/cmTC_401be.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_401be.dir/src.cxx.o' failed
make[1]: *** [CMakeFiles/cmTC_401be.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/data/cmhu/vpt_ascend/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_401be/fast' failed
make: *** [cmTC_401be/fast] Error 2

Source file was:
#include <windows.h>
#include <stdio.h>
int main(void) { char s[1024]; _snprintf(s, 1024,"%d", 10);
  return 0; }