Bug 340104 - Current git master fails to make
Summary: Current git master fails to make
Status: RESOLVED NOT A BUG
Alias: None
Product: kmymoney
Classification: Applications
Component: importer (show other bugs)
Version: git (master)
Platform: Fedora RPMs Linux
: NOR grave
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-19 00:09 UTC by george
Modified: 2014-10-20 16:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description george 2014-10-19 00:09:36 UTC
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.
Comment 1 Cristian Oneț 2014-10-19 06:22:50 UTC
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/
Comment 2 george 2014-10-20 16:29:10 UTC
(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.