<div dir="ltr"><div style="font-size:12.8px">Hi to all!</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have a problem during installation of python pdal binding.</div><div style="font-size:12.8px">I have an ubuntu 16.04 LTS. I have compiled PCL from source (some pdal filters that I want apply required that) and then I have compiled pdal 1.5.0 (from source) with pcl support. pcl and pdal compile are ok.</div><div style="font-size:12.8px">Now I want to install python binding.</div><div style="font-size:12.8px">With pip or executing setup.py in pdal python dir I have same error:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++</div><div>    c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/<wbr>pdal/libpdalpython.o build/temp.linux-x86_64-2.7/<wbr>pdal/PyPipeline.o -L/usr/local/lib -lpdalcpp -lpdal_plang -o build/lib.linux-x86_64-2.7/<wbr>pdal/libpdalpython.so</div><div>    /usr/bin/ld: cannot find -lpdal_plang</div><div>    collect2: error: ld returned 1 exit status</div><div>    error: command 'c++' failed with exit status 1</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">there is a pdal_plang library missing (I think). pdal_plang requires pdal_base lib which in turn requires gdal-abi-2-1-2 that is a virtual package that send to libgdal20 that is already installed, but I have dependency error:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>$ sudo dpkg -i libpdal-plang4_1.4.0-1_amd64.<wbr>deb </div><div>Selecting previously unselected package libpdal-plang4.</div><div>(Reading database ... 247915 files and directories currently installed.)</div><div>Preparing to unpack libpdal-plang4_1.4.0-1_amd64.<wbr>deb ...</div><div>Unpacking libpdal-plang4 (1.4.0-1) ...</div><div>dpkg: dependency problems prevent configuration of libpdal-plang4:</div><div> libpdal-plang4 depends on libpdal-base4 (>= 1.3.0); however:</div><div>  Package libpdal-base4 is not installed.</div><div><br></div><div>dpkg: error processing package libpdal-plang4 (--install):</div><div> dependency problems - leaving unconfigured</div><div>Processing triggers for libc-bin (2.23-0ubuntu9) ...</div><div>Errors were encountered while processing:</div><div> libpdal-plang4</div><div><br></div><div>$ sudo dpkg -i libpdal-base4_1.4.0-1_amd64.<wbr>deb </div><div>Selecting previously unselected package libpdal-base4.</div><div>(Reading database ... 247920 files and directories currently installed.)</div><div>Preparing to unpack libpdal-base4_1.4.0-1_amd64.<wbr>deb ...</div><div>Unpacking libpdal-base4 (1.4.0-1) ...</div><div>dpkg: dependency problems prevent configuration of libpdal-base4:</div><div> libpdal-base4 depends on gdal-abi-2-1-2; however:</div><div>  Package gdal-abi-2-1-2 is not installed.</div><div><br></div><div>dpkg: error processing package libpdal-base4 (--install):</div><div> dependency problems - leaving unconfigured</div><div>Processing triggers for libc-bin (2.23-0ubuntu9) ...</div><div>Errors were encountered while processing:</div><div> libpdal-base4</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Could someone help me?</div><div style="font-size:12.8px">Thanks a lot</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Giuseppe</div></div>