-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicts between system and libc++ headers #731
Comments
alandefreitas
added a commit
to alandefreitas/mrdocs
that referenced
this issue
Dec 14, 2024
alandefreitas
added a commit
to alandefreitas/mrdocs
that referenced
this issue
Dec 15, 2024
alandefreitas
added a commit
to alandefreitas/mrdocs
that referenced
this issue
Dec 15, 2024
alandefreitas
added a commit
to alandefreitas/mrdocs
that referenced
this issue
Dec 15, 2024
alandefreitas
added a commit
to alandefreitas/mrdocs
that referenced
this issue
Dec 15, 2024
alandefreitas
added a commit
that referenced
this issue
Dec 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error happened in https://github.com/cppalliance/ws_proto/actions/runs/11892602095/job/33135815935?pr=3#step:10:434
It seems like the bundled Libc++ headers are included because
system-includes
isfalse
, but the system headers are also included because they're in the compile_commands.json file and are not being removed. This leads to redefinition errors.Although I'm not completely sure this is what's causing the issue because these different headers would still need to be included in the code and the error doesn't show a stacktrace of includes.
The text was updated successfully, but these errors were encountered: