I've got a weird issue with the Makefile: --8<---------------cut here---------------start------------->8--- CFLAGS += -I$(PWD)/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1 -D VERSION=\"$(VERSION)\" --8<---------------cut here---------------end--------------->8--- PWD is expanded to the parent directory of the current directory (what the hell?!?), I had to force it to the current directory for it to work. Any clue what's going on? It seems to work beside that. -- Pierre Neidhardt https://ambrevar.xyz/