11 lib/quvi.c:225:10: error: 'QUVIOPT_NOSHORTENED' undeclared (first use in this function)
16 * Arch Linux cross-compiling with mingw32
20 AM_ICONV adds `-I' option to CPPFLAGS. If that path contains an old quvi/quvi.h
21 file, you will see the above error when you run `make'.
23 From <http://www.gnu.org/software/make/manual/make.html#Catalogue-of-Rules>:
26 n.o is made automatically from n.c with a recipe of the
27 form ā$(CC) $(CPPFLAGS) $(CFLAGS) -cā.
31 * Uninstall the old version of quvi (recommended)
35 * Edit manually the CPPFLAGS in
42 This may, however, mess up the libiconv integration with quvi.
46 * <http://www.gnu.org/software/hello/manual/gettext/AM_005fICONV.html>
47 "... it adds an ā-Iā option to CPPFLAGS if necessary."
51 We'd prefer to fix this at the upstream if we knew how to. The CPPFLAGS cannot
52 obviously be overlooked either, otherwise libiconv integration will result in
53 errors on some configurations.