Audacium / audacium

Free and open-source audio editor
https://audacium.github.io/audacium/
Other
702 stars 34 forks source link

build fails requiring a compiler version newer then the latest release of Conan #109

Closed silverhikari closed 2 years ago

silverhikari commented 2 years ago

Describe the bug when building the latest commit of Audacium, a error appears that cause the build to fail, which is caused by the "compiler.version" setting being 12 while the highest the latest version of Conan will go up to is "11.1"

To Reproduce Steps to reproduce the behavior:

  1. git pull or clone the repository
  2. build cmake with configure.sh or through commandline
  3. error appears
  4. See error

Expected behavior

silverhikari commented 2 years ago

this has been tested with conan-git which also has the error appear

crsib commented 2 years ago

I think you need to delete ~/.conan/settings.yml and the error will be gone

silverhikari commented 2 years ago

@crsib yes that fixed it, thank you!