Subject: Re: sysutils/gnome-vfs2 doesn't compile
To: Bang Jun-Young <junyoung@mogua.com>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 09/30/2002 18:24:42
>I got the following error with latest pkgsrc on -current/i386:
>../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference to `bind_textdomain_codeset'
>Any clues? Someone reported that he got the same problem with 1.6
>release.
bind_textdomain_codeset() is not provided in GNU gettext 0.10.35.
it seems that it was introduced sometime between 0.10.35 and 0.10.40.
our pkgsrc tree has gettext 0.10.35, and it seems that gnome-vfs2
requires more recent one.
our BSD-licensed libintl (src/lib/libintl) has a dummy function for
bind_textdomain_codeset(), which does nothing.
itojun