Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Uri Blumenthal
Total activity
6
Last activity
October 19, 2020 21:22
Member since
August 29, 2018 04:00
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (0)
Comments (4)
Uri Blumenthal
commented,
October 19, 2020 21:22
Yes, of course. This is a C++ project, but CLion navigated fine to <string> standard header file. If CLion was kind enough to offer Show Compiler Info option anywhere, I'd be happy to share it's o...
FAQs
CLion FAQ
CLion fails to find some of my headers. Where does it search for them?
0 votes
Uri Blumenthal
commented,
October 16, 2020 03:01
> some Makefile projects explicitly set `MAKEFLAGS` (or, alternatively, `GNUMAKEFLAGS`), overriding the default values Nothing like that in this case. Just a small C++ Makefile project, with two .c...
FAQs
CLion FAQ
CLion fails to find some of my headers. Where does it search for them?
0 votes
Uri Blumenthal
commented,
October 15, 2020 13:32
`-I<dir>` works splendidly in the Makefile itself. So, actions like `make all` and such work fine. But CLion remains ignorant of that, and fails to locate the headers. Which, of course, interferes ...
FAQs
CLion FAQ
CLion fails to find some of my headers. Where does it search for them?
0 votes
Uri Blumenthal
commented,
October 15, 2020 02:16
The above was for CMake. I have a Makefile C++ project with the same problem - unable to tell CLion where to look for the header files. How can I do that?
FAQs
CLion FAQ
CLion fails to find some of my headers. Where does it search for them?
0 votes