| Summary: | Current git master fails to make | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | george |
| Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | grave | CC: | onet.cristian |
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Please check your build directory, as it can be seen here [1] the build works just fine and I can also confirm this. [1] http://build.kde.org/job/kmymoney_master/ (In reply to Cristian OneČ› from comment #1) > Please check your build directory, as it can be seen here [1] the build > works just fine and I can also confirm this. > > [1] http://build.kde.org/job/kmymoney_master/ Yes, my bad. Sooner or later I WILL begin to understand git. |
The log: [ 87%] Building CXX object kmymoney/plugins/csvimport/CMakeFiles/kmm_csvimport.dir/csvdialog.cpp.o /usr/src/incoming/Kmymoney/kmymoney/kmymoney/kmymoney/plugins/csvimport/csvdialog.cpp: In member function 'void CSVDialog::setWindowSize(int, int)': /usr/src/incoming/Kmymoney/kmymoney/kmymoney/kmymoney/plugins/csvimport/csvdialog.cpp:1002:32: error: 'class Ui::CSVDialog' has no member named 'verticalLayout' QMargins vLayoutMargin = ui->verticalLayout->layout()->contentsMargins(); // window margins ^ /usr/src/incoming/Kmymoney/kmymoney/kmymoney/kmymoney/plugins/csvimport/csvdialog.cpp: In member function 'virtual void CSVDialog::resizeEvent(QResizeEvent*)': /usr/src/incoming/Kmymoney/kmymoney/kmymoney/kmymoney/plugins/csvimport/csvdialog.cpp:2772:24: error: 'class Ui::CSVDialog' has no member named 'verticalLayout' QMargins margn = ui->verticalLayout->layout()->contentsMargins(); ^ /usr/src/incoming/Kmymoney/kmymoney/kmymoney/kmymoney/plugins/csvimport/csvdialog.cpp:2788:32: error: 'class Ui::CSVDialog' has no member named 'verticalLayout' QMargins vLayoutMargin = ui->verticalLayout->layout()->contentsMargins(); ^ make[2]: *** [kmymoney/plugins/csvimport/CMakeFiles/kmm_csvimport.dir/csvdialog.cpp.o] Error 1 make[1]: *** [kmymoney/plugins/csvimport/CMakeFiles/kmm_csvimport.dir/all] Error 2 Git pull at 6pm MST on 10/18/14. Reproducible: Always Steps to Reproduce: 1. git pull 2. make 3.