|
cmake fails with this message: -- Adjusting compilation flags for GCC version ( 4.7.3 ) CMake Error at core/digikam/CMakeLists.txt:193 (INCLUDE): include could not find load file:
SopranoAddOntology CMake Error at core/digikam/CMakeLists.txt:194 (SOPRANO_ADD_ONTOLOGY): Unknown CMake command "SOPRANO_ADD_ONTOLOGY".
-- Configuring incomplete, errors occurred! Full project clean not helps. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
It's a same problem here.
In fact i seen that Soprano cmake script installed on the system is not in cmake path, and cannot be used directly by a client application. Creating a link from this file to cmake script install path fix the problem: I think it's a bug in Soprano install rules. Gilles Caulier 2013/11/22 Yuri Samoilenko <[hidden email]>: > cmake fails with this message: > > -- Adjusting compilation flags for GCC version ( 4.7.3 ) > CMake Error at core/digikam/CMakeLists.txt:193 (INCLUDE): > include could not find load file: > > SopranoAddOntology > > > CMake Error at core/digikam/CMakeLists.txt:194 (SOPRANO_ADD_ONTOLOGY): > Unknown CMake command "SOPRANO_ADD_ONTOLOGY". > > > -- Configuring incomplete, errors occurred! > > > Full project clean not helps. > > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Pino Toscano has fixed Soprano rules in digiKam by this commit :
http://commits.kde.org/digikam/42d600ee5f241a169a9804ae94079904a51ed570 Gilles Caulier 2013/11/23 Gilles Caulier <[hidden email]>: > It's a same problem here. > > In fact i seen that Soprano cmake script installed on the system is > not in cmake path, and cannot be used directly by a client > application. > > Creating a link from this file to cmake script install path fix the problem: > > I think it's a bug in Soprano install rules. > > Gilles Caulier > > > 2013/11/22 Yuri Samoilenko <[hidden email]>: >> cmake fails with this message: >> >> -- Adjusting compilation flags for GCC version ( 4.7.3 ) >> CMake Error at core/digikam/CMakeLists.txt:193 (INCLUDE): >> include could not find load file: >> >> SopranoAddOntology >> >> >> CMake Error at core/digikam/CMakeLists.txt:194 (SOPRANO_ADD_ONTOLOGY): >> Unknown CMake command "SOPRANO_ADD_ONTOLOGY". >> >> >> -- Configuring incomplete, errors occurred! >> >> >> Full project clean not helps. >> >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
