Post AFfg2gINzaIsWB9DBw by federicomena@mstdn.mx
 (DIR) More posts by federicomena@mstdn.mx
 (DIR) Post #AFfg2gINzaIsWB9DBw by federicomena@mstdn.mx
       2022-01-21T02:46:17Z
       
       1 likes, 0 repeats
       
       Build systems are hell.
       
 (DIR) Post #AFfg2gkOJShlv2FZqK by federicomena@mstdn.mx
       2022-01-21T02:47:55Z
       
       0 likes, 0 repeats
       
       Current status: doing an strace of a meson compile to see why the fuck cc doesn't find a generated header, when it is CLEARLY THERE and the -I IS CLEARLY CORRECT.
       
 (DIR) Post #AFfg2hBgfyXVHh1NOC by federicomena@mstdn.mx
       2022-01-21T02:53:35Z
       
       0 likes, 0 repeats
       
       OK, looks like ninja is running gcc before cargo has a chance to generate the header.
       
 (DIR) Post #AFfg2hfStGMIm2x9ns by YaLTeR@mastodon.technology
       2022-01-21T06:49:19Z
       
       1 likes, 0 repeats
       
       @federicomena I like to use the dependency graph for this, i.e. ninja -t graph | dot -Tpng -o out.png
       
 (DIR) Post #AFfg2jH4uu2XkzYi4O by federicomena@mstdn.mx
       2022-01-21T16:54:19Z
       
       1 likes, 0 repeats
       
       @YaLTeR ooooh, this is really useful!  Thanks!
       
 (DIR) Post #AFfg2m6CPo7WW7UZ1s by federicomena@mstdn.mx
       2022-01-21T02:54:29Z
       
       0 likes, 0 repeats
       
       Hi, 700 MB strace log, I love you.