jupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 3 months agoThis is my life now, until I finally understand Cmake.discuss.tchncs.deimagemessage-square42fedilinkarrow-up1545arrow-down19file-text
arrow-up1536arrow-down1imageThis is my life now, until I finally understand Cmake.discuss.tchncs.dejupyter_rain@discuss.tchncs.de to Programmer Humor@programming.dev · 3 months agomessage-square42fedilinkfile-text
minus-squareasudox@lemmy.worldlinkfedilinkarrow-up36arrow-down5·edit-23 months agoI 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.
minus-squarejupyter_rain@discuss.tchncs.deOPlinkfedilinkarrow-up31·3 months agoPartly, yes. But I also think their documentation is a bit hard do read. Maybe this will get better with time.
minus-squareLucy :3@feddit.orglinkfedilinkarrow-up5·3 months agoI use distcc, and do not have to take vacation for my programs to finish compiling.
minus-squareasudox@lemmy.worldlinkfedilinkarrow-up9arrow-down2·edit-23 months agoIf 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.
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.
Partly, yes. But I also think their documentation is a bit hard do read. Maybe this will get better with time.
I use rust btw.
I use distcc, and do not have to take vacation for my programs to finish compiling.
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.