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

ARROW-8373: [CI][GLib] Find gio-2.0 manually on macOS #6886

Closed
wants to merge 1 commit into from

Conversation

kou
Copy link
Member

@kou kou commented Apr 9, 2020

Because "pkg-config --cflags gio-2.0" includes the "-I$(xcrun
--show-sdk-path)/usr/include" flag by zlib.pc. The include path
includes the standard C headers such as stdlib.h. It confuses
clang++ (/usr/bin/c++).

This also removes needless gio-2.0 dependency from arrow-glib.pc.

Because "pkg-config --cflags gio-2.0" includes the "-I$(xcrun
--show-sdk-path)/usr/include" flag by zlib.pc. The include path
includes the standard C headers such as stdlib.h. It confuses
clang++ (/usr/bin/c++).

This also removes needless gio-2.0 dependency from arrow-glib.pc.
@github-actions
Copy link

github-actions bot commented Apr 9, 2020

Copy link
Contributor

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI failure is unrelated. Merging.

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