libacfutils icon indicating copy to clipboard operation
libacfutils copied to clipboard

Results 23 libacfutils issues
Sort by recently updated
recently updated
newest added

Newer versions of the clang that ships with Xcode break dependencies builds for: - zlib (updated to 1.3.1, fixes the issue) - libpng (imports "fp.h" which isn't present anymore, updated...

As I mentioned in #software-dev, Instruments on MacOS was pointing to buf as leaking some memory, I found adding an extra free(buf) before returning the altitude stopped it complaining about...

Hi, on build_freetype_deps `case `uname` in Linux) CFLAGS="-m64" LDFLAGS="-m64" \ build_dep "linux-64" "$FREETYPE_CONFOPTS_COMMON" \ "$FREETYPE" "freetype" "lib/libfreetype.a" \ $FREETYPE_PATCH && \ build_dep "win-64" "$FREETYPE_CONFOPTS_COMMON \ --enable-shared --host=x86_64-w64-mingw32" \ "$FREETYPE" "freetype"...