Package: ncurses-hexedit Version: 0.9.7-14.1 Usertags: goto-cc While building the package using our research compiler infrastructure we noticed conflicting declarations of ncurses' WINDOW (struct _win_st) being used - both with and without _bkgrnd. This is caused by including assert.h (in edit.c) before hexedit.h.
The result is that /usr/include/features.h is expanded before config.h was seen, which in particular defines _GNU_SOURCE. Thus, in all cases, hexedit.h (or config.h) must be the first file being included. Best, Michael
pgpdWPhyjy9FZ.pgp
Description: PGP signature

