Re: GUi stopped compiling

2020-12-21 Thread Riccardo Mottola
Hi Frederik, Frederik Seiffert wrote: > ICU release 68 changed their usage of primitive types, and removed the TRUE > and FALSE defines as outlined here: > https://github.com/unicode-org/icu/blob/master/docs/userguide/dev/codingguidelines.md#primitive-types > > You’ll probably need to patch Gui

Re: GUi stopped compiling

2020-12-21 Thread Stefan Bidigaray
l probably need to patch Gui in some way. For Base I simply defined > TRUE/FALSE in GSICUString.h: > https://github.com/gnustep/libs-base/pull/163 > > Frederik > > > > Am 21.12.2020 um 11:00 schrieb Riccardo Mottola < > riccardo.mott...@libero.it>: > > > >

Re: GUi stopped compiling

2020-12-21 Thread Frederik Seiffert
/FALSE in GSICUString.h: https://github.com/gnustep/libs-base/pull/163 Frederik > Am 21.12.2020 um 11:00 schrieb Riccardo Mottola : > > Hi all! > > gui stopped compiling for me on Linux/Gentoo. > I guess it comes from Unicode issues: > > Compiling file GSCharacterPanel.m

GUi stopped compiling

2020-12-21 Thread Riccardo Mottola
Hi all! gui stopped compiling for me on  Linux/Gentoo. I guess it comes from Unicode issues:  Compiling file GSCharacterPanel.m ... GSCharacterPanel.m: In function 'enumCharNamesFn': GSCharacterPanel.m:81:10: error: 'TRUE' undeclared (first use in this function)