Re: Filename too long

2019-02-22 Thread Dominik Psenner
Thanks Thorsten! I was not aware of these changes. Finally a step into the right direction. I wonder when the (not so) "special" characters ":?" will become acceptable in file and directory names.. -- Dominik Psenner On Thu, Feb 21, 2019, 11:22 Thorsten Schöning Guten Tag Dominik Psenner, > am So

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