Stefan
Stefan
See https://stackoverflow.com/questions/17589533/is-an-empty-initializer-list-valid-c-code ``` > char buffer[8192] = {} error 360 in line 606 of "support.c": empty initializer aborting...
```` gcc -std=c99 -I../include -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 -I/usr/include/freetype2 -I/usr/X11/include -I/usr/X11/include/freetype2 -c -o unix.o unix.c In file included from unix.c:13: /usr/include/signal.h:71: error: 'NSIG' undeclared here (not in a function) ```` Workaround `-D_ANSI_SOURCE`
...with `$HOSTTYPE-$OSTYPE`.
gcc (Debian 8.3.0-6) 8.3.0 ``` gcc -DHAVE_CONFIG_H -I. -I.. -DEUC -DSUPPORT_LH7 -g -O2 -MT header.o -MD -MP -MF .deps/header.Tpo -c -o header.o header.c header.c: In function '_skip_bytes': header.c:71:1: warning: type...
- lh2 lh1 variant. This method supports 8 KiB sliding window, with support of maximum 256 bytes of matching length. Dynamic Huffman encoding is used. - lh3 lh2 variant with...
Roadmap?
The tool [cpack](https://cmake.org/cmake/help/latest/module/CPack.html) supports reading lha but not writing. I would like to implement this... or do you have a roadmap for write support? BTW the name was already taken...
How about more `Unknown` fallbacks? ``` os Debian GNU/Linux 8 (jessie) x86_64 ker 4.15.18-30-pve •_• pkgs Unknown oo| sh bash rxfetch: line 162: free: command not found / '\' ram...
At the beginning Apple did not support CLOCK_MONOTONIC.