Which will probably be never.

  • @Asudox
    link
    38
    edit-2
    29 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.

    • @[email protected]OP
      link
      fedilink
      4229 days ago

      Partly, yes. But I also think their documentation is a bit hard do read. Maybe this will get better with time.

      • @Asudox
        link
        4329 days ago

        I use rust btw.

        • Lucy :3
          link
          fedilink
          529 days ago

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

          • @Asudox
            link
            9
            edit-2
            29 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.

      • @marcos
        link
        1029 days ago

        Maybe this will get better with time.

        Yes, just give it a few more decades.

    • @paperplane
      link
      2629 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.