CMakeError.log
5.01 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: /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; }