<div class="gmail_quote">On Wed, Oct 14, 2009 at 3:49 PM, Alvaro Soliverez <span dir="ltr"><<a href="mailto:asoliverez@gmail.com">asoliverez@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hello Michael,</div>Did you try "ccmake ." in your build directory? That will offer a more friendly interface to change the cmake settings.<div><br></div><div>Regards,</div><div>Alvaro<br><br><div class="gmail_quote">
<div><div></div><div class="h5">
On Wed, Oct 14, 2009 at 10:47 AM, Michael Wolfe <span dir="ltr"><<a href="mailto:wolfemi1@gmail.com" target="_blank">wolfemi1@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">
Hello all,<br>
<br>
Thanks for all your help so far. I tried using Mr. Lhomme's solution to not being able to build the OFX plugin, but I was not successful with it. I don't think I've adequately explained what I want to do. <br>
When I built the KDE3 version from CVS, there was a ./configure command line that enabled OFX direct connect as well as the OFX plugin (I think i've lost the actual line that did this). I'm trying to find the CMake equivalent of this for the KDE4 version. Basically, something that will make the attached .png read "yes" for the "OFX direct connect" and "OFX plugin".<br>
<br>
Anyone familiar with this? I have a feeling that it's easy to do once you know how. :D<br>
<br>
Thanks,<br>
<br>
Mike Wolfe<br>
<br>
<br>
<br></div></div>_______________________________________________<br>
KMyMoney-devel mailing list<br>
<a href="mailto:KMyMoney-devel@kde.org" target="_blank">KMyMoney-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kmymoney-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kmymoney-devel</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
KMyMoney-devel mailing list<br>
<a href="mailto:KMyMoney-devel@kde.org">KMyMoney-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kmymoney-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kmymoney-devel</a><br>
<br></blockquote></div><br>Hello,<br>
<br>
I guess there is no such flag for KMM with cmake. If the OFX library is
found then it enable the OFX plugin, otherwise the plugin is disabled. There should be a line about looking for OFX in the configuration phase (before the summary).<br>
<br>
You should try to find the file "libofx.h" somewhere on your system.If
you are using a binary distribution, this file may be provided by a
"devel" package.<br>
<br>
Here is the relevant part from CMakeList.txt<br>
<br>
CHECK_INCLUDE_FILE("libofx/libofx.h" HAVE_LIBOFX_H)
<br>
IF(HAVE_LIBOFX_H)
<br>
OPTION(USE_OFX_DIRECTCONNECT "Enable to compile with ofximport support" ON)
<br>
# the USE_OFX_DIRECTCONNECT preprocessor definition will be written
<br>
# to config.h as specified in config.h.cmake<br>
ENDIF(HAVE_LIBOFX_H)
<br clear="all"><br>
Regards<br>
<br>-- <br>Michaël Lhomme<br>