ed2
ed2 copied to clipboard
Compilation nags about strlcpy
A complete n00b might find the 'make' failing disturbing. On a Ubuntu 16.04 I had an error:
Building with 'make'
cd src
make
=>
global.c: In function ‘hash_line’:
global.c:25:16: error: ‘intptr_t’ undeclared (first use in this function) return (int)(intptr_t)(line_vptr); ^
global.c:25:16: note: each undeclared identifier is reported only once for each function it appears in Makefile:31: recipe for target 'out/global.o' failed make: *** [out/global.o] Error 1
Might this be something to do with library inclusion?
Thanks for a really nice project! I'm tinkering around it also.