Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitriy
Total activity
5
Last activity
August 22, 2022 07:27
Member since
August 19, 2022 09:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
August 22, 2022 07:27
I have reproduced my problem with a small Makefile (main.cc has simple hello world): main.o: g++ `getconf LFS_CFLAGS` -c main.cc -o ./main.oservice: main.o g++ -o service ./main.oclean: rm -...
Community
CLion
Compiler Info Errors
0 votes
Created
August 19, 2022 09:30
Forgot to tell, that I am using makefiles
Community
CLion
Compiler Info Errors
0 votes
Edited
August 19, 2022 09:23
Compiler Info Errors editor tab contains lot of errors with this text: Compiler exited with error code 1: /opt/rh/devtoolset-10/root/usr/bin/g++ -xc++ <secret defines> -fconcepts -std=gnu++2a -c -f...
Community
CLion
Compiler Info Errors
0 votes
Created
August 19, 2022 09:19
it seems there is gcc version in logs above I've got similiar problem using Jetbrains Gateway with clion on remote host with g++ My g++ --version: /opt/rh/devtoolset-10/root/usr/bin/g++ --version g...
Community
CLion
Compiler Info Errors
0 votes