[Digikam-devel] svn compile error

Arnd Baecker arnd.baecker at web.de
Mon Oct 2 10:19:09 BST 2006


Hi,

On Sat, 30 Sep 2006, Marcel Wiesweg wrote:

> Am Freitag 29 September 2006 11:53 schrieb Gilles Caulier:
> > Arnd,
> >
> > I think this is relevant of a change from Marcel to fix a digiKam kioslave
> > bug.
> >
> > In fact, `UDS_LOCAL_PATH' is defined in KIO namespace :
> >
> > http://developer.kde.org/documentation/library/3.5-api/kdelibs-apidocs/kio/
> >kio/html/namespaceKIO.html
> >
> > If you use KDE 3.3.2, you cannot compile digikam because this value have
> > been defined only after KDE 3.4. The question is : there is an alternative
> > to do the same thing in the implementation using KDE 3.3.x.
> >
> > Note : here i can compile digikam using KDE 3.4.2 API...
> >
> > My viewpoint is that we need to be compatible with KDE 3.3.x until we port
> > digiKam to Qt 4.0/KDE4.0. Marcel, your viewpoint ?
>
> Yes, sure. I was not aware this was added only in 3.4. It's fixed in SVN,
> using KDE_IS_VERSION macro.

Many thanks! The compile works fine now.

Concerning kipi gpssync: It was not installed by the usual
 svn co svn://anonsvn.kde.org/home/kde/trunk/extragear/libs
 cd libs
 make -f Makefile.cvs
 ./configure --prefix=$DKPATH --with-extra-includes=$DKPATH/include/
 make
 make install

I had to manually

cd libs/kipi-plugins/gpssync
make
make install

Not a real problem to me, but I wanted to mention it at least.

Best,

Arnd




More information about the Digikam-devel mailing list