Oliver, i'm ready to publish 0.9.5-beta1 tarball.<br><br>Are you find the problem on your computer ?<br><br>Gilles Caulier<br><br><div class="gmail_quote">2008/11/7 Gilles Caulier <span dir="ltr"><<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br><div class="gmail_quote">2008/11/6 Oliver Dörr <span dir="ltr"><<a href="mailto:oliver@doerr-privat.de" target="_blank">oliver@doerr-privat.de</a>></span><div class="Ih2E3d">
<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  
  

<div bgcolor="#ffffff" text="#000000"><div>
<br>
<blockquote type="cite">
  <div class="gmail_quote">
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000"><br>
../../../digikam/digikam/albummanager.h:37:19: error: qlist.h: No such
file or directory</div>
  </blockquote>
  <div><br>
Sound like Qt3 header files are missing. Are you installed all Qt3
devel package ?<br>
  </div>
  </div>
</blockquote>
<br></div>
Well,<br>
<br>
i thought so. But the mentioned file qlist.h is not on my system. What
makes me wonder is that the last digiKam release was also compiled on
my system. So this is a new dependency for digiKam.<br>
<br>
I've finally found the file in libqt3-compat-headers for Kubuntu. This
is the description of that package...<br>
<br>
Qt 1.x and 2.x compatibility includes<br>
This package contains header files that are intended for build
compatibility for applications that build with Qt3 but still use
deprecated includes. It is meant as an intermediate solution and these
header files are not part of the official Qt3 API. All sourcecode that
is still using the headers of this package is subject to be changed to
use the new header files which are in libqt3-headers.<br>
<br>
<br>
So qlist.h seems to be deprecated.</div></blockquote></div><div><br>Ok fixed. qptrlist is used instead. In fact qlist.h is just a wrapper around qptrlist.h.<br> </div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div bgcolor="#ffffff" text="#000000"><br>
<br>
However the compilation goes further and i got...<br>
<br>
make[3]: Betrete Verzeichnis
'/home/doerr/digikam-0.9.5-beta1/digikam-0.9.5-beta1/digikam/digikam'<br>
/bin/bash ../../libtool --silent --tag=CXX   --mode=link g++ 
-fno-tree-pre -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith
-O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION
-DQT_CLEAN_NAMESPACE  -lkipi   -lkdcraw   -lkexiv2   -R /usr/lib -R
/usr/lib -R /usr/lib  -lkutils   -o digikam main.o -lqt-mt  -lz -lpng
-lz -lm -lXext -lX11  -lSM -lICE -lpthread -lkdecore -lkdeui  -lkio
-lkparts -lkutils <a href="http://libdigikam.la" target="_blank">libdigikam.la</a><br>
./.libs/libdigikam.so: undefined reference to
`KDcrawIface::DcrawBinary::instance()'<br>
./.libs/libdigikam.so: undefined reference to
`KDcrawIface::DcrawBinary::rawFiles()'<br>
./.libs/libdigikam.so: undefined reference to
`KDcrawIface::KDcraw::customEvent(QCustomEvent*)'<br>
./.libs/libdigikam.so: undefined reference to
`KDcrawIface::KDcraw::decodeRAWImage(QString const&,
KDcrawIface::RawDecodingSettings, QMemArray<char>&, int&,
int&, int&)'<br>
collect2: ld returned 1 exit status<br>
make[3]: *** [digikam] Fehler 1<br>
make[3]: Verlasse Verzeichnis
'/home/doerr/digikam-0.9.5-beta1/digikam-0.9.5-beta1/digikam/digikam'<div><br>
make[2]: *** [all-recursive] Fehler 1<br>
make[2]: Verlasse Verzeichnis
'/home/doerr/digikam-0.9.5-beta1/digikam-0.9.5-beta1/digikam'<br>
make[1]: *** [all-recursive] Fehler 1<br></div>
make[1]: Verlasse Verzeichnis
'/home/doerr/digikam-0.9.5-beta1/digikam-0.9.5-beta1'<br>
make: *** [all] Fehler 2<br>
</div></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000"><br>
<br>
This makes me wonder because i already installed libkdcraw-0.1.6 to get
so far... Is this the wrong version? </div></blockquote></div><div><br>yes.<br> </div><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
If so, whne the dependency check
in the Makefile should this check also<br>
</div></blockquote></div><div><br>This is a linking problem now. Why your digiKam try to find KDcrawIface::DcrawBinary class ? This one have been removed from libkdcraw <a href="http://0.1.6." target="_blank">0.1.6.</a> I suspect that you have an old version installed at the same time and digiKam is lost to mix both at the same time.<br>

<br>Just let's <a href="http://0.1.6." target="_blank">0.1.6.</a> remove old one, and restart compilation using fresh decompressed code from tarball.<br><br>Gilles</div></div><br>
</blockquote></div><br>