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
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
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: <
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
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
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
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