Hello I'm trying to build digiKam and I'm receiving this error as I run [make] command: CMakeFiles/cameranamehelpertest.dir/cameranamehelpertest.cpp.o: In function `CameraNameHelperTest::testCreateCameraName()': Please help to fix this. ᐧ
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Strange. Here i can reproduce under Linux, OSX and Windows (through MXE/Mingw) Did you use 32 or 64 computer ? Gilles Caulier 2016-05-20 2:07 GMT+02:00 Swati Lodha <[hidden email]>:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
I can reproduce it, CameraName Helper must be exported now. I fix it. Maik Am 20.05.2016 10:33 schrieb "Gilles Caulier" <[hidden email]>:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
I'm using 64. Do I need to install package for CameraName Helper? ᐧ On Fri, May 20, 2016 at 2:15 PM, Maik Qualmann <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
2016-05-20 11:01 GMT+02:00 Swati Lodha <[hidden email]>:
No it's a code in digiKam core. The problem that you have is an import/export of C++ symbols. The linker is lost for some classes. This is due to my last changes to be able to compile all code under Windows. Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
I'll try with DBUILD_TESTING=OFF then and see if it works. ᐧ On Fri, May 20, 2016 at 2:37 PM, Gilles Caulier <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
It solved that issue and I'm able to run [make] successfully. But encountering this new error on running [make install] [100%] Built target digikamimageplugin_transform Install the project... ᐧ On Fri, May 20, 2016 at 2:42 PM, Swati Lodha <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
I'm able to resolve this. Sorry for inconvenience. ᐧ On Fri, May 20, 2016 at 3:16 PM, Swati Lodha <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Build CameraNameHelperTest is now fixed in the current git version.
Maik On Freitag, 20. Mai 2016 15:23:06 CEST Swati Lodha wrote: > I'm able to resolve this. > Sorry for inconvenience. > ᐧ > > On Fri, May 20, 2016 at 3:16 PM, Swati Lodha <[hidden email]> wrote: > > It solved that issue and I'm able to run [make] successfully. But > > encountering this new error on running [make install] > > > > [100%] Built target digikamimageplugin_transform > > > >> [100%] Automatic moc for target digikamdatabaseserver > >> [100%] Built target digikamdatabaseserver_automoc > >> [100%] Built target digikamdatabaseserver > > > > Install the project... > > > >> -- Install configuration: "debug" > >> -- Installing: > >> /usr/lib/x86_64-linux-gnu/cmake/KF5Kipi/KF5KipiConfig.cmake > >> > >> CMake Error at extra/libkipi/cmake_install.cmake:36 (file): > >> file INSTALL cannot copy file > >> "/home/swati/dk/build/extra/libkipi/KF5KipiConfig.cmake" to > >> "/usr/lib/x86_64-linux-gnu/cmake/KF5Kipi/KF5KipiConfig.cmake". > >> > >> Call Stack (most recent call first): > >> extra/cmake_install.cmake:37 (include) > >> cmake_install.cmake:37 (include) > >> > >> Makefile:61: recipe for target 'install' failed > >> make: *** [install] Error 1 > > > > ᐧ > > > > On Fri, May 20, 2016 at 2:42 PM, Swati Lodha <[hidden email]> > > > > wrote: > >> I'll try with DBUILD_TESTING=OFF then and see if it works. > >> > >> > >> > >> ᐧ > >> > >> On Fri, May 20, 2016 at 2:37 PM, Gilles Caulier <[hidden email] > >> > >> > wrote: > >>> 2016-05-20 11:01 GMT+02:00 Swati Lodha <[hidden email]>: > >>>> I'm using 64. > >>>> > >>>> Do I need to install package for CameraName Helper? > >>> > >>> No it's a code in digiKam core. > >>> > >>> The problem that you have is an import/export of C++ symbols. The linker > >>> is lost for some classes. > >>> > >>> This is due to my last changes to be able to compile all code under > >>> Windows. > >>> > >>> Gilles Caulier > >>> > >>> _______________________________________________ > >>> 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 |
In reply to this post by Swati Lodha
Build CameraNameHelperTest is now fixed in the current git version.
Maik On Freitag, 20. Mai 2016 15:23:06 CEST Swati Lodha wrote: > I'm able to resolve this. > Sorry for inconvenience. > ᐧ > > On Fri, May 20, 2016 at 3:16 PM, Swati Lodha <[hidden email]> wrote: > > It solved that issue and I'm able to run [make] successfully. But > > encountering this new error on running [make install] > > > > [100%] Built target digikamimageplugin_transform > > > >> [100%] Automatic moc for target digikamdatabaseserver > >> [100%] Built target digikamdatabaseserver_automoc > >> [100%] Built target digikamdatabaseserver > > > > Install the project... > > > >> -- Install configuration: "debug" > >> -- Installing: > >> /usr/lib/x86_64-linux-gnu/cmake/KF5Kipi/KF5KipiConfig.cmake > >> > >> CMake Error at extra/libkipi/cmake_install.cmake:36 (file): > >> file INSTALL cannot copy file > >> "/home/swati/dk/build/extra/libkipi/KF5KipiConfig.cmake" to > >> "/usr/lib/x86_64-linux-gnu/cmake/KF5Kipi/KF5KipiConfig.cmake". > >> > >> Call Stack (most recent call first): > >> extra/cmake_install.cmake:37 (include) > >> cmake_install.cmake:37 (include) > >> > >> Makefile:61: recipe for target 'install' failed > >> make: *** [install] Error 1 > > > > ᐧ > > > > On Fri, May 20, 2016 at 2:42 PM, Swati Lodha <[hidden email]> > > > > wrote: > >> I'll try with DBUILD_TESTING=OFF then and see if it works. > >> > >> > >> > >> ᐧ > >> > >> On Fri, May 20, 2016 at 2:37 PM, Gilles Caulier <[hidden email] > >> > >> > wrote: > >>> 2016-05-20 11:01 GMT+02:00 Swati Lodha <[hidden email]>: > >>>> I'm using 64. > >>>> > >>>> Do I need to install package for CameraName Helper? > >>> > >>> No it's a code in digiKam core. > >>> > >>> The problem that you have is an import/export of C++ symbols. The linker > >>> is lost for some classes. > >>> > >>> This is due to my last changes to be able to compile all code under > >>> Windows. > >>> > >>> Gilles Caulier > >>> > >>> _______________________________________________ > >>> Digikam-devel mailing list > >>> [hidden email] > >>> https://mail.kde.org/mailman/listinfo/digikam-devel -- Gruß Maik _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |