Skip to content
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

Separate includes from submodules from system-wide includes #1169

Merged
merged 2 commits into from Aug 27, 2019
Merged

Separate includes from submodules from system-wide includes #1169

merged 2 commits into from Aug 27, 2019

Conversation

vrurg
Copy link
Contributor

@vrurg vrurg commented Aug 27, 2019

Currently configuration variable cincludes contains -I flags for both
includes from 3rdparty for for those found with pkg-config. This is
not correct as cincludes can be used by NQP and Rakudo for their
C compilations. An example of a situation when this is necessary is
rakudo/rakudo#3136 where ffi.h cannot be found even though moar is
being compiled with it.

Currently configuration variable cincludes contains `-I` flags for both
includes from `3rdparty` for for those found with `pkg-config`. This is
not correct as `cincludes` can be used by `NQP` and `Rakudo` for their
C compilations. An example of a situation when this is necessary is
rakudo/rakudo#3136 where `ffi.h` cannot be found even though `moar` is
being compiled with it.
@AlexDaniel
Copy link
Contributor

Makes sense to me.

@AlexDaniel AlexDaniel merged commit a37504d into MoarVM:master Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants