kou commented on code in PR #39428: URL: https://github.com/apache/arrow/pull/39428#discussion_r1448493363
########## c_glib/README.md: ########## @@ -142,6 +142,17 @@ $ meson compile -C c_glib.build $ sudo meson install -C c_glib.build ``` +> [!WARNING] +> +> When building Arrow GLib, it typically uses the Arrow C++ installed via Homebrew. However, this can lead to build failures +> if there are mismatches between the changes in Arrow's GLib and C++ libraries. To resolve this, you may need to +> reference the Arrow C++ library built locally. In such cases, use the `-Darrow_cpp_build_dir` +> and `-Darrow_cpp_build_type` options with the `meson setup` command to explicitly specify the library path. Review Comment: Could you update the last sentence for the latest command line? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
