El día Tuesday, October 13, 2009 a las 10:47:54AM -0400, Daniel Atallah 
escribió:

> On Tue, Oct 13, 2009 at 10:16, Matthias Apitz <g...@unixarea.de> wrote:
> > I've similar problem: I want to have it in Spanish, and not in English;
> > I compiled 2.6.2 from the sources and this installs all languages
> > message objects below /usr/local/share/locale, for example:
> 
> Your situation is slightly different as you're not on Windows.
> 
> Pidgin (like the rest of the software on your computer) runs according
> to your locale 
> (http://www.gnu.org/software/hello/manual/gettext/Locale-Environment-Variables.html)
> 
> -D

Today I have found time to dig into the above problem; it turned out
that the './configure' for pidgin on my FreeBSD 8-CURRENT must be run as:

$ CFLAGS='-I/usr/local/include' CPPFLAGS='-I/usr/local/include' ./configure 
--disable-vv --disable-nm --disable-tcl

without the CFLAGS and CPPFLAGS it does not see the installed
/usr/local/include/libintl.h;

and even with this ENABLE_NLS is not set to 1 in ./config.h; after
changing this by hand, pidgin runs fine in Spanish with LANG set to
es_ES.ISO8859-1;

HIH

        matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <g...@unixarea.de> - w http://www.unixarea.de/
Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu

_______________________________________________
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Reply via email to