Closed theoparis closed 1 year ago
Two questions.
llvm 17
and musl
LLVM is the compiler project that provides clang/clang++ as alternative to gcc/g++. Musl is like glibc, it is a libc for linux. I tried both 1.1.0 and the latest commit from the main branch.
It seems like it is a minor fix. I defined parse_rule_corners in config.h and not just config.c, and for now I disabled warnings to hide the -Wint-conversion error although that is not a good idea. It did fix the issue though.
LLVM is the compiler project that provides clang/clang++ as alternative to gcc/g++. Musl is like glibc, it is a libc for linux. I tried both 1.1.0 and the latest commit from the main branch.
I guess you learn something everyday, haha.
I'll add that line to config.h
now. Thanks