<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2015-11-29 23:25 GMT+01:00 Jens Holzhäuser <span dir="ltr"><<a href="mailto:Jens.Holzhaeuser@gmx.net" target="_blank">Jens.Holzhaeuser@gmx.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
like a few others here, I am missing Digikam on Debian stretch.<br>
<br>
I was able to compile the latest V5 beta version without opencv (I can live<br>
without it for now) from git.</blockquote><div><br></div><div>It impossible to compile digiKam without OpenCV2 or 3.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> I used bootstrap.local to install it into<br>
/usr/local/digikam, and am starting via a shellscript that takes care of<br>
the KDE/KDESYCOCADIR variables etc.<br></blockquote><div><br></div><div>Didi you read README.LOCAL file before ?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
When starting digikam, I see fairly at the begining (amongst many other messages):<br>
<br>
<br>
| digikam.general: Database Parameters:<br>
|    Type:                 "QSQLITE"<br>
|    DB Core Name:         "/home/jens/Pics/digikam4.db"<br>
|    DB Thumbs Name:       "/home/jens/Pics/thumbnails-digikam.db"<br>
|    DB Face Name:         "/home/jens/Pics/recognition.db"<br>
|    Connect Options:      ""<br>
|    Host Name:            ""<br>
|    Host port:            -1<br>
|    Internal Server:      false<br>
|    Internal Server Path: ""<br>
|    Username:             ""<br>
|    Password:             ""<br>
|<br>
| digikam.dbengine: Loading SQL code from config file ""<br>
| digikam.dbengine: "Could not open the configuration file <b></b>. This file is installed with<br>
| the digikam application and is absolutely required to run digikam. Please check your installation."<br>
<br>
<br>
What am I missing? Where do I get the config file with the SQL code<br>
from and where does it go?<br>
The list DB files are the ones from my prior Digikam 4 use.<br></blockquote><div><br></div><div>digiKam do not found all config files. Typically the configuration of PATH to use a local install is missing. Local use is always problematic and long to hack. I never user personally this kind of install.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I also see no splash window on startup; digikam shows all the folders<br>
and subfolders in the configured directory, without any pictures though.<br>
Plus messages like "digikam.dbengine: Attempt to execute null action".<br>
<br>
<br>
I would be fine with Digikam 4 as well, but when trying to bootstrap the<br>
source from the official digikam-4.14.0.tar.bz2 archive, cmake fails with<br>
<br>
|   -- Adjusting compilation flags for GCC version (5.2.1 )<br>
|   -- Configuring incomplete, errors occurred!<br>
|   See also "/usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeOutput.log".<br>
|   See also "/usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeError.log".<br>
<br>
Last lines in<br>
/usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeError.log:<br>
<br>
| Performing C++ SOURCE FILE Test HAVE_LQR_0_4 failed with the following output:<br>
| Change Dir: /usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp<br>
|<br>
| Run Build Command:"/usr/bin/make" "cmTC_2e20f/fast"<br>
| /usr/bin/make -f CMakeFiles/cmTC_2e20f.dir/build.make CMakeFiles/cmTC_2e20f.dir/build<br>
| make[1]: Entering directory '/usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp'<br>
| Building CXX object CMakeFiles/cmTC_2e20f.dir/src.cxx.o<br>
| /usr/bin/c++    -pedantic -Werror=return-type -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -DHAVE_LQR_0_4 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include    -o CMakeFiles/cmTC_2e20f.dir/src.cxx.o -c /usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp/src.cxx<br>
| /usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp/src.cxx:2:21: fatal error: lqr.h: No such file or directory<br>
| compilation terminated.<br>
| CMakeFiles/cmTC_2e20f.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_2e20f.dir/src.cxx.o' failed<br>
| make[1]: Leaving directory '/usr/src/digikam/digikam-4.14.0/build/CMakeFiles/CMakeTmp'<br>
| make[1]: *** [CMakeFiles/cmTC_2e20f.dir/src.cxx.o] Error 1<br>
| Makefile:126: recipe for target 'cmTC_2e20f/fast' failed<br>
| make: *** [cmTC_2e20f/fast] Error 2<br>
| Source file was:<br>
|<br>
|     #include <lqr.h><br>
|<br>
|     int main()<br>
|     {<br>
|     LqrImageType t = LQR_RGB_IMAGE;<br>
|     return 0;<br>
|     }<br>
<br>
How do I tell cmake to call the compiler with -I/usr/include/lqr-1 ,<br>
which I think would be solution to that? I have liblqr-1-0-dev 0.4.2-2<br>
installed, which puts the includes there.<br></blockquote><div><br></div><div>It do not found liblqr headers. Local install config problem again.</div><div><br></div><div>Gilles Caulier</div></div></div></div>