Hello,
I received the following error during compiling the actual digiKam version from git: [ 91%] Building CXX object core/app/CMakeFiles/digikam.dir/__/utilities/facemanagement/faceutils.cpp.o In file included from /home/jan/Downloads/digikamGIT/core/utilities/facemanagement/faceutils.cpp:38:0: /home/jan/Downloads/digikamGIT/build/extra/libkface/libkface/version.h:29:29: fatal error: libkface_export.h: No such file or directory #include "libkface_export.h" ^ compilation terminated. make[2]: *** [core/app/CMakeFiles/digikam.dir/__/utilities/facemanagement/faceutils.cpp.o] Error 1 make[1]: *** [core/app/CMakeFiles/digikam.dir/all] Error 2 make: *** [all] Error 2 Compiling the previous version 4.5.0 works fine. Does anyone know, what to do? Best regards, Jan -- ---------------------------------------------------------------- Jan Wolter, M.Sc. | e-mail: [hidden email] Universitaet Paderborn | http://ag-kastens.cs.upb.de/jwolter Fakultaet EIM/Informatik | Office: F2.303 Fuerstenallee 11 | Phone: +49 5251 606683 33102 Paderborn, Germany | Fax: +49 5251 606697 ---------------------------------------------------------------- _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Setting
-DDIGIKAMSC_COMPILE_LIBKFACE=OFF in bootstrap.linux solved the problem. On 04.12.2014 18:01, Jan Wolter wrote: > Hello, > > I received the following error during compiling the actual digiKam > version from git: > > [ 91%] Building CXX object > core/app/CMakeFiles/digikam.dir/__/utilities/facemanagement/faceutils.cpp.o > In file included from > /home/jan/Downloads/digikamGIT/core/utilities/facemanagement/faceutils.cpp:38:0: > /home/jan/Downloads/digikamGIT/build/extra/libkface/libkface/version.h:29:29: > fatal error: libkface_export.h: No such file or directory > #include "libkface_export.h" > ^ > compilation terminated. > make[2]: *** > [core/app/CMakeFiles/digikam.dir/__/utilities/facemanagement/faceutils.cpp.o] > Error 1 > make[1]: *** [core/app/CMakeFiles/digikam.dir/all] Error 2 > make: *** [all] Error 2 > > Compiling the previous version 4.5.0 works fine. > > Does anyone know, what to do? > > Best regards, > Jan > -- ---------------------------------------------------------------- Jan Wolter, M.Sc. | e-mail: [hidden email] Universitaet Paderborn | http://ag-kastens.cs.upb.de/jwolter Fakultaet EIM/Informatik | Office: F2.303 Fuerstenallee 11 | Phone: +49 5251 606683 33102 Paderborn, Germany | Fax: +49 5251 606697 ---------------------------------------------------------------- _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
because you have a libkface installed on your system, and this can be
in conflict with local of lib. Try to uninstall libkface from you system and enable the cmake option. Here this work perfectly. I tried to turn on/off all cmake options. Gilles Caulier 2014-12-04 18:34 GMT+01:00 Jan Wolter <[hidden email]>: > Setting > > -DDIGIKAMSC_COMPILE_LIBKFACE=OFF > > in bootstrap.linux solved the problem. > > > On 04.12.2014 18:01, Jan Wolter wrote: >> >> Hello, >> >> I received the following error during compiling the actual digiKam version >> from git: >> >> [ 91%] Building CXX object >> core/app/CMakeFiles/digikam.dir/__/utilities/facemanagement/faceutils.cpp.o >> In file included from >> /home/jan/Downloads/digikamGIT/core/utilities/facemanagement/faceutils.cpp:38:0: >> >> /home/jan/Downloads/digikamGIT/build/extra/libkface/libkface/version.h:29:29: >> fatal error: libkface_export.h: No such file or directory >> #include "libkface_export.h" >> ^ >> compilation terminated. >> make[2]: *** >> [core/app/CMakeFiles/digikam.dir/__/utilities/facemanagement/faceutils.cpp.o] >> Error 1 >> make[1]: *** [core/app/CMakeFiles/digikam.dir/all] Error 2 >> make: *** [all] Error 2 >> >> Compiling the previous version 4.5.0 works fine. >> >> Does anyone know, what to do? >> >> Best regards, >> Jan >> > > -- > ---------------------------------------------------------------- > Jan Wolter, M.Sc. | e-mail: [hidden email] > Universitaet Paderborn | http://ag-kastens.cs.upb.de/jwolter > Fakultaet EIM/Informatik | Office: F2.303 > Fuerstenallee 11 | Phone: +49 5251 606683 > 33102 Paderborn, Germany | Fax: +49 5251 606697 > ---------------------------------------------------------------- > > _______________________________________________ > 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 |