<span>I'm trying to compile kymoney2 in a Slackware/Arch based distro. The configure passes except for
OFX plugin and CPPUNIT support, which both sounded optional but it gets
a long way into the compile then stops when it can't find
kmymoneyedit.h:<br>
<br>
decl.o -MD -MP -MF ".deps/kcurrencycalculatordecl.Tpo" -c -o kcurrencycalculatordecl.o kcurrencycalculatordecl.cpp; \<br>
then mv -f ".deps/kcurrencycalculatordecl.Tpo" ".deps/kcurrencycalculatordecl.Po"; else rm -f ".deps/kcurrencycalculatordecl.Tpo"; exit 1; fi<br>
kcurrencycalculatordecl.cpp:26:26: kmymoneyedit.h: No such file or directory<br>
make[3]: *** [kcurrencycalculatordecl.o] Error 1<br>
make[3]: Leaving directory `/home/bill/kmymoney2-0.8/kmymoney2/dialogs'<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory `/home/bill/kmymoney2-0.8/kmymoney2'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/bill/kmymoney2-0.8'<br>
<br>
Configure results:<br>
------------------------------------------<br>
Memory leak check support: no<br>
<br>
KBanking support: disabled<br>
<br>
OFX plugin: no<br>
You are missing the libofx headers and libraries<br>
The OFX plugin won't be compiled.<br>
<br>
OFX direct connect: disabled<br>
<br>
CPPUNIT support: no<br>
You are missing the CPPUNIT headers and libraries<br>
The unit test framework support won't be compiled.<br>
This is not relevant for the usage of the application.<br>
Unit tests are only required by the developers.<br>
<br>
------------------------------------------<br>
<br>
<br>
I did a google search and found someone using Arch had the same problem but they didn't find a solution: <a href="http://archlinux.org/pipermail/arch/2005-October/006539.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://archlinux.org/pipermail/arch/2005-October/006539.html</a><br>
<br>
Rubix Linux is using qt 3.3.5 and gcc 3.4.4, it's compiled several
other programs without a glitch. Any sugestions on what I could try to
make it work?<br></span>
        <br>