|
Hello,
I was trying to build local environment for testing digikam so I used cmd:./bootstrap.local and then make. While using make it gives foll. error: In file included from /home/saurabh/digikam-software-compilation/extra/kipi-plugins/ipodexport/plugin_ipodexport.cpp:49:0: /home/saurabh/digikam-software-compilation/extra/kipi-plugins/ipodexport/uploaddialog.h:52:23: fatal error: gpod/itdb.h: No such file or directory compilation terminated. make[2]: *** [extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/plugin_ipodexport.cpp.o] Error 1 make[1]: *** [extra/kipi-plugins/ipodexport/CMakeFiles/kipiplugin_ipodexport.dir/all] Error 2 make: *** [all] Error 2 I had used make before without using ./bootstrap.local and make was completed correctly but now it shows error.So can anybody help how do I get the files asked by compiler. Thanks _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Do you installed libgpod devel package ? Gilles Caulier 2013/3/4 Saurabh Patel <[hidden email]> Hello, _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
Hello,
I installed libgpod and make executed successfully but then using the foll. command: KDEDIRS="/your/root/directory/" sudo KDESYCOCA="/your/root/directory/var/tmp/kde-$USER/ksycoca4" kbuildsycoca4 I get foll. error: kbuildsycoca4(21254) KConfigGroup::readXdgListEntry: List entry MimeType in "plasma-wallpaper-image.desktop" is not compliant with XDG standard (missing trailing semicolon). kbuildsycoca4(21254) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/im-switch.desktop" is not compliant with XDG standard (missing trailing semicolon). but as you told I ignored it and moved forward.Also I tried to append semi-colon but I was not able to append as system told that both files are same(not able to rename). After ignoring it I went ahead with other commands but when after exporting I tried foll. command: /your/root/directory/bin/digikam On Mon, Mar 4, 2013 at 9:40 PM, Gilles Caulier <[hidden email]> wrote:
_______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
2013/3/5 Saurabh Patel <[hidden email]>:
> I installed libgpod and make executed successfully but then using the > foll. command: > KDEDIRS="/your/root/directory/" sudo > KDESYCOCA="/your/root/directory/var/tmp/kde-$USER/ksycoca4" kbuildsycoca4 > I get foll. error: > kbuildsycoca4(21254) KConfigGroup::readXdgListEntry: List entry MimeType in > "plasma-wallpaper-image.desktop" is not compliant with XDG standard (missing > trailing semicolon). > kbuildsycoca4(21254) KConfigGroup::readXdgListEntry: List entry Categories > in "/usr/share/applications/im-switch.desktop" is not compliant with XDG > standard (missing trailing semicolon). > > but as you told I ignored it and moved forward.Also I tried to append > semi-colon but I was not able to append as system told that both files are > same(not able to rename). > After ignoring it I went ahead with other commands but when after exporting > I tried foll. command: > > /your/root/directory/bin/digikam > > I get foll.error: bash: /your/root/directory/bin/digikam: No such file or > directory > So,Can anybody help? That's pretty obvious : the directory doesn't exist... As suggested by the path name, you should replace it by the complete path of the directory where you installed digiKam: $DIGIKAM_INSTALL_PREFIX/bin/digikam -- Benjamin. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
