| Summary: | Compilation error for Python plugin | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Chris Hills <chaz> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | LO | ||
| Version First Reported In: | 3.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/falkon/2098d69ad1e0c58ae1b62e6b88090a636a9bb421 | Version Fixed/Implemented In: | 3.2.0 |
| Sentry Crash Report: | |||
|
Description
Chris Hills
2019-05-19 16:59:39 UTC
Builds fine with gcc 8.3.0 You are using clang? Git commit 2098d69ad1e0c58ae1b62e6b88090a636a9bb421 by David Rosca. Committed on 20/05/2019 at 13:21. Pushed by drosca into branch 'master'. PyFalkon: Fix build with clang FIXED-IN: 3.2.0 M +12 -4 src/lib/plugins/plugins.cpp M +7 -7 src/plugins/PyFalkon/pythonplugin.cpp M +1 -1 src/plugins/PyFalkon/pythonplugin.h https://commits.kde.org/falkon/2098d69ad1e0c58ae1b62e6b88090a636a9bb421 Yes, I am using clang because the gcc included with centos (rhel) 7 is too old and will not compile. Thanks for the fix! For reference, if I try to compile using the stock gcc 4.8.5, this is the error:- /home/chaz/git/github.com_KDE_falkon/src/lib/sidebar/sidebar.cpp:172:10: error: no matching function for call to ‘SideBarManager::connect(QPointer<SideBar>&, void (QObject::*)(QObject*), SideBarManager* const, SideBarManager::showSideBar(const QString&, bool)::__lambda0)’ make[2]: *** [src/lib/CMakeFiles/FalkonPrivate.dir/sidebar/sidebar.cpp.o] Error 1 make[1]: *** [src/lib/CMakeFiles/FalkonPrivate.dir/all] Error 2 |