reassign 572509 sdcv thanks On Thu, 4 Mar 2010, Michal iha wrote:
> the configure check fails because gcc complains casting from char * to int: > [...] > > Because of this, several programs might be compiled without gettext > support even when maintainer wanted to enable this. You are right, but you are not using the gettext.m4 file from gettext 0.17 but a very old copy instead. You might want to inform upstream about this. The first line in file sdcv-0.4.2/m4/gettext.m4 reads like this: # gettext.m4 serial 28 (gettext-0.13) so the bug is in the gettext.m4 file in sdcv, not in the current version of such file in the gettext package, hence the reassign. Note: I don't use autopoint myself, but I changed configure.ac in sdcv so that it reads AM_GNU_GETTEXT_VERSION(0.17) then ran autopoint and autoconf, and then it worked: checking for GNU gettext in libc... yes Thanks. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

