Bug 305956 - 1.1 failed to build in KDE 4.8.2 as "extractMimeType was not declared"
Summary: 1.1 failed to build in KDE 4.8.2 as "extractMimeType was not declared"
Status: RESOLVED DUPLICATE of bug 306077
Alias: None
Product: rekonq
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Andrea Diamantini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 22:57 UTC by Xin Wang
Modified: 2012-09-02 20:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xin Wang 2012-08-28 22:57:56 UTC
1.1 failed to build in KDE 4.8.2 with following error:


[ 64%] Building CXX object src/CMakeFiles/kdeinit_rekonq.dir/webpluginfactory.cpp.o
/home/dram/rekonq/BUILD/rekonq-1.1/src/webpluginfactory.cpp: In member function ‘virtual QObject* WebPluginFactory::create(const QString&, const QUrl&, const QStringList&, const QStringList&) const’:
/home/dram/rekonq/BUILD/rekonq-1.1/src/webpluginfactory.cpp:62:39: error: ‘extractMimeType’ was not declared in this scope
make[2]: *** [src/CMakeFiles/kdeinit_rekonq.dir/webpluginfactory.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/kdeinit_rekonq.dir/all] Error 2
make: *** [all] Error 2


It builds when this commit is reverted.

https://projects.kde.org/projects/extragear/network/rekonq/repository/revisions/3b7a1ffae0ae9e5fd0c1dd238434e0bf312fa6ad/diff
Comment 1 Andrea Diamantini 2012-09-02 20:30:34 UTC
Fixed today. Thanks for report.

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