Search found 1 match
- Sun Nov 05, 2023 8:54 pm
- Forum: Newbies & Support
- Topic: error when trying to compile trunk of libgig on windows
- Replies: 0
- Views: 48578
error when trying to compile trunk of libgig on windows
Downloaded latest trunk ( 11/05/2023) of libgig using MS Visual Studio 2022, tried to compile using CMAKE ( CmakeLists.txt ) Ran into two errors: 1. Required c++20 rather than C++11 in CmakeLists.txt set(CMAKE_CXX_STANDARD 20) # instead of 11 2. Required adding the following line to gig.h after line...