[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mpop-users] compiling on a Linux system



The system identification is:

3.2.61-grsec-modsign #1 SMP Tue Aug 12 09:58:26 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

mpop itself makes ok with a warning:

tls.c: In function 'tls_start':
tls.c:1358:44: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast

But, I get this error in the po subdirectory:

...
Making all in po
make[2]: Entering directory `/home/hamakerd/mpop/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.18
make[2]: *** [stamp-po] Error 1
make[2]: Leaving directory `/home/hamakerd/mpop/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hamakerd/mpop'
make: *** [all] Error 2
...

Thanks,
-Dave