Re: Issue with log4cxx and gcc 7.3

2019-02-22 Thread Nathaniel W. Turner
Ah, that's too bad! Thanks for investigating the feasibility. On Fri, Feb 22, 2019, 6:05 AM Thorsten Schöning wrote: > Guten Tag Nathaniel W. Turner, > am Donnerstag, 21. Februar 2019 um 17:02 schrieben Sie: > > > Wait, isn't the compiler trying to remind us that 0x80

Re: Issue with log4cxx and gcc 7.3

2019-02-21 Thread Nathaniel W. Turner
Wait, isn't the compiler trying to remind us that 0x80 does not actually fit in a char? (It doesn't.) Wouldn't the correct fix actually be to define log4cxx::logchar as unsigned char, instead of char? On Thu, Feb 21, 2019 at 5:44 AM Thorsten Schöning wrote: > Guten Tag Noory, Robert, > am Freita