> From: Benjamin Fang <[email protected]> > Date: Fri, 11 Jun 2021 17:18:15 +0800 > > when I compile the code, I get the following error: > > --------------------------------------------- > > parsetexi/api.c: In function ‘find_locales_dir’: > parsetexi/api.c:69:23: error: ‘PACKAGE’ undeclared (first use in this > function) > 69 | bindtextdomain (PACKAGE, s); > | ^~~~~~~
PACKAGE should be defined in config.h, created by the configure script.
