Re: 2.0 and solaris 7 anyone gotten it to compile?



In message <20020320152834 58187241E19 fresnel labs redhat com>
          Owen Taylor <otaylor redhat com> scribbled:

> It seems like from what is being said here, that a patch to
> glib/glib/gconvert.c, which changed:
> 
>           /* reset the descriptor */
>           g_iconv (cd, NULL, NULL, NULL, NULL);
> 
> To:
> 
>           gchar *outbuf = NULL;
>           gint inbytes_left = 0;
>           gint outbytes_left = 0;
>           g_iconv (cd, NULL, &inbytes_left, &outbuf, &outbytes_left);
> 

That needs to be done in gconvert.c and twice in giochannel.c, after which it
all works fine.

-- 
Stephen Watson          Physicist
Ultra Electronics Ltd - Signature Management Systems (UESMS)
Tel: +44 (0)1543 878888 (switchboard)     Fax: +44 (0)1543 878249
Email: watson ultra demon co uk



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