Bug 394888 - 2018-05-31 refactoring timeline branch does not build.
Summary: 2018-05-31 refactoring timeline branch does not build.
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-31 10:35 UTC by Evert Vorster
Modified: 2018-06-27 11:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2018-05-31 10:35:49 UTC
I am using GCC 8 on Arch. 

The build of the timeline refactoring branch fails. I think the failure might have something to do with this error:



-----------------------------snip--------------------------
[ 38%] Building CXX object src/CMakeFiles/kdenliveLib.dir/dialogs/kdenlivesettingsdialog.cpp.o
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dialogs/kdenlivesettingsdialog.cpp: In constructor ‘KdenliveSettingsDialog::KdenliveSettingsDialog(const QMap<QString, QString>&, bool, QWidget*)’:
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dialogs/kdenlivesettingsdialog.cpp:263:118: error: invalid use of incomplete type ‘class QAction’
     QAction *act = new QAction(KoIconUtils::themedIcon(QStringLiteral("configure")), i18n("Configure profiles"), this);
                                                                                                                      ^
--------------------------snip-----------------------------
Comment 1 Evert Vorster 2018-06-18 04:48:24 UTC
It now fails at 40%, with exactly the same errror.... 



[ 40%] Building CXX object src/CMakeFiles/kdenliveLib.dir/dialogs/kdenlivesettingsdialog.cpp.o
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dialogs/kdenlivesettingsdialog.cpp: In constructor ‘KdenliveSettingsDialog::KdenliveSettingsDialog(const QMap<QString, QString>&, bool, QWidget*)’:
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dialogs/kdenlivesettingsdialog.cpp:263:118: error: invalid use of incomplete type ‘class QAction’
     QAction *act = new QAction(KoIconUtils::themedIcon(QStringLiteral("configure")), i18n("Configure profiles"), this);
Comment 2 Jean-Baptiste Mardelle 2018-06-18 06:49:17 UTC
Git commit 40b343b365ed46207d5b635b7468c8bc213fc1e3 by Jean-Baptiste Mardelle.
Committed on 18/06/2018 at 06:48.
Pushed by mardelle into branch 'refactoring_timeline'.

Fix compilation

M  +1    -0    src/dialogs/kdenlivesettingsdialog.cpp

https://commits.kde.org/kdenlive/40b343b365ed46207d5b635b7468c8bc213fc1e3
Comment 3 Evert Vorster 2018-06-19 06:00:52 UTC
Now it fails at 44%, with a nearly identical error:

[ 44%] Building CXX object src/CMakeFiles/kdenliveLib.dir/dvdwizard/dvdwizardvob.cpp.o
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dvdwizard/dvdwizardvob.cpp: In constructor ‘DvdWizardVob::DvdWizardVob(QWidget*)’:
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/dvdwizard/dvdwizardvob.cpp:133:60: error: invalid use of incomplete type ‘class QAction’
     m_transcodeAction = new QAction(i18n("Transcode"), this);
Comment 4 Jean-Baptiste Mardelle 2018-06-19 07:00:33 UTC
Should be fixed now, can you please test?
Comment 5 Evert Vorster 2018-06-20 08:28:16 UTC
It now fails at 61%, we are getting there!

---------------------------
[ 61%] Building CXX object src/CMakeFiles/kdenliveLib.dir/project/dialogs/profilewidget.cpp.o
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/project/dialogs/profilewidget.cpp: In constructor ‘ProfileWidget::ProfileWidget(QWidget*)’:
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/project/dialogs/profilewidget.cpp:76:25: error: invalid use of incomplete type ‘class QHeaderView’
     m_treeView->header()->hide();
                         ^~
In file included from /usr/include/qt/QtWidgets/QTreeView:1,
                 from /var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/project/dialogs/profilewidget.cpp:36:
/usr/include/qt/QtWidgets/qtreeview.h:53:7: note: forward declaration of ‘class QHeaderView’
 class QHeaderView;
--------------------------------------------
Comment 6 Jean-Baptiste Mardelle 2018-06-20 10:38:00 UTC
Git commit e116183444524e5a5076c1831a5ff0a9030c4393 by Jean-Baptiste Mardelle.
Committed on 20/06/2018 at 10:37.
Pushed by mardelle into branch 'refactoring_timeline'.

Fix compilation

M  +1    -0    src/project/dialogs/profilewidget.cpp

https://commits.kde.org/kdenlive/e116183444524e5a5076c1831a5ff0a9030c4393
Comment 7 Christoph Feck 2018-06-20 13:55:20 UTC
Could you please use "make -k" to continue compilation after each error and summarize all errors?
Comment 8 Evert Vorster 2018-06-21 07:06:00 UTC
Getting further, it now fails at 74%. :)

I'll try the make -k, it's not something I have done before. 

Here is the error now:
--------------------
[ 74%] Building CXX object src/CMakeFiles/kdenliveLib.dir/titler/titlewidget.cpp.o
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/titler/titlewidget.cpp: In constructor ‘TitleWidget::TitleWidget(const QUrl&, const Timecode&, const QString&, Monitor*, QWidget*)’:
/var/tmp/yaourt-tmp-evert/aur-kdenlive-testing-git/src/kdenlive/src/titler/titlewidget.cpp:95:45: error: invalid use of incomplete type ‘class QButtonGroup’
     auto *colorGroup = new QButtonGroup(this);
                                             ^
In file included from /usr/include/qt/QtWidgets/qtoolbutton.h:45
Comment 9 Jean-Baptiste Mardelle 2018-06-22 17:29:32 UTC
Git commit c60e584d474a19e264a0d0f31b6dd5d454749f7c by Jean-Baptiste Mardelle.
Committed on 22/06/2018 at 17:29.
Pushed by mardelle into branch 'refactoring_timeline'.

Fix compilation

M  +1    -0    src/titler/titlewidget.cpp

https://commits.kde.org/kdenlive/c60e584d474a19e264a0d0f31b6dd5d454749f7c
Comment 10 Evert Vorster 2018-06-27 11:58:00 UTC
It compiles fine now. 

Thanks for taking the time to fix it!

Kind regards,
-Evert-