<div class="gmail_quote">On Wed, Oct 14, 2009 at 3:49 PM, Alvaro Soliverez <span dir="ltr">&lt;<a href="mailto:asoliverez@gmail.com">asoliverez@gmail.com</a>&gt;</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 &quot;ccmake .&quot; 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">&lt;<a href="mailto:wolfemi1@gmail.com" target="_blank">wolfemi1@gmail.com</a>&gt;</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&#39;s solution to not being able to build the OFX plugin, but I was not successful with it.  I don&#39;t think I&#39;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&#39;ve lost the actual line that did this).  I&#39;m trying to find the CMake equivalent of this for the KDE4 version.  Basically, something that will make the attached .png read &quot;yes&quot; for the &quot;OFX direct connect&quot; and &quot;OFX plugin&quot;.<br>


<br>
Anyone familiar with this?  I have a feeling that it&#39;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 &quot;libofx.h&quot; somewhere on your system.If
you are using a binary distribution, this file may be provided by a
&quot;devel&quot; package.<br>
<br>
Here is the relevant part from CMakeList.txt<br>
<br>
CHECK_INCLUDE_FILE(&quot;libofx/libofx.h&quot; HAVE_LIBOFX_H)







<br>
IF(HAVE_LIBOFX_H)







<br>
    OPTION(USE_OFX_DIRECTCONNECT &quot;Enable to compile with ofximport support&quot; 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>