Re: bug and fix for gnustep-base
Fred Kiefer <[email protected]> Sun, 22 Oct 2023 11:10:05 +0200
| Newsgroups | gmane.comp.lib.gnustep.bugs |
|---|---|
| Message-ID | <[email protected]> |
Excuse me for asking, but are you really using the current master branch? Th= e description method is there in a different line range and this issue has a= lso been fixed there. Could you please switch to this branch and report issu= es which exist there. Cheers, Fred On the road > Am 22.10.2023 um 09:07 schrieb Carl Hansen <[email protected]>: >=20 > =EF=BB=BFOn Sun, Oct 22, 2023 at 08:30:24AM +0200, Fred Kiefer wrote: >> Hi Carl, >>=20 >>=20 >> Thank you for this bug report. This is already fixed in the main branch, w= e just need to have a new release to publish that change. Could you please t= ry to clone this version and verify that the issue is resolved? >>=20 >> Cheers, >> Fred >>=20 >>=20 >> On the road >>=20 >>>> Am 22.10.2023 um 07:17 schrieb Carl Hansen <[email protected]>: >>>=20 >>> =EF=BB=BFI am disinclined to register at Microsoft github, so I post the= bug here. >>>=20 >>>=20 >>> the situation: >>>=20 >>> compiling gnustep-base 1.29.0 with the latest libxml2 which is 2.11.5 >>>=20 >=20 >=20 > ok that bug is fixed, however I got this: >=20 > Compiling file NSMutableString+GNUstepBase.m ... > GSXML.m: In function '-[GSXMLNode description]': > GSXML.m:986:38: error: invalid use of incomplete typedef 'xmlBuf' {aka 'st= ruct _xmlBuf'} > 986 | string =3D UTF8StrLen(buf->buffer->content, buf->buffer->use)= ; > | ^~ > GSXML.m:986:60: error: invalid use of incomplete typedef 'xmlBuf' {aka 'st= ruct _xmlBuf'} > 986 | string =3D UTF8StrLen(buf->buffer->content, buf->buffer->use)= ; > | =20 >=20 >=20