Follow-up Comment #1, bug #11512 (project wormux):

Was working previously because glib.pc would usually add it. Snaggle reported
over IRC the same thing, but one has to consider those lines emitted by
configure:
checking for GNU gettext in libc... no
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl

This is under Windows. Snaggle has this:
checking for GNU gettext in libintl... no

This happened because:
conftest.c:14:21: error: libintl.h: No such file or directory

ie, the folder where libintl.h wasn't available to the compiler. Either
setting CFLAGS or CPATH fixed this. Isn't it your case?

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?11512>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wormux-gna mailing list
[email protected]
https://mail.gna.org/listinfo/wormux-gna

Reply via email to