When building angband i get the following error on Xubuntu 20.04
Does anyone know why this happens? Autoconf.h should be aviable if you have linux-headers-generic installed wich i have btw.
Code:
[ 1%] Building C object CMakeFiles/Angband.dir/src/cave-map.c.o
In file included from /home/miquel/Desktop/Angband_cmake/src/angband.h:18,
from /home/miquel/Desktop/Angband_cmake/src/cave-map.c:19:
/home/miquel/Desktop/Angband_cmake/src/h-basic.h:20:11: fatal error: generated/autoconf.h: No such file or directory
20 | # include "generated/autoconf.h"
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Comment