Unknown compilers?

  • creator_of_fail
    1st April Member 0 Permalink

    For some reason, running meson setup build-debug in the folder that contains the source code returns this error:

    https://pastebin.com/4fdsUs6j

     

    and no this isn't an april fools joke.

    Edited once by creator_of_fail. Last: 1st April
  • Simon
    1st April Administrator 0 Permalink

    What compiler are you trying to use?

  • creator_of_fail
    2nd April Member 0 Permalink

    I was trying to use the msvc method for windows but the error occured while I was doing so. I also had no idea what tools to download(after selecting desktop development with C++) during the Visual Studio setup, and the wiki did not say anything about the checkboxes. After all that my computer died on me while trying to download said tools, and I would really appreciate a youtube tutorial or something that goes in-depth on this.

    Edited once by creator_of_fail. Last: 2nd April
  • creator_of_fail
    5th April Member 0 Permalink

    If there are no further updates on this I will just use the MinGW method for now.

  • LBPHacker
    5th April Developer 0 Permalink
    Meson for some reason fails to parse the output of the VS install query tool's output. This would be difficult to debug remotely because I don't exactly know what parameters Meson invokes this tool with. The three possible solutions are 1) indeed, try mingw, 2) reinstall VS and hope for the best, 3) hop on our Discord server and try to debug your issue with me; no guarantee that this last one will work but hey.
  • creator_of_fail
    6th April Member 0 Permalink

    Thanks for the input, I'll try option 1 for now.

    Edited once by creator_of_fail. Last: 6th April