On 2018-11-24, George Koehler <[email protected]> wrote: >> http://build-failures.rhaalovely.net/aarch64/2018-11-18/games/dungeon-crawl.log > > I guess char is unsigned on arm, like it is on powerpc.
It is. > ...but if someone fixed the strlen, Done. > there would be char problems. Yes, there are a number of ports that fail to build on aarch64 due to relatively easily fixable problems: * narrowing errors such as this one * explicitly linking with -lstdc++ -- Christian "naddy" Weisgerber [email protected]
