Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.88k stars 151 forks source link

intltool and gettext #47

Open jjstickel opened 7 years ago

jjstickel commented 7 years ago

With intltool as part of the build, autoreconf needs to be rerun in a macports environment so that the correct perl is used. Now with the addition of gettext in 2.x, I get this error: config.status: error: po/Makefile.in.in was not created by intltoolize. It seems that intltool and gettext cause problems when used together: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724555

Can you fix or suggest a workaround? Thanks.

hanna-kn commented 7 years ago

Does it help if you run ./autogen.sh instead of autoreconf?

jjstickel commented 7 years ago

Yes, that worked, although I had to patch autogen.sh to use "glibtoolize" (gnu libtool) rather than "libtoolize". Thanks.