Search found 2 matches

by rgufwkcwrixbliscgi
Fri Oct 23 2020 10:14 am
Forum: User Support
Topic: [C++] Clang Parsing - STL Headers
Replies: 4
Views: 9685

Re: [C++] Clang Parsing - STL Headers

Hi, Thanks for the reply. Here's the extra info: - Running on windows with MSVC (but using clang-cl to compile the project) - I'm using a prebuild version from DoxyPress 1.4.0 I generated the compilation database by adding the following line to my CMakeLists.txt: set(CMAKE_EXPORT_COMPILE_COMMANDS ON...
by rgufwkcwrixbliscgi
Thu Oct 22 2020 4:07 pm
Forum: User Support
Topic: [C++] Clang Parsing - STL Headers
Replies: 4
Views: 9685

[C++] Clang Parsing - STL Headers

Hi, I'm trying to use DoxyPress to generate documentation for a local project. But for some reason when I activate Clang Parsing I keep getting erros like these: fatal error: 'map' file not found fatal error: 'string' file not found fatal error: 'chrono' file not found From stl include headers. My o...