Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
I think I should add "Add common build problems" link to the install section.
I read https://github.com/apache/arrow/blob/master/c_glib/README.md
I did the following instruction.
{{cd c_glib }}
{{brew install -y gobject-introspection }}
./configure PKG_CONFIG_PATH=$(brew --prefix libffi)/lib/pkgconfig:$PKG_CONFIG_PATH
I got the following result.
checking for arrow arrow-compute... no configure: error: Package requirements (arrow arrow-compute) were not met:
{{ No package 'arrow' found }}
{{No package 'arrow-compute' found }}
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ARROW_CFLAGS and ARROW_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
I could not find the following link.
https://github.com/apache/arrow/blob/master/c_glib/README.md#common-build-problems