1
|
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
|
2
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
3
|
|
4
|
Run Build Command(s):/usr/bin/make cmTC_21e99/fast && /usr/bin/make -f CMakeFiles/cmTC_21e99.dir/build.make CMakeFiles/cmTC_21e99.dir/build
|
5
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
6
|
Building C object CMakeFiles/cmTC_21e99.dir/src.c.o
|
7
|
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_21e99.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c
|
8
|
Linking C executable cmTC_21e99
|
9
|
/home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_21e99.dir/link.txt --verbose=1
|
10
|
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_21e99.dir/src.c.o -o cmTC_21e99
|
11
|
CMakeFiles/cmTC_21e99.dir/src.c.o: In function `main':
|
12
|
src.c:(.text+0x3e): undefined reference to `pthread_create'
|
13
|
src.c:(.text+0x4a): undefined reference to `pthread_detach'
|
14
|
src.c:(.text+0x5b): undefined reference to `pthread_join'
|
15
|
src.c:(.text+0x6f): undefined reference to `pthread_atfork'
|
16
|
collect2: error: ld returned 1 exit status
|
17
|
CMakeFiles/cmTC_21e99.dir/build.make:86: recipe for target 'cmTC_21e99' failed
|
18
|
make[1]: *** [cmTC_21e99] Error 1
|
19
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
20
|
Makefile:121: recipe for target 'cmTC_21e99/fast' failed
|
21
|
make: *** [cmTC_21e99/fast] Error 2
|
22
|
|
23
|
|
24
|
Source file was:
|
25
|
#include <pthread.h>
|
26
|
|
27
|
void* test_func(void* data)
|
28
|
{
|
29
|
return data;
|
30
|
}
|
31
|
|
32
|
int main(void)
|
33
|
{
|
34
|
pthread_t thread;
|
35
|
pthread_create(&thread, NULL, test_func, NULL);
|
36
|
pthread_detach(thread);
|
37
|
pthread_join(thread, NULL);
|
38
|
pthread_atfork(NULL, NULL, NULL);
|
39
|
pthread_exit(NULL);
|
40
|
|
41
|
return 0;
|
42
|
}
|
43
|
|
44
|
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
45
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
46
|
|
47
|
Run Build Command(s):/usr/bin/make cmTC_ac83d/fast && /usr/bin/make -f CMakeFiles/cmTC_ac83d.dir/build.make CMakeFiles/cmTC_ac83d.dir/build
|
48
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
49
|
Building C object CMakeFiles/cmTC_ac83d.dir/CheckFunctionExists.c.o
|
50
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ac83d.dir/CheckFunctionExists.c.o -c /home/stefano/cmake-3.15.3/share/cmake-3.15/Modules/CheckFunctionExists.c
|
51
|
Linking C executable cmTC_ac83d
|
52
|
/home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac83d.dir/link.txt --verbose=1
|
53
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_ac83d.dir/CheckFunctionExists.c.o -o cmTC_ac83d -lpthreads
|
54
|
/usr/bin/ld: cannot find -lpthreads
|
55
|
collect2: error: ld returned 1 exit status
|
56
|
CMakeFiles/cmTC_ac83d.dir/build.make:86: recipe for target 'cmTC_ac83d' failed
|
57
|
make[1]: *** [cmTC_ac83d] Error 1
|
58
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
59
|
Makefile:121: recipe for target 'cmTC_ac83d/fast' failed
|
60
|
make: *** [cmTC_ac83d/fast] Error 2
|
61
|
|
62
|
|
63
|
|
64
|
Determining if files io.h exist failed with the following output:
|
65
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
66
|
|
67
|
Run Build Command(s):/usr/bin/make cmTC_1b084/fast && /usr/bin/make -f CMakeFiles/cmTC_1b084.dir/build.make CMakeFiles/cmTC_1b084.dir/build
|
68
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
69
|
Building C object CMakeFiles/cmTC_1b084.dir/HAVE_IO_H.c.o
|
70
|
/usr/bin/cc -o CMakeFiles/cmTC_1b084.dir/HAVE_IO_H.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
|
71
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: io.h: No such file or directory
|
72
|
#include <io.h>
|
73
|
^~~~~~
|
74
|
compilation terminated.
|
75
|
CMakeFiles/cmTC_1b084.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_1b084.dir/HAVE_IO_H.c.o' failed
|
76
|
make[1]: *** [CMakeFiles/cmTC_1b084.dir/HAVE_IO_H.c.o] Error 1
|
77
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
78
|
Makefile:121: recipe for target 'cmTC_1b084/fast' failed
|
79
|
make: *** [cmTC_1b084/fast] Error 2
|
80
|
|
81
|
|
82
|
Source:
|
83
|
/* */
|
84
|
#include <io.h>
|
85
|
|
86
|
|
87
|
int main(void){return 0;}
|
88
|
|
89
|
Determining if the _fileno exist failed with the following output:
|
90
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
91
|
|
92
|
Run Build Command(s):/usr/bin/make cmTC_963c7/fast && /usr/bin/make -f CMakeFiles/cmTC_963c7.dir/build.make CMakeFiles/cmTC_963c7.dir/build
|
93
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
94
|
Building CXX object CMakeFiles/cmTC_963c7.dir/CheckSymbolExists.cxx.o
|
95
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_963c7.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
96
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
97
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope
|
98
|
return ((int*)(&_fileno))[argc];
|
99
|
^~~~~~~
|
100
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘fileno’
|
101
|
return ((int*)(&_fileno))[argc];
|
102
|
^~~~~~~
|
103
|
fileno
|
104
|
CMakeFiles/cmTC_963c7.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_963c7.dir/CheckSymbolExists.cxx.o' failed
|
105
|
make[1]: *** [CMakeFiles/cmTC_963c7.dir/CheckSymbolExists.cxx.o] Error 1
|
106
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
107
|
Makefile:121: recipe for target 'cmTC_963c7/fast' failed
|
108
|
make: *** [cmTC_963c7/fast] Error 2
|
109
|
|
110
|
|
111
|
File /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
112
|
/* */
|
113
|
#include <stdio.h>
|
114
|
|
115
|
int main(int argc, char** argv)
|
116
|
{
|
117
|
(void)argv;
|
118
|
#ifndef _fileno
|
119
|
return ((int*)(&_fileno))[argc];
|
120
|
#else
|
121
|
(void)argc;
|
122
|
return 0;
|
123
|
#endif
|
124
|
}
|
125
|
|
126
|
Determining if the _commit exist failed with the following output:
|
127
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
128
|
|
129
|
Run Build Command(s):/usr/bin/make cmTC_e6c4f/fast && /usr/bin/make -f CMakeFiles/cmTC_e6c4f.dir/build.make CMakeFiles/cmTC_e6c4f.dir/build
|
130
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
131
|
Building CXX object CMakeFiles/cmTC_e6c4f.dir/CheckSymbolExists.cxx.o
|
132
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_e6c4f.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
133
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: io.h: No such file or directory
|
134
|
#include <io.h>
|
135
|
^~~~~~
|
136
|
compilation terminated.
|
137
|
CMakeFiles/cmTC_e6c4f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_e6c4f.dir/CheckSymbolExists.cxx.o' failed
|
138
|
make[1]: *** [CMakeFiles/cmTC_e6c4f.dir/CheckSymbolExists.cxx.o] Error 1
|
139
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
140
|
Makefile:121: recipe for target 'cmTC_e6c4f/fast' failed
|
141
|
make: *** [cmTC_e6c4f/fast] Error 2
|
142
|
|
143
|
|
144
|
File /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
145
|
/* */
|
146
|
#include <io.h>
|
147
|
|
148
|
int main(int argc, char** argv)
|
149
|
{
|
150
|
(void)argv;
|
151
|
#ifndef _commit
|
152
|
return ((int*)(&_commit))[argc];
|
153
|
#else
|
154
|
(void)argc;
|
155
|
return 0;
|
156
|
#endif
|
157
|
}
|
158
|
|
159
|
Determining if the memalign exist failed with the following output:
|
160
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
161
|
|
162
|
Run Build Command(s):/usr/bin/make cmTC_0db52/fast && /usr/bin/make -f CMakeFiles/cmTC_0db52.dir/build.make CMakeFiles/cmTC_0db52.dir/build
|
163
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
164
|
Building CXX object CMakeFiles/cmTC_0db52.dir/CheckSymbolExists.cxx.o
|
165
|
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_0db52.dir/CheckSymbolExists.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
|
166
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
|
167
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope
|
168
|
return ((int*)(&memalign))[argc];
|
169
|
^~~~~~~~
|
170
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: note: suggested alternative: ‘main’
|
171
|
return ((int*)(&memalign))[argc];
|
172
|
^~~~~~~~
|
173
|
main
|
174
|
CMakeFiles/cmTC_0db52.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0db52.dir/CheckSymbolExists.cxx.o' failed
|
175
|
make[1]: *** [CMakeFiles/cmTC_0db52.dir/CheckSymbolExists.cxx.o] Error 1
|
176
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
177
|
Makefile:121: recipe for target 'cmTC_0db52/fast' failed
|
178
|
make: *** [cmTC_0db52/fast] Error 2
|
179
|
|
180
|
|
181
|
File /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
|
182
|
/* */
|
183
|
#include <stdlib.h>
|
184
|
|
185
|
int main(int argc, char** argv)
|
186
|
{
|
187
|
(void)argv;
|
188
|
#ifndef memalign
|
189
|
return ((int*)(&memalign))[argc];
|
190
|
#else
|
191
|
(void)argc;
|
192
|
return 0;
|
193
|
#endif
|
194
|
}
|
195
|
|
196
|
Performing C SOURCE FILE Test _callconv___vectorcall failed with the following output:
|
197
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
198
|
|
199
|
Run Build Command(s):/usr/bin/make cmTC_4259c/fast && /usr/bin/make -f CMakeFiles/cmTC_4259c.dir/build.make CMakeFiles/cmTC_4259c.dir/build
|
200
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
201
|
Building C object CMakeFiles/cmTC_4259c.dir/src.c.o
|
202
|
/usr/bin/cc -D_callconv___vectorcall -o CMakeFiles/cmTC_4259c.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c
|
203
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
204
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
205
|
^
|
206
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
|
207
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:62: warning: implicit declaration of function ‘f’ [-Wimplicit-function-declaration]
|
208
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
209
|
^
|
210
|
CMakeFiles/cmTC_4259c.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4259c.dir/src.c.o' failed
|
211
|
make[1]: *** [CMakeFiles/cmTC_4259c.dir/src.c.o] Error 1
|
212
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
213
|
Makefile:121: recipe for target 'cmTC_4259c/fast' failed
|
214
|
make: *** [cmTC_4259c/fast] Error 2
|
215
|
|
216
|
|
217
|
Source file was:
|
218
|
|
219
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
220
|
int __vectorcall f(int i) {return i;} int main(void) {return f(0);}
|
221
|
|
222
|
Performing C SOURCE FILE Test _callconv___regcall failed with the following output:
|
223
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
224
|
|
225
|
Run Build Command(s):/usr/bin/make cmTC_c81e1/fast && /usr/bin/make -f CMakeFiles/cmTC_c81e1.dir/build.make CMakeFiles/cmTC_c81e1.dir/build
|
226
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
227
|
Building C object CMakeFiles/cmTC_c81e1.dir/src.c.o
|
228
|
/usr/bin/cc -D_callconv___regcall -o CMakeFiles/cmTC_c81e1.dir/src.c.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c
|
229
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘f’
|
230
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
231
|
^
|
232
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c: In function ‘main’:
|
233
|
/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.c:3:59: warning: implicit declaration of function ‘f’ [-Wimplicit-function-declaration]
|
234
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
235
|
^
|
236
|
CMakeFiles/cmTC_c81e1.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_c81e1.dir/src.c.o' failed
|
237
|
make[1]: *** [CMakeFiles/cmTC_c81e1.dir/src.c.o] Error 1
|
238
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
239
|
Makefile:121: recipe for target 'cmTC_c81e1/fast' failed
|
240
|
make: *** [cmTC_c81e1/fast] Error 2
|
241
|
|
242
|
|
243
|
Source file was:
|
244
|
|
245
|
#pragma GCC diagnostic error "-Wignored-attributes"
|
246
|
int __regcall f(int i) {return i;} int main(void) {return f(0);}
|
247
|
|
248
|
Determining if the function sgemm_ exists failed with the following output:
|
249
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
250
|
|
251
|
Run Build Command(s):/usr/bin/make cmTC_e321d/fast && /usr/bin/make -f CMakeFiles/cmTC_e321d.dir/build.make CMakeFiles/cmTC_e321d.dir/build
|
252
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
253
|
Building C object CMakeFiles/cmTC_e321d.dir/CheckFunctionExists.c.o
|
254
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -o CMakeFiles/cmTC_e321d.dir/CheckFunctionExists.c.o -c /home/stefano/cmake-3.15.3/share/cmake-3.15/Modules/CheckFunctionExists.c
|
255
|
Linking C executable cmTC_e321d
|
256
|
/home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e321d.dir/link.txt --verbose=1
|
257
|
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ CMakeFiles/cmTC_e321d.dir/CheckFunctionExists.c.o -o cmTC_e321d
|
258
|
CMakeFiles/cmTC_e321d.dir/CheckFunctionExists.c.o: In function `main':
|
259
|
CheckFunctionExists.c:(.text+0x10): undefined reference to `sgemm_'
|
260
|
collect2: error: ld returned 1 exit status
|
261
|
CMakeFiles/cmTC_e321d.dir/build.make:86: recipe for target 'cmTC_e321d' failed
|
262
|
make[1]: *** [cmTC_e321d] Error 1
|
263
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
264
|
Makefile:121: recipe for target 'cmTC_e321d/fast' failed
|
265
|
make: *** [cmTC_e321d/fast] Error 2
|
266
|
|
267
|
|
268
|
|
269
|
Performing C++ SOURCE FILE Test HAS_NO_MISSING_PROTO failed with the following output:
|
270
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
271
|
|
272
|
Run Build Command(s):/usr/bin/make cmTC_92e97/fast && /usr/bin/make -f CMakeFiles/cmTC_92e97.dir/build.make CMakeFiles/cmTC_92e97.dir/build
|
273
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
274
|
Building CXX object CMakeFiles/cmTC_92e97.dir/src.cxx.o
|
275
|
/usr/bin/c++ -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes -o CMakeFiles/cmTC_92e97.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx
|
276
|
cc1plus: warning: command line option ‘-Wno-missing-prototypes’ is valid for C/ObjC but not for C++
|
277
|
Linking CXX executable cmTC_92e97
|
278
|
/home/stefano/cmake-3.15.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92e97.dir/link.txt --verbose=1
|
279
|
/usr/bin/c++ -std=c++11 -DHAS_NO_MISSING_PROTO -Wno-missing-prototypes CMakeFiles/cmTC_92e97.dir/src.cxx.o -o cmTC_92e97
|
280
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
281
|
|
282
|
|
283
|
Source file was:
|
284
|
int main() { return 0;}
|
285
|
Performing C++ SOURCE FILE Test HAS_NO_MSVC_UNUSED failed with the following output:
|
286
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
287
|
|
288
|
Run Build Command(s):/usr/bin/make cmTC_d5f79/fast && /usr/bin/make -f CMakeFiles/cmTC_d5f79.dir/build.make CMakeFiles/cmTC_d5f79.dir/build
|
289
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
290
|
Building CXX object CMakeFiles/cmTC_d5f79.dir/src.cxx.o
|
291
|
/usr/bin/c++ -std=c++11 -DHAS_NO_MSVC_UNUSED /wd4101 -o CMakeFiles/cmTC_d5f79.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx
|
292
|
c++: error: /wd4101: No such file or directory
|
293
|
CMakeFiles/cmTC_d5f79.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_d5f79.dir/src.cxx.o' failed
|
294
|
make[1]: *** [CMakeFiles/cmTC_d5f79.dir/src.cxx.o] Error 1
|
295
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
296
|
Makefile:121: recipe for target 'cmTC_d5f79/fast' failed
|
297
|
make: *** [cmTC_d5f79/fast] Error 2
|
298
|
|
299
|
|
300
|
Source file was:
|
301
|
int main() { return 0;}
|
302
|
Performing C++ SOURCE FILE Test HAS_DECL_IN_SOURCE failed with the following output:
|
303
|
Change Dir: /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp
|
304
|
|
305
|
Run Build Command(s):/usr/bin/make cmTC_a653d/fast && /usr/bin/make -f CMakeFiles/cmTC_a653d.dir/build.make CMakeFiles/cmTC_a653d.dir/build
|
306
|
make[1]: Entering directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
307
|
Building CXX object CMakeFiles/cmTC_a653d.dir/src.cxx.o
|
308
|
/usr/bin/c++ -std=c++11 -DHAS_DECL_IN_SOURCE -wd1419 -o CMakeFiles/cmTC_a653d.dir/src.cxx.o -c /home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp/src.cxx
|
309
|
c++: error: unrecognized command line option ‘-wd1419’
|
310
|
CMakeFiles/cmTC_a653d.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_a653d.dir/src.cxx.o' failed
|
311
|
make[1]: *** [CMakeFiles/cmTC_a653d.dir/src.cxx.o] Error 1
|
312
|
make[1]: Leaving directory '/home/stefano/gromacs-2019.2/build/CMakeFiles/CMakeTmp'
|
313
|
Makefile:121: recipe for target 'cmTC_a653d/fast' failed
|
314
|
make: *** [cmTC_a653d/fast] Error 2
|
315
|
|
316
|
|
317
|
Source file was:
|
318
|
int main() { return 0;}
|