Meson build error

  • ZXbatata123
    12th Aug 2021 Member 0 Permalink

    so, I was kinda dumb, I din't readed the guide completly and the problem on that was, the command prompt I was using was the one that you open by pressing windows, searching for cmd then pressing enter, not the VS prompt, I executed all the commands the guide said me to but this time on the VS prompt and it worked, sorry for taking your time

  • LBPHacker
    12th Aug 2021 Developer 0 Permalink
    Oh cool, that's nice to hear. Yeah, always read the guide completely :P
  • ZXbatata123
    12th Aug 2021 Member 0 Permalink

    the way to see source code and edit the things on that one appear to be changed after it started to use meson to build, how I can see the source code now?

  • LBPHacker
    13th Aug 2021 Developer 0 Permalink
    Just use your text editor and debugger of choice. If your editor of choice happens to be Visual Studio, just drag and drop source files into it. If your debugger of choice happens to be Visual Studio, drag and drop powder.exe into it (or open it as a solution on VS earlier than 2019). If you want to use Visual Studio the "old way", i.e. by creating a solution and working with that, read the relevant section of the build guide.
    Edited once by LBPHacker. Last: 13th Aug 2021
  • ZXbatata123
    13th Aug 2021 Member 0 Permalink

    I'm saying like, where is the sln file

  • LBPHacker
    13th Aug 2021 Developer 0 Permalink
    There isn't one. Read the relevant section of the build guide.