home.social

#gnumake — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gnumake, aggregated by home.social.

  1. What do you mean the linker that linked and packaged the program did not include the library in the package into which it packaged the library? I'm going insane. Please include the library into the package while packaging the library.

    #Raylib #gcc #gnumake #gamedev

  2. What do you mean the linker that linked and packaged the program did not include the library in the package into which it packaged the library? I'm going insane. Please include the library into the package while packaging the library.

    #Raylib #gcc #gnumake #gamedev

  3. Most evil "make distclean" in a #Makefile?
    "git clean -d -x -f" 🤣

    #git #GnuMake

  4. Time to verify all my additions to my #GNUmake framework #zimk didn't break compatibility with #Windows #CMD -- they didn't 😎

    So, you can still build #dos2ansi yourself on Windows with the minimal set of tooling installed, e.g. using #chocolatey, 'choco install mingw' and 'choco install make' is enough ☑️

    The garbled output seen in the screenshot is a consequence of Windows #Console output being strictly unbuffered, which allows these things to happen with make jobs ... I see no way to work around this .... 🙄