<div dir="ltr"><div dir="ltr">Hi Even,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 28 Aug 2023 at 16:19, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> Do you have some tips for me, to avoid the reference to 14?<br>
The below error message suggest you have a dangling <br>
/usr/local/lib/cmake/Arrow/ArrowTargets.cmake file ==> remove the <br>
/usr/local/lib/cmake/Arrow directory<br></blockquote><div><br></div><div>I have removed all 14 reference folders. Now I have</div><div><br></div><div>-- Arrow version: 13.0.0<br>-- Found the Arrow shared library: /usr/lib/x86_64-linux-gnu/libarrow.so.1300.0.0<br>-- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND<br>-- Found the Arrow static library: /usr/lib/x86_64-linux-gnu/libarrow.a<br>-- Parquet version: 13.0.0<br>-- Found the Parquet shared library: /usr/lib/x86_64-linux-gnu/libparquet.so.1300.0.0<br>-- Found the Parquet import library: PARQUET_IMPORT_LIB-NOTFOUND<br>-- Found the Parquet static library: /usr/lib/x86_64-linux-gnu/libparquet.a<br>-- ArrowAcero version: 13.0.0<br>-- Found the ArrowAcero shared library: /usr/lib/x86_64-linux-gnu/libarrow_acero.so.1300.0.0<br>-- Found the ArrowAcero import library: ARROW_ACERO_IMPORT_LIB-NOTFOUND<br>-- Found the ArrowAcero static library: /usr/lib/x86_64-linux-gnu/libarrow_acero.a<br>-- ArrowDataset version: 13.0.0<br>-- Found the ArrowDataset shared library: /usr/lib/x86_64-linux-gnu/libarrow_dataset.so.1300.0.0<br>-- Found the ArrowDataset import library: ARROW_DATASET_IMPORT_LIB-NOTFOUND<br>-- Found the ArrowDataset static library: /usr/lib/x86_64-linux-gnu/libarrow_dataset.a<br><br></div><div><br></div><div>But when I run "cmake --build ."  I have this much smaller error:</div><div><br></div><div>/usr/bin/ld: ogr/ogrsf_frmts/arrow/CMakeFiles/ogr_Arrow.dir/ogrfeatherwriterlayer.cpp.o: in function `OGRFeatherWriterLayer::CreateWriter()':<br>ogrfeatherwriterlayer.cpp:(.text+0x15ee): undefined reference to `arrow::util::Codec::Create(arrow::Compression::type, arrow::util::CodecOptions const&)'<br>collect2: error: ld returned 1 exit status<br>gmake[2]: *** [CMakeFiles/GDAL.dir/build.make:2638: libgdal.so.33.3.7.1] Error 1<br>gmake[1]: *** [CMakeFiles/Makefile2:4667: CMakeFiles/GDAL.dir/all] Error 2<br>gmake: *** [Makefile:160: all] Error 2<br></div><div><br></div><div>Is it necessary to install also pyarrow?</div><div><br></div><div>Thank you</div></div></div>