These are the things necessary to compile dNAO, with branch devel-3.15.2:
Before you do this, comment out the line of:
# define MENU_COLOR_REGEX
in include/config.h
. Then do the following:
- In
include/color.h
, change line 64 (struct re_pattern_buffer match;
) tochar *match
. - In
include/system.h
, comment out lines 479-480.