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

Run Build Command(s):/usr/bin/make -f Makefile cmTC_9054f/fast && /usr/bin/make  -f CMakeFiles/cmTC_9054f.dir/build.make CMakeFiles/cmTC_9054f.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9054f.dir/CheckIncludeFile.cxx.o
/usr/bin/c++    -o CMakeFiles/cmTC_9054f.dir/CheckIncludeFile.cxx.o -c /home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: sys/filio.h: No such file or directory
    1 | #include <sys/filio.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_9054f.dir/build.make:78: CMakeFiles/cmTC_9054f.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:127: cmTC_9054f/fast] Error 2



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

Run Build Command(s):/usr/bin/make -f Makefile cmTC_cd094/fast && /usr/bin/make  -f CMakeFiles/cmTC_cd094.dir/build.make CMakeFiles/cmTC_cd094.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cd094.dir/CheckIncludeFile.cxx.o
/usr/bin/c++    -o CMakeFiles/cmTC_cd094.dir/CheckIncludeFile.cxx.o -c /home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: sys/sockio.h: No such file or directory
    1 | #include <sys/sockio.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_cd094.dir/build.make:78: CMakeFiles/cmTC_cd094.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:127: cmTC_cd094/fast] Error 2



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

Run Build Command(s):/usr/bin/make -f Makefile cmTC_9f735/fast && /usr/bin/make  -f CMakeFiles/cmTC_9f735.dir/build.make CMakeFiles/cmTC_9f735.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9f735.dir/src.cxx.o
/usr/bin/c++ -DJRTPLIB_SNPRINTF_S   -o CMakeFiles/cmTC_9f735.dir/src.cxx.o -c /home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: windows.h: No such file or directory
    1 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_9f735.dir/build.make:78: CMakeFiles/cmTC_9f735.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:127: cmTC_9f735/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: /home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make -f Makefile cmTC_581b6/fast && /usr/bin/make  -f CMakeFiles/cmTC_581b6.dir/build.make CMakeFiles/cmTC_581b6.dir/build
make[1]: Entering directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_581b6.dir/src.cxx.o
/usr/bin/c++ -DJRTPLIB_SNPRINTF   -o CMakeFiles/cmTC_581b6.dir/src.cxx.o -c /home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx
/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: windows.h: No such file or directory
    1 | #include <windows.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_581b6.dir/build.make:78: CMakeFiles/cmTC_581b6.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/home/cmhu/vpt_ascend_arm/3rdparty/gb28181_3rd/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:127: cmTC_581b6/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; }