Bug 363354 - git master: error during compile
Summary: git master: error during compile
Status: RESOLVED NOT A BUG
Alias: None
Product: kdenlive
Classification: Applications
Component: Setup & Installation (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-20 23:55 UTC by Massimo Stella
Modified: 2016-05-21 01:08 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.