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 does not actually > > fit i

Re: Issue with log4cxx and gcc 7.3

2019-02-22 Thread Thorsten Schöning
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 does not actually > fit in a char? (It doesn't.) From my understanding, a "char" holds 8 bits of data and 0x80 only consumes at most that 8 bits in the c

Re: Issue with log4cxx and gcc 7.3

2019-02-21 Thread Thorsten Schöning
Guten Tag Valentina Ichimov, am Donnerstag, 21. Februar 2019 um 17:36 schrieben Sie: > I want to unsubscribe from here. All mails from the list contain the following header, just have a look at those or the source code of the mail in your client to manage your subscription: > List-Unsubscribe: <

Re: Issue with log4cxx and gcc 7.3

2019-02-21 Thread Valentina Ichimov
Hello, I want to unsubscribe from here. thank you On Thu, Feb 21, 2019 at 6:09 PM Nathaniel W. Turner wrote: > 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 c

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

Re: Issue with log4cxx and gcc 7.3

2019-02-21 Thread Thorsten Schöning
Guten Tag Noory, Robert, am Freitag, 21. Dezember 2018 um 16:33 schrieben Sie: > I found an issue with log4cxx built from sources on Ubuntu 18.04 > (gcc 7.3). When I execute "make check", I get the error shown below. Thanks for reporting. The problem should be fixed now using the same approach l

Issue with log4cxx and gcc 7.3

2018-12-21 Thread Noory, Robert
Hi, I found an issue with log4cxx built from sources on Ubuntu 18.04 (gcc 7.3). When I execute "make check", I get the error shown below. I attached a simple patch to fix the issue. The detailed info is below: * Host: Ubuntu 18.04.1 LTS * gcc: gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0