CMakeError.log 4.83 KB
Determining if the include file sys/filio.h exists failed with the following output:
Change Dir: /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_9c4b0/fast && /usr/bin/make -f CMakeFiles/cmTC_9c4b0.dir/build.make CMakeFiles/cmTC_9c4b0.dir/build
make[1]: Entering directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9c4b0.dir/CheckIncludeFile.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_9c4b0.dir/CheckIncludeFile.cxx.o -c /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/mnt/e/fiss/gb28181_stack/jrtplib_linux/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_9c4b0.dir/build.make:66: CMakeFiles/cmTC_9c4b0.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_9c4b0/fast] Error 2



Determining if the include file sys/sockio.h exists failed with the following output:
Change Dir: /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_65560/fast && /usr/bin/make -f CMakeFiles/cmTC_65560.dir/build.make CMakeFiles/cmTC_65560.dir/build
make[1]: Entering directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_65560.dir/CheckIncludeFile.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_65560.dir/CheckIncludeFile.cxx.o -c /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/mnt/e/fiss/gb28181_stack/jrtplib_linux/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_65560.dir/build.make:66: CMakeFiles/cmTC_65560.dir/CheckIncludeFile.cxx.o] Error 1
make[1]: Leaving directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_65560/fast] Error 2



Performing C++ SOURCE FILE Test JRTPLIB_SNPRINTF_S failed with the following output:
Change Dir: /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_70e62/fast && /usr/bin/make -f CMakeFiles/cmTC_70e62.dir/build.make CMakeFiles/cmTC_70e62.dir/build
make[1]: Entering directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_70e62.dir/src.cxx.o
/usr/bin/c++    -DJRTPLIB_SNPRINTF_S   -o CMakeFiles/cmTC_70e62.dir/src.cxx.o -c /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx
/mnt/e/fiss/gb28181_stack/jrtplib_linux/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_70e62.dir/build.make:66: CMakeFiles/cmTC_70e62.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_70e62/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: /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_ec9a9/fast && /usr/bin/make -f CMakeFiles/cmTC_ec9a9.dir/build.make CMakeFiles/cmTC_ec9a9.dir/build
make[1]: Entering directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ec9a9.dir/src.cxx.o
/usr/bin/c++    -DJRTPLIB_SNPRINTF   -o CMakeFiles/cmTC_ec9a9.dir/src.cxx.o -c /mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp/src.cxx
/mnt/e/fiss/gb28181_stack/jrtplib_linux/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_ec9a9.dir/build.make:66: CMakeFiles/cmTC_ec9a9.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/mnt/e/fiss/gb28181_stack/jrtplib_linux/jrtplib-3.11.2/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_ec9a9/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; }