Bug 363354

Summary: git master: error during compile
Product: [Applications] kdenlive Reporter: Massimo Stella <maxstar>
Component: Setup & InstallationAssignee: Vincent PINON <vpinon>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Massimo Stella 2016-05-20 23:55:43 UTC
After the latest modify
https://git.launchpad.net/kdenlive/commit/?id=4e4870bbb16b0c83cade0eff3aeeedda190e3be6
it's no more possible to compile Kdenlive.
The error is this one:
mainwindow.cpp:244:36: error: ‘GroupedDragging’ is not a member of ‘QMainWindow’

Reproducible: Always

Steps to Reproduce:
1.Open the terminal and write
2.git clone https://git.launchpad.net/kdenlive
3.cd kdenlive
4.mkdir build
5.cd build
6.cmake .. -DCMAKE_INSTALL_PREFIX=/install/path
7.make -j4

Actual Results:  
Compiling operation stops at 98% with error:
mainwindow.cpp:244:36: error: ‘GroupedDragging’ is not a member of ‘QMainWindow’

Expected Results:  
Compiling operations end successfully at 100%
Comment 1 Massimo Stella 2016-05-21 01:08:04 UTC
I'm sorry for the mistake in signaling this bug.
I didn't read there was to update a library.
I did it and everything worked.
I guess we can close and delete this bug signalisation.