Trying to build on Linux... found various posts that helped me over the configuration and missing libraries, but it bombs on this and I can't figure out the problem.
In file included from /home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/LuaApi.cpp:50:0:
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:289:57: error: ‘df::tile_designation::Mask’ has not been declared
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:292:55: error: ‘df::tile_occupancy::Mask’ has not been declared
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:292:10: error: ‘bool MapExtras::Block::getFlagAt(df::coord2d, int)’ cannot be overloaded
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:289:10: error: with ‘bool MapExtras::Block::getFlagAt(df::coord2d, int)’
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:295:57: error: ‘df::tile_designation::Mask’ has not been declared
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:296:55: error: ‘df::tile_occupancy::Mask’ has not been declared
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:296:10: error: ‘bool MapExtras::Block::setFlagAt(df::coord2d, int, bool)’ cannot be overloaded
/home/bdbryant/DwarfFortress-mod/df_linux/hack/dfhack/library/include/modules/MapCache.h:295:10: error: with ‘bool MapExtras::Block::setFlagAt(df::coord2d, int, bool)’
make[2]: *** [library/CMakeFiles/dfhack.dir/LuaApi.cpp.o] Error 1
make[1]: *** [library/CMakeFiles/dfhack.dir/all] Error 2
make: *** [all] Error 2
Am I still missing something?
(Oh, BTW, I'm building warmist's fork that adds rendermax.)