Error building digikam trunk (kde4)

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

Error building digikam trunk (kde4)

Bugzilla from casta@xwing.info
Hi,

I'm currently trying to build the kde4 port of digikam.
I have this preventing to build the svn trunk :

/home/casta/data/dev/kde4/graphics/digikam/libs/dimg/ddebug.cpp: In function ‘Digikam::Dndbgstream DnDebug(int)’:
/home/casta/data/dev/kde4/graphics/digikam/libs/dimg/ddebug.cpp:91: erreur: ‘kDebugDevNull’ was not declared in this scope
make[2]: *** [digikam/digikam/CMakeFiles/digikam.dir/__/libs/dimg/ddebug.o] Erreur 1
make[1]: *** [digikam/digikam/CMakeFiles/digikam.dir/all] Erreur 2


This solves the compile error :

Index: libs/dimg/ddebug.h
===================================================================
--- libs/dimg/ddebug.h  (révision 704661)
+++ libs/dimg/ddebug.h  (copie de travail)
@@ -64,6 +64,7 @@
 DIGIKAM_EXPORT Digikam::Ddbgstream DError(int area = 0);

 DIGIKAM_EXPORT Digikam::Dndbgstream DnDebug(int area = 0);
+KDECORE_EXPORT QDebug kDebugDevNull();

 #ifdef NDEBUG
 #define DDebug DnDebug


Regards,
Guillaume

--
Guillaume Castagnino
    [hidden email] / [hidden email]
GnuPG/PGP key : http://wwwkeys.pgp.net:11371/pks/lookup?op=vindex&search=0x8AF468AF
Fingerprint : CD52 FE40 9592 BA1E E89D 5FB6 820E 4742 8AF4 68AF
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Error building digikam trunk (kde4)

Bugzilla from casta@xwing.info
Hmm, in fact, sorry for the noise

It's a kdelibs 3.92 problem
It's fixed in kde4 current svn...

Regards,
Guillaume

Le samedi 25 août 2007, Guillaume Castagnino a écrit :

> Hi,
>
> I'm currently trying to build the kde4 port of digikam.
> I have this preventing to build the svn trunk :
>
> /home/casta/data/dev/kde4/graphics/digikam/libs/dimg/ddebug.cpp: In
> function ‘Digikam::Dndbgstream DnDebug(int)’:
> /home/casta/data/dev/kde4/graphics/digikam/libs/dimg/ddebug.cpp:91:
> erreur: ‘kDebugDevNull’ was not declared in this scope make[2]: ***
> [digikam/digikam/CMakeFiles/digikam.dir/__/libs/dimg/ddebug.o] Erreur
> 1 make[1]: *** [digikam/digikam/CMakeFiles/digikam.dir/all] Erreur 2
>
>
> This solves the compile error :DevNull
>
> Index: libs/dimg/ddebug.h
> ===================================================================
> --- libs/dimg/ddebug.h  (révision 704661)
> +++ libs/dimg/ddebug.h  (copie de travail)
> @@ -64,6 +64,7 @@
>  DIGIKAM_EXPORT Digikam::Ddbgstream DError(int area = 0);
>
>  DIGIKAM_EXPORT Digikam::Dndbgstream DnDebug(int area = 0);
> +KDECORE_EXPORT QDebug kDebugDevNull();
>
>  #ifdef NDEBUG
>  #define DDebug DnDebug
>
>
> Regards,
> Guillaume



--
Guillaume Castagnino
    [hidden email] / [hidden email]
GnuPG/PGP key :
http://wwwkeys.pgp.net:11371/pks/lookup?op=vindex&search=0x8AF468AF
Fingerprint : CD52 FE40 9592 BA1E E89D 5FB6 820E 4742 8AF4 68AF
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel