kubuntu wily - digikam refuses to start

classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: kubuntu wily - digikam refuses to start

Luca Ferrari
On Tue, Nov 3, 2015 at 10:39 AM, Gilles Caulier
<[hidden email]> wrote:

> the flag to not compile libvkontakte is about local version of library, not
> system based library.
>
> In other words, as i said previously, it's only for developer, as it's
> written, in README.
>
> The script will try to find in all cases the lib from the system.
>
> You don't want vkontakte tool compiled : uninstall libvkontakte from your
> system.

I'm a little confused t this point, apologize, but I need more help.
I've removed libvkontakte, removed the build directory and run again
the bootstrap.linux script:

% dpkg-query -l '*kontakte*'
rc  libkvkontakte1          1.0~digikam4.12. amd64
vkontakte.ru library
% sh bootstrap.linux
...
Call Stack (most recent call first):
  /usr/lib/cmake/LibKVkontakte/LibKVkontakteConfig.cmake:14 (include)
  /usr/share/kde4/apps/cmake/modules/MacroOptionalFindPackage.cmake:32
(find_package)
  extra/kipi-plugins/CMakeLists.txt:114 (MACRO_OPTIONAL_FIND_PACKAGE)


-- Configuring incomplete, errors occurred!

% grep OFF bootstrap.linux
      -DDIGIKAMSC_CHECKOUT_PO=OFF \
      -DDIGIKAMSC_COMPILE_PO=OFF \
      -DDIGIKAMSC_COMPILE_LIBKIPI=OFF \
      -DDIGIKAMSC_COMPILE_LIBKEXIV2=OFF \
      -DDIGIKAMSC_COMPILE_LIBKDCRAW=OFF \
      -DDIGIKAMSC_COMPILE_LIBKFACE=OFF \
      -DDIGIKAMSC_COMPILE_LIBKGEOMAP=OFF \
      -DDIGIKAMSC_COMPILE_LIBMEDIAWIKI=OFF \
      -DDIGIKAMSC_COMPILE_LIBKVKONTAKTE=OFF \
      -DENABLE_OPENCV3=OFF \
      -DENABLE_MYSQLSUPPORT=OFF \
      -DENABLE_INTERNALMYSQL=OFF \


Now, turning on the compilation flag for vkontakte enables me to
configure the application for compilation, but then stops claiming
libvkontakte headers are missing (as in the previous messages).
How should I proceed from here?

Thanks,
Luca
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: kubuntu wily - digikam refuses to start

Luca Ferrari
I've done some progress: I've installed libvkontakte from the official
tarball and now I can almost compile, but I got the following error at
the end (that to me sounds like an opencv problem):

Scanning dependencies of target detectblur
[ 98%] Building CXX object
core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/detectblur_automoc.cpp.o
Linking CXX executable detectblur
CMakeFiles/detectblur.dir/detectblur.cpp.o: In function
`CannyThreshold(int, void*)':
/home/luca/Downloads/digikam-4.14.0/core/tests/imgqsort/detectblur/detectblur.cpp:89:
undefined reference to `cv::imshow(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, cv::_InputArray
const&)'
CMakeFiles/detectblur.dir/detectblur.cpp.o: In function `main':
/home/luca/Downloads/digikam-4.14.0/core/tests/imgqsort/detectblur/detectblur.cpp:96:
undefined reference to `cv::imread(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, int)'
collect2: error: ld returned 1 exit status
core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/build.make:125:
recipe for target 'core/tests/imgqsort/detectblur/detectblur' failed
make[2]: *** [core/tests/imgqsort/detectblur/detectblur] Error 1
CMakeFiles/Makefile2:9329: recipe for target
'core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/all' failed
make[1]: *** [core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/all]
Error 2
Makefile:126: recipe for target 'all' failed
make: *** [all] Error 2


Suggestions?

Thanks,
Luca
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: kubuntu wily - digikam refuses to start

Gilles Caulier-4
problem with OpenCV linking. It miss something from this lib on your computer


2015-11-05 8:24 GMT+01:00 Luca Ferrari <[hidden email]>:
I've done some progress: I've installed libvkontakte from the official
tarball and now I can almost compile, but I got the following error at
the end (that to me sounds like an opencv problem):

Scanning dependencies of target detectblur
[ 98%] Building CXX object
core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/detectblur_automoc.cpp.o
Linking CXX executable detectblur
CMakeFiles/detectblur.dir/detectblur.cpp.o: In function
`CannyThreshold(int, void*)':
/home/luca/Downloads/digikam-4.14.0/core/tests/imgqsort/detectblur/detectblur.cpp:89:
undefined reference to `cv::imshow(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, cv::_InputArray
const&)'
CMakeFiles/detectblur.dir/detectblur.cpp.o: In function `main':
/home/luca/Downloads/digikam-4.14.0/core/tests/imgqsort/detectblur/detectblur.cpp:96:
undefined reference to `cv::imread(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, int)'
collect2: error: ld returned 1 exit status
core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/build.make:125:
recipe for target 'core/tests/imgqsort/detectblur/detectblur' failed
make[2]: *** [core/tests/imgqsort/detectblur/detectblur] Error 1
CMakeFiles/Makefile2:9329: recipe for target
'core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/all' failed
make[1]: *** [core/tests/imgqsort/detectblur/CMakeFiles/detectblur.dir/all]
Error 2
Makefile:126: recipe for target 'all' failed
make: *** [all] Error 2


Suggestions?

Thanks,
Luca
_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: kubuntu wily - digikam refuses to start

Luca Ferrari
On Thu, Nov 5, 2015 at 9:20 AM, Gilles Caulier <[hidden email]> wrote:
> problem with OpenCV linking. It miss something from this lib on your
> computer

Thanks.
After compiling and reinstalling opencv 2.4 I finally made digikam to
compile, so now I can start again using 4.14.

Thanks all for the support and help.

Luca
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
12