Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Duplicated c++/v1 directory results 'unknown type name' error #160

Open
CaoZhongZ opened this issue Oct 6, 2017 · 2 comments
Open

Duplicated c++/v1 directory results 'unknown type name' error #160

CaoZhongZ opened this issue Oct 6, 2017 · 2 comments

Comments

@CaoZhongZ
Copy link

CaoZhongZ commented Oct 6, 2017

I fix it temporarily by removing system clang include from defaults.hpp. I think there is no need to add duplicated library in the compilation system.

@CaoZhongZ
Copy link
Author

#ifdef APPLE
// /* System clang on macOS */
// "-isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
// "-isystem/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
#endif

Should this part be removed?

@jeaye
Copy link
Owner

jeaye commented Jan 6, 2018

Hey, sorry for missing this one; I'm glad you found a fix. It could be that those lines can be removed, if our new CMake setup is finding those for us, but I do wonder what your .color_coded looked like. Did you have those paths in there as well?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants