Build messages from GCC 5 with odd apostrophe

已回答

Hi,

I'm using CLion 2018.3 EAP 183.3975.20 to build a C++ project with CMake on Linux (specifically, Ubuntu 18.04 under Windows Subsystem for Linux (WSL).

When compiling with GCC 5.5, I'm observing odd apostrophe-s in the messages:

Whereas message from GCC 8.2 are rendered correctly:

 

Is this a known issue?

Is this an issue in my environment?

Mateusz

1
Avatar
Permanently deleted user

For comparison, here I run `make VERBOSE=1` from command line:

 ```

$ locale
LANG=C.UTF-8
LANGUAGE=
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"
LC_ALL=

```

0
Avatar
Permanently deleted user

Thank you. I'll monitor the issue then.

0

请先登录再写评论。