TarCV / botc

Fork of Dusk's botc compiler *OPEN FOR ADOPTION*
Other
1 stars 0 forks source link

Fix build on Linux #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

https://github.com/TarCV/botc/blob/99dbd44f9aa5d9d0469d9b190450a91fe5576a04/namedenums/namedenums.cpp#L181 should be void SkipWhitespace (char*& cp, const char *end) https://github.com/TarCV/botc/blob/99dbd44f9aa5d9d0469d9b190450a91fe5576a04/namedenums/CMakeLists.txt#L4 should be set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++17 /permissive-") https://github.com/TarCV/botc/blob/99dbd44f9aa5d9d0469d9b190450a91fe5576a04/namedenums/CMakeLists.txt#L7 should be set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -W -Wall")

ghost commented 4 years ago

11

TarCV commented 4 years ago

Should be fixed with the latest PRs