Looks like a build failure introduced in commit: https://projects.kde.org/projects/extragear/office/kmymoney/repository/revisions/83aa0cddba2f2a2aa415cc365d926171d00f0da2 I get, ... Building CXX object kmymoney/converter/CMakeFiles/converter.dir/mymoneystatementreader.cpp.o ... kmymoney/converter/mymoneystatementreader.cpp: In member function ‘void MyMoneyStatementReader::processTransactionEntry(const MyMoneyStatement::Transaction&)’: kmymoney/converter/mymoneystatementreader.cpp:1029:51: error: ‘statementTransactionUnderImport’ was not declared in this scope file->addVATSplit(t, m_account, category, statementTransactionUnderImport.m_amount); references a variable that doesn't exist in the 4.6 branch. Reproducible: Always
marking confirmed
Reverted the offending split and cherry-picked the linking to gwenhywfar 4.6. Please fetch latest 4.6 and build it to confirm it's fine now.
confirmed mmm, mm good now, thanks!