Files
nethack/sys/msdos
nhmall aa5eb5a355 yet another host-side crosscompile fix
The host build portion using sys/msdos/Makefile1.cross) was failing because it
was attempting to compile the generated tile.o which is using hack.h.

gcc  -o../util/tilemap host_o/tilemap.o
A new ../src/tile.c has been created
gcc -c -O -I../include -I../sys/msdos -DDLB  -DUSE_TILES -DCROSSCOMPILE -DCROSSCOMPILE_HOST -ohost_o/tile.o ../src/tile.c
In file included from ../include/hack.h:201:0,
                 from ../src/tile.c:3:
../include/dungeon.h:70:5: error: unknown type name ‘lua_State’
     lua_State *themelua;   /* themerms compiled lua */
     ^
../sys/msdos/Makefile1.cross:286: recipe for target 'host_o/tile.o' failed
make: *** [host_o/tile.o] Error 1

I don't think think the tile.o is required on the host build build portion,
so it is probably an error in the Makefile. Try removing it.
2020-05-03 21:22:55 -04:00
..
2020-02-03 03:54:14 -05:00
2002-01-05 21:05:57 +00:00
2020-01-27 09:54:58 +02:00
2015-05-06 22:04:27 -04:00
2002-01-05 21:05:57 +00:00
2002-01-05 21:05:57 +00:00
2015-05-25 09:21:31 +09:00
2019-07-14 17:34:47 -04:00
2020-01-27 09:54:58 +02:00
2019-09-12 23:04:15 -04:00
2015-05-25 09:21:31 +09:00
2015-05-25 09:21:31 +09:00
2019-11-30 23:48:03 -05:00
2020-01-27 18:03:42 +02:00
2020-01-27 09:54:58 +02:00