meson compile error

  • fortknite
    1st Dec 2023 Member 0 Permalink

    when i try to compile i do the meson setup it works and then i do the meson compile it doesn't

     

    Edited once by fortknite. Last: 2nd Dec 2023
  • jacob1
    2nd Dec 2023 Developer 0 Permalink
    Can you post the full console log for meson compile?

    It might be too long for the forums, so you can use a paste site like this one: https://bpa.st/
  • fortknite
    2nd Dec 2023 Member 0 Permalink
  • LBPHacker
    2nd Dec 2023 Developer 0 Permalink
    Are you sure you're using the exact toolchain the guide tells you to use?
  • fortknite
    2nd Dec 2023 Member 0 Permalink

    im using mingw which i already had installed so my order of cmds is

    cd D:\githubrepos\

    meson setup build-debug

    meson compile

  • LBPHacker
    2nd Dec 2023 Developer 0 Permalink
    Please use the toolchain the guide tells you to use.