Which will probably be never.

  • Asudox@lemmy.world
    link
    fedilink
    arrow-up
    46
    arrow-down
    6
    ·
    edit-2
    28 days ago

    I mean, all cmake does is run some commands for you. You not understanding cmake errors (mostly) means you don’t understand the errors given to you by the C/C++ compiler.

          • Asudox@lemmy.world
            link
            fedilink
            arrow-up
            12
            arrow-down
            2
            ·
            edit-2
            28 days ago

            If it means my code won’t panic out of nowhere and cause a disaster for me, I am willing to “take a vacation” for my program to finish compiling.

    • paperplane@lemmy.world
      link
      fedilink
      arrow-up
      27
      arrow-down
      1
      ·
      28 days ago

      CMake can also emit its own errors during the configure step though, particularly if you have complicated build logic and/or lots of external packages.