Hi List, I have run the superbuild using the following cmake:
cmake /work/otb/OTB/SuperBuild -DCMAKE_INSTALL_PREFIX=/work/otb/installdir -DOTB_USE_OPENCV=ON -DOTB_USE_QT=OFF However, despite specifying -DOTB_USE_QT=OFF (and -DOTB_USE_QT5=OFF), it still installs QT5 and the OTB gui applications. Although this doesn't present an issue for the OTB applications, when I update /etc/ld.so.conf with the new library path, the QT version installed during the Superbuild conflicts with the system version. Consequently, when I try to run qgis (or other QT5 dependent applications), I get the following issue: Cannot mix incompatible Qt library (version 0x50905) with this library (version 0x50a01) Aborted (core dumped) I've followed the documentation here [1] and this tutorial [2], but to date, I haven't been able to disable QT5 during the installation. Any advice appreciated. best regards, Daniel. [1]: https://www.orfeo-toolbox.org/SoftwareGuide/SoftwareGuidech2.html [2]: https://groups.google.com/forum/#!topic/otb-users/DPfU96MUroU -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
