raulcd commented on issue #40195:
URL: https://github.com/apache/arrow/issues/40195#issuecomment-1978385639

   Sorry @kou , I forgot about this:
   ```
   raul@raul-MacBook-Pro release % PATH=$(brew --prefix ruby)/bin:$PATH ruby -r 
pkg-config -e 'p PKGConfig.cflags("gobject-introspection-1.0")'
   
"-I/opt/homebrew/Cellar/gobject-introspection/1.78.1/include/gobject-introspection-1.0
 -I/opt/homebrew/Cellar/glib/2.78.4/include/glib-2.0 
-I/opt/homebrew/Cellar/glib/2.78.4/lib/glib-2.0/include 
-I/opt/homebrew/opt/gettext/include -I/opt/homebrew/Cellar/pcre2/10.42/include 
-I/opt/homebrew/Cellar/glib/2.78.4/include 
-I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi"
   raul@raul-MacBook-Pro release % pkg-config --debug --cflags libffi
   Error printing enabled by default due to use of output options besides 
--exists, --atleast/exact/max-version or --list-all. Value of --silence-errors: 0
   Error printing enabled
   Adding virtual 'pkg-config' package to list of known packages
   Looking for package 'libffi'
   Looking for package 'libffi-uninstalled'
   Reading 'libffi' from file 
'/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/12/libffi.pc'
   Parsing package file 
'/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/12/libffi.pc'
     line>homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk
    Variable declaration, 'homebrew_sdkroot' has value 
'/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk'
     line>prefix=${homebrew_sdkroot}/usr
    Variable declaration, 'prefix' has value 
'/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr'
     line>exec_prefix=/usr
    Variable declaration, 'exec_prefix' has value '/usr'
     line>libdir=${exec_prefix}/lib
    Variable declaration, 'libdir' has value '/usr/lib'
     line>toolexeclibdir=${libdir}
    Variable declaration, 'toolexeclibdir' has value '/usr/lib'
     line>includedir=${prefix}/include/ffi
    Variable declaration, 'includedir' has value 
'/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi'
     line>
     line>Name: libffi
     line>Description: Library supporting Foreign Function Interfaces
     line>Version: 3.4-rc1
     line>Libs: -L${toolexeclibdir} -lffi
     line>Cflags: -I${includedir}
   Path position of 'libffi' is 5
   Adding 'libffi' to list of known packages
   Package libffi has -L /usr/lib in Libs
   Removing -L /usr/lib from libs for libffi
    post-recurse: libffi
   adding CFLAGS_OTHER string ""
    post-recurse: libffi
    original: libffi
      sorted: libffi
   adding CFLAGS_I string 
"-I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi "
   returning flags string 
"-I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi"
   -I/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk/usr/include/ffi
   raul@raul-MacBook-Pro release % 
   ```


-- 
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]

Reply via email to