Build: Windows #68
Annotations
2 errors and 2 warnings
main (debug)
Process completed with exit code 2.
|
main (release)
Process completed with exit code 2.
|
main (debug)
inet/common/ExternalProcess.cc: In member function 'void inet::ExternalProcess::startProcess()':
inet/common/ExternalProcess.cc:84:9: error: 'pipe' was not declared in this scope; did you mean '_pipe'?
84 | if (pipe(stdout_pipe) != 0)
| ^~~~
| _pipe
inet/common/ExternalProcess.cc:86:9: error: 'pipe' was not declared in this scope; did you mean '_pipe'?
86 | if (pipe(stderr_pipe) != 0)
| ^~~~
| _pipe
inet/common/ExternalProcess.cc:88:11: error: 'fork' was not declared in this scope
88 | pid = fork();
| ^~~~
inet/common/ExternalProcess.cc:121:30: error: 'F_SETFL' was not declared in this scope
121 | fcntl(processStdout, F_SETFL, O_NONBLOCK);
| ^~~~~~~
inet/common/ExternalProcess.cc:121:39: error: 'O_NONBLOCK' was not declared in this scope
121 | fcntl(processStdout, F_SETFL, O_NONBLOCK);
| ^~~~~~~~~~
inet/common/ExternalProcess.cc:121:9: error: 'fcntl' was not declared in this scope
121 | fcntl(processStdout, F_SETFL, O_NONBLOCK);
| ^~~~~
make[1]: *** [Makefile:1865: ../out/x86_64-w64-mingw32-gcc-debug/src/inet/common/ExternalProcess.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: all] Error 2
|
main (release)
inet/common/ExternalProcess.cc: In member function 'void inet::ExternalProcess::startProcess()':
inet/common/ExternalProcess.cc:84:9: error: 'pipe' was not declared in this scope; did you mean '_pipe'?
84 | if (pipe(stdout_pipe) != 0)
| ^~~~
| _pipe
inet/common/ExternalProcess.cc:86:9: error: 'pipe' was not declared in this scope; did you mean '_pipe'?
86 | if (pipe(stderr_pipe) != 0)
| ^~~~
| _pipe
inet/common/ExternalProcess.cc:88:11: error: 'fork' was not declared in this scope
88 | pid = fork();
| ^~~~
inet/common/ExternalProcess.cc:121:30: error: 'F_SETFL' was not declared in this scope
121 | fcntl(processStdout, F_SETFL, O_NONBLOCK);
| ^~~~~~~
inet/common/ExternalProcess.cc:121:39: error: 'O_NONBLOCK' was not declared in this scope
121 | fcntl(processStdout, F_SETFL, O_NONBLOCK);
| ^~~~~~~~~~
inet/common/ExternalProcess.cc:121:9: error: 'fcntl' was not declared in this scope
121 | fcntl(processStdout, F_SETFL, O_NONBLOCK);
| ^~~~~
make[1]: *** [Makefile:1865: ../out/x86_64-w64-mingw32-gcc-release/src/inet/common/ExternalProcess.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: all] Error 2
|