In previous versions of turbodbc, installing pyarrow, running create_library_symlinks() and then compiling leads to successful compilation. However, when compiling against versions using Meson using this method the following error is produced:
ERROR: Dependency "arrow" not found, tried pkgconfig and cmake
My understanding is that installing pyarrow also installs the required shared object libraries to link against when compiling turbodbc - is there a special way to specify that these should be used rather than using cmake/pkgconfig?
Thanks in advance.
In previous versions of turbodbc, installing pyarrow, running
create_library_symlinks()and then compiling leads to successful compilation. However, when compiling against versions using Meson using this method the following error is produced:ERROR: Dependency "arrow" not found, tried pkgconfig and cmakeMy understanding is that installing pyarrow also installs the required shared object libraries to link against when compiling turbodbc - is there a special way to specify that these should be used rather than using cmake/pkgconfig?
Thanks in advance.