How can i compile Frogcomposband in OpenBSD 7.0 -current? i tried the following with no success:
But i get this output:
Code:
$ ./configure --prefix $HOME/.frogcomposband --without-x --with-no-install $ gmake clean $ gmake
Code:
gmake[1]: Entering directory '/home/lea/src/frogcomposband'
Entering directory src
gmake[2]: Entering directory '/home/lea/src/frogcomposband/src'
gmake[3]: Entering directory '/home/lea/src/frogcomposband/src'
gmake[3]: Leaving directory '/home/lea/src/frogcomposband/src'
gmake[3]: Entering directory '/home/lea/src/frogcomposband/src'
Generating dependencies...
gmake[4]: Entering directory '/home/lea/src/frogcomposband/src'
In file included from monk.c:1:
In file included from ./angband.h:19:
In file included from ./h-basic.h:66:
./h-system.h:43:12: fatal error: 'sys/timeb.h' file not found
# include <sys/timeb.h>
^~~~~~~~~~~~~
1 error generated.
In file included from monspell.c:1:
In file included from ./angband.h:19:
In file included from ./h-basic.h:66:
./h-system.h:43:12: fatal error: 'sys/timeb.h' file not found
# include <sys/timeb.h>
^~~~~~~~~~~~~
Comment