<URL: http://bugs.freeciv.org/Ticket/Display.html?id=25944 >
Daniel Markstedt wrote: > <URL: http://bugs.freeciv.org/Ticket/Display.html?id=25944 > > > Make fails on a recent dev snapshot with: > > In file included from intl-compat.c:20: > ../config.h:29:96: missing terminating " character > make[2]: *** [intl-compat.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > The failing line in config.h is: > > #define FC_STORE_CPPFLAGS " > -DDEFAULT_DATA_PATH="\".:data:~/.freeciv:${prefix}/share/freeciv\""" > > By removing the very last quote ("), the snapshot compiles cleanly. > However, the problem is repeated every time config.h is regenerated. There is nothing wrong with that code. What compiler are you using that fails on it? Also, using --with-included-gettext is a very bad idea. I'd remove it if I knew how to do so safely. -jason _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
