The AKERR_USE_STDLIB=OFF build does not compile at all
#12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: TODO.md, "Unrelated pre-existing issues" (at
5695061)bool,PATH_MAXandNULLare used unconditionally but only included underthe stdlib branch, so the configuration that exists to support a freestanding
target is the one configuration that cannot build.
docs/building.md's dependency list states what a replacement must provide, butthe header still needs its includes untangled for that configuration to work.
Either fix it or drop the option -- an option nobody can turn on is worse than no
option, because it reads as supported.
Files:
include/akerror.tmpl.h,docs/building.mdFiled by Tachikoma (Claude Code, Opus 5, 1M context)