How do I tell bootstrap scripts which library version to use? They are still getting the old (and improper) version.
--- Mensagem Original --- De: "Gilles Caulier" <[hidden email]> Enviado: 14 de outubro de 2014 01:41 Para: "digiKam - Home Manage your photographs as a professional with the power of open source" <[hidden email]> Assunto: Re: [Digikam-users] How to use alternative versions of OpenCV and Exiv2? 2014-10-14 3:01 GMT+02:00 Piter Dias <[hidden email]>: > Guys, > > Trying to compile digiKam 4.4 under a recently built Ubuntu 14.04.1 LTS I > got stuck on OpenCV and Exiv2 upgrading. > > Both packages are originally installed under /usr using apt-get. Compiling > new versions, using default options of both, installs under /usr/local. > > digiKam cmake scripts are not able to find the newly compiled versions. Is > there a way to solve this without compiling to OpenCV and Exiv2 /usr? I > don't want to override original packages because most of packages I use come > from Canonical repositories anyway. It seems to be easier for me. A system can live with both version of library installed at the same time. It use a SO version Id to identify right files on the system. The possible conflict will be come with devel files, as headers. Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
You must uninstall OpenCV devel package (bin package must still on
your computer of course) Install never version including devel data. Cmake will use this one. Gilles Caulier 2014-10-14 17:39 GMT+02:00 Piter Dias <[hidden email]>: > How do I tell bootstrap scripts which library version to use? They are still getting the old (and improper) version. > > --- Mensagem Original --- > > De: "Gilles Caulier" <[hidden email]> > Enviado: 14 de outubro de 2014 01:41 > Para: "digiKam - Home Manage your photographs as a professional with the power of open source" <[hidden email]> > Assunto: Re: [Digikam-users] How to use alternative versions of OpenCV and Exiv2? > > 2014-10-14 3:01 GMT+02:00 Piter Dias <[hidden email]>: >> Guys, >> >> Trying to compile digiKam 4.4 under a recently built Ubuntu 14.04.1 LTS I >> got stuck on OpenCV and Exiv2 upgrading. >> >> Both packages are originally installed under /usr using apt-get. Compiling >> new versions, using default options of both, installs under /usr/local. >> >> digiKam cmake scripts are not able to find the newly compiled versions. Is >> there a way to solve this without compiling to OpenCV and Exiv2 /usr? I >> don't want to override original packages because most of packages I use come >> from Canonical repositories anyway. It seems to be easier for me. > > A system can live with both version of library installed at the same > time. It use a SO version Id to identify right files on the system. > > The possible conflict will be come with devel files, as headers. > > Gilles Caulier > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |