CMakeError.log
4.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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; }