No options.  Just cmake ../sword<span></span><br><br>On Wednesday, January 9, 2013, Ben  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I haven&#39;t been seeing that. Is that when you run cmake? What options are you using?<br>

<br>
On 01/09/2013 09:54 PM, Andrew Thule wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Are you seeing a problem with $SWORDSRC/src/utilfuns/<u></u>swversion.cpp not<br>
finding config.h?<br>
./src/sword/utilfuns/<u></u>swversion.cpp:18:20: fatal error: config.h: No such<br>
file or directory<br>
<br>
~A<br>
<br>
On Saturday, January 5, 2013, Ben wrote:<br>
<br>
    Hey Andrew,<br>
<br>
    Cmake is a replacement for autotools/configure - it still uses make.<br>
    Cmake isn&#39;t related to python.<br>
<br>
    The normal sequence with cmake is:<br>
    cmake<br>
    make<br>
    make install<br>
<br>
    The normal sequence otherwise is:<br>
    ./configure<br>
    make<br>
    make install<br>
<br>
    So cmake is just another way of setting up the Makefiles and build<br>
    process.<br>
<br>
    -Ben<br>
<br>
    On 01/04/2013 05:42 PM, Andrew Thule wrote:<br>
<br>
        I&#39;m curious, why do people seem to prefer cmake to make?  Is that a<br>
        python thing?<br>
<br>
        ~A<br>
<br>
<br>
        On Fri, Jan 4, 2013 at 5:09 PM, Greg Hellings<br>
        &lt;<a>greg.hellings@gmail.com</a><br>
        &lt;mailto:<a>greg.hellings@gmail.com</a>&gt;&gt; wrote:<br>
<br>
             On Sat, Dec 22, 2012 at 12:51 PM,  &lt;<a>cricketc@gmail.com</a><br>
             &lt;mailto:<a>cricketc@gmail.com</a>&gt;&gt; wrote:<br>
              &gt; On Wed, Dec 19, 2012 at 9:06 PM, Greg Hellings<br>
             &lt;<a>greg.hellings@gmail.com</a> &lt;mailto:<a>greg.hellings@gmail.com</a>&gt;&gt;<br>
        wrote:<br>
              &gt;&gt;&gt; On Tue, Dec 18, 2012 at 9:27 PM,  &lt;<a>cricketc@gmail.com</a><br>
             &lt;mailto:<a>cricketc@gmail.com</a>&gt;&gt; wrote:<br>
              &gt;&gt;&gt; Here&#39;s a patch that helps some with osistest. I still<br>
        get the<br>
              &gt;&gt;&gt; following error when I run osistest, though:<br>
              &gt;&gt;&gt; UTF8Transliterator: ICU: no resource index to load<br>
              &gt;&gt;&gt; UTF8Transliterator: ICU: status U_MISSING_RESOURCE_ERROR<br>
              &gt;&gt;<br>
              &gt;&gt; This is because it&#39;s not finding the locales or some<br>
        such. I very<br>
              &gt;&gt; frequently get it, mainly when running from an<br>
        uninstalled SWORD<br>
              &gt;&gt; instance but it happens other times even on install.<br>
              &gt;&gt;<br>
              &gt;&gt; I&#39;ll see about applying these patches.<br>
              &gt;<br>
              &gt; Here&#39;s patch that I think helps with the ICU support. It<br>
        finds the<br>
              &gt; genrb command, and then also sets the ICU_VERSION<br>
        variable, like the<br>
              &gt; configure build system does. (The osis test still fails,<br>
        but it<br>
              &gt; doesn&#39;t have the UTF8Transliterator error.)<br>
<br>
             Your patch was on the right path but used icu-config which<br>
        is horridly<br>
             broken in native Windows builds (it&#39;s a Bash script) or in<br>
        cross-build<br>
             environments from Linux (it explodes looking for a .so<br>
        library when it<br>
             should look for a .dll).<br>
<br>
             I have substituted using CMake&#39;s built-in pkg-config<br>
        functions to pull<br>
             out the modversion variable of libicuuc, which is one of<br>
        the few that<br>
             we actually link directly against.<br>
<br>
             I wish I could tell you why that fixes the issue, but it<br>
        does. Thank<br>
             you much, because that has been bugging me for a long time.<br>
        The fix<br>
             should be in the SVN HEAD now.<br>
<br>
             --Greg<br>
<br>
              &gt;<br>
              &gt; -Ben<br>
              &gt;<br>
              &gt; ______________________________<u></u>___________________<br>
              &gt; sword-devel mailing list: <a>sword-devel@crosswire.org</a><br>
             &lt;mailto:<a>sword-devel@crosswire.org</a>&gt;<br>
              &gt; <a href="http://www.crosswire.org/__mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/__<u></u>mailman/listinfo/sword-devel</a><br>
        &lt;<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a>&gt;<br>
              &gt; Instructions to unsubscribe/change your settings at<br>
        above page<br>
<br>
             ______________________________<u></u>___________________<br>
             sword-devel mailing list: <a>sword-devel@crosswire.org</a><br>
             &lt;mailto:<a>sword-devel@crosswire.org</a>&gt;<br>
        <a href="http://www.crosswire.org/__mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/__<u></u>mailman/listinfo/sword-devel</a><br>
        &lt;<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a>&gt;<br>
             Instructions to unsubscribe/change your settings at above page<br>
<br>
<br>
<br>
<br>
        ______________________________<u></u>___________________<br>
        sword-devel mailing list: <a>sword-devel@crosswire.org</a><br>
        <a href="http://www.crosswire.org/__mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/__<u></u>mailman/listinfo/sword-devel</a><br>
        &lt;<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a>&gt;<br>
        Instructions to unsubscribe/change your settings at above page<br>
<br>
<br>
<br>
    ______________________________<u></u>___________________<br>
    sword-devel mailing list: <a>sword-devel@crosswire.org</a><br>
    <a href="http://www.crosswire.org/__mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/__<u></u>mailman/listinfo/sword-devel</a><br>
    &lt;<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a>&gt;<br>
    Instructions to unsubscribe/change your settings at above page<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
sword-devel mailing list: <a>sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
<br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
sword-devel mailing list: <a>sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/<u></u>mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote>