Build: Windows #69
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/NetworkNamespaceContext.cc:15:10: fatal error: sys/mount.h: No such file or directory
15 | #include <sys/mount.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1865: ../out/x86_64-w64-mingw32-gcc-debug/src/inet/common/NetworkNamespaceContext.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: all] Error 2
|
main (release)
inet/common/NetworkNamespaceContext.cc:15:10: fatal error: sys/mount.h: No such file or directory
15 | #include <sys/mount.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1865: ../out/x86_64-w64-mingw32-gcc-release/src/inet/common/NetworkNamespaceContext.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: all] Error 2
|