Bug 313130

Summary: Plugins/ImageInfo.cpp:187:1: error: expected ',' or ';' before '{' token
Product: [Applications] kphotoalbum Reporter: Matthias Mailänder <matthias>
Component: generalAssignee: KPhotoAlbum Bugs <kpabugs>
Status: RESOLVED DUPLICATE    
Severity: major CC: miika.turkia
Priority: NOR    
Version: 4.3   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: I attached the whole build log.

Description Matthias Mailänder 2013-01-12 12:09:12 UTC
Created attachment 76415 [details]
I attached the whole build log.

KPhotoAlbum fails to build on openSUSE Factory since version 4.2:

/usr/include/marble/global.h:2:2: warning: #warning global.h is deprecated. Please #include <marble/MarbleGlobal.h> instead (no further changes needed). [-Wcpp]
In file included from /home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/Interface.cpp:25:0:
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.h:53:35: error: 'KIPI::TimeSpec' has not been declared
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.h:54:56: error: 'KIPI::TimeSpec' has not been declared
In file included from /home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.cpp:21:0:
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.h:53:35: error: 'KIPI::TimeSpec' has not been declared
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.h:54:56: error: 'KIPI::TimeSpec' has not been declared
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.cpp:186:43: error: 'QDateTime Plugins::ImageInfo::time' is not a static member of 'class Plugins::ImageInfo'
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.cpp:186:37: error: 'TimeSpec' is not a member of 'KIPI'
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.cpp:186:37: note: suggested alternative:
In file included from /usr/include/QtCore/qbytearray.h:46:0,
                 from /usr/include/QtCore/qstring.h:46,
                 from /usr/include/QtCore/QString:1,
                 from /usr/include/libkipi/imageinfoshared.h:39,
                 from /home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.h:23,
                 from /home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.cpp:21:
/usr/include/QtCore/qnamespace.h:1404:10: note:   'Qt::TimeSpec'
/home/abuild/rpmbuild/BUILD/kphotoalbum-4.3/Plugins/ImageInfo.cpp:187:1: error: expected ',' or ';' before '{' token

via https://build.opensuse.org/request/show/148132
Comment 1 Miika Turkia 2013-01-12 14:09:48 UTC

*** This bug has been marked as a duplicate of bug 307148 ***