DubiousCactus / DubiousCactus/ShockWave
Compilation Error (Windows 11): no tins/tins : No such file or directoryh
- Dominant language
- C++
- Stars
- 30
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Upon compilation using TDM GCC, it throws the error below:
```
ShockWave> g++ .\main.cpp -o shockwave.exe
In file included from C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/codecvt:37:0,
from .\CLI.h:10,
from .\main.cpp:1:
C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/5.1.0/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
In file included from .\CLI.h:13:0,
from .\main.cpp:1:
.\Network.h:6:23: fatal error: tins/tins.h: No such file or directory
compilation terminated.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.