On Sat, Oct 31, 2020 at 12:47:54AM +0000, Ken Moffat via blfs-dev wrote:
> On Fri, Oct 30, 2020 at 06:56:19PM -0500, Douglas R. Reno via blfs-dev wrote:
> > 
> > On 10/30/20 6:15 PM, Ken Moffat via blfs-dev wrote:
> > > 
> > > This comes from encoding.c
> > > 
> > > #ifdef LIBXML_ICU_ENABLED
> > >      else if (handler->uconv_out != NULL) {
> > >          ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, 
> > > inlen,
> > >                                TRUE);
> > >      }
> > > #endif /* LIBXML_ICU_ENABLED */
> > > 
> > > For the moment I can't see anything online (it looks like we are on
> > > the bleeding edge using icu68) so I'll just work around it by
> > > omitting --with-icu for the moment so I can get on with looking at
> > > the consequences of python2 using altinstall (more on that when I've
> > > got more things built).
> > > 
> > > ĸen
> > 
> > Hi Ken,
> > 
> > I don't have the ability to test this at the moment (running Samba tests),
> > but try substituting TRUE with true. In ICU-68.1, the FALSE and TRUE macros
> > that were exported by ICU were removed. Check out this link for more
> > details:
> > 
> > http://site.icu-project.org/download/68
> > 
> Thanks, I'll try it later.
> 
In this case, only that one line is affected.  Fixed in r23856.
Cheers.

ĸen
-- 
The people next door oppress me all night long. I tell them: I work
all day, a man's got to have some time to learn to play the tuba.
That's oppression, that is.    [ Guards! Guards! ]
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to