On 02/17/2014 09:54 PM, David C. Rankin wrote:
On 02/17/2014 09:20 PM, Darrell Anderson wrote:
The issue seems to be in this obscure sqlite source included in kmymoney:
23011-qt-sqlite3-0.2.tar.gz
that explains why the files were missed in the q->tq renaming scheme.
That explains what?
I'll see if I can come up with some sort of patch, but the git tree including an external .tar.gz source of sqlite3 seems like a really bad idea :)
Yet this is working for everybody else?
If kmymoney does not include an intrnal sqlite engine, like amarok, then kmymoney should be built against the external installed version. There probably is a configuration option to build with the external version or an option to not build with the internal version, which then reverts to the external version. Probably should first test that before ripping sources.
Darrell
Well, crud. I'll check again. I just opened a bug that I'll have to close. I've pulled my hair out on this one and it just seems fried.
http://bugs.pearsoncomputing.net/bugzilla/show_bug.cgi?id=1942
I'll see if I can figure out what is up. I'll go close the bug since it works for everyone else...
I am just using a standard build and kmymoney will not find any of the tqtinterface includes, etc..
That explains your success:
--disable-sqlite3 \
it is on by default, and unless you disable it, you will find all of the same problems I am reporting....