Which will probably be never.

  • asudox
    link
    fedilink
    40
    edit-2
    3 months 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.

        • Lucy :3
          link
          fedilink
          63 months ago

          I use distcc, and do not have to take vacation for my programs to finish compiling.

          • asudox
            link
            fedilink
            10
            edit-2
            3 months 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
      263 months 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.