<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Daniel,<br>
    <br>
    My guess is that you have a libsword.so in /usr/lib or /usr/lib64 or
    someplace else causing problems.<br>
    <br>
    Troy<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 03/19/2015 02:47 PM, Daniel
      Sheffield wrote:<br>
    </div>
    <blockquote
cite="mid:CAGBFyFUTYhfP0zbpnu6=GuOODj_S-mwYjj55-uP8TxZ3Yafk1w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Indeed it is &lt;face palm&gt;.<br>
        </div>
        But I double checked: -lsword doesn't work but -lsword-1.7.3
        does... is that normal?<br>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div class="gmail_signature">--<br>
            In the beginning Kibo created the Internet. Now the Internet
            was formless, and empty. Randomness was upon the face of
            computing, and the Spirit of ARPA moved upon the face of the
            computers. Then Kibo said, "Let there be data": and there
            was data. Kibo saw the data, and it was good, so Kibo
            divided the data from the randomness, and Kibo named the
            data Information, and the randomness Clueless. And the
            Information and the Clueless were the first Network.</div>
        </div>
        <br>
        <div class="gmail_quote">On Fri, Mar 20, 2015 at 10:28 AM, David
          "Judah's Shadow" Blue <span dir="ltr">&lt;<a
              moz-do-not-send="true" href="mailto:yudahsshadow@gmx.com"
              target="_blank">yudahsshadow@gmx.com</a>&gt;</span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div>Is one not a symlink to the other?<br>
              <br>
              <div class="gmail_quote">
                <div>
                  <div class="h5">On March 19, 2015 3:19:40 PM EDT,
                    Daniel Sheffield &lt;<a moz-do-not-send="true"
                      href="mailto:d.j.yotta@gmail.com" target="_blank">d.j.yotta@gmail.com</a>&gt;
                    wrote:</div>
                </div>
                <blockquote class="gmail_quote" style="margin:0pt 0pt
                  0pt 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  <pre><div><div class="h5">Okay, at first it looked like 'make install' only copied the <a moz-do-not-send="true" href="http://libsword-1.7.3.so" target="_blank">libsword-1.7.3.so</a> and not the <a moz-do-not-send="true" href="http://libsword.so" target="_blank">libsword.so</a>.
I was linking against <a moz-do-not-send="true" href="http://libsword.so" target="_blank">libsword.so</a> which didn't have the definitions of renderText.
When I linked against <a moz-do-not-send="true" href="http://libsword-1.7.3.so" target="_blank">libsword-1.7.3.so</a> - it was fine. 

I removed all the sword libs on my /usr/local/lib dir and did 'make install' again from HEAD.
Both the <a moz-do-not-send="true" href="http://libsword.so" target="_blank">libsword.so</a> and <a moz-do-not-send="true" href="http://libsword-1.7.3.so" target="_blank">libsword-1.7.3.so</a> were installed to /usr/local/lib.
However, I get compile errors if I use ld -lsword instead of ld -lsword-1.7.3.
I would rather use -lsword - I thought they would/should be identical?

Let me know if this behaviour is expected.

On Thu 19Mar15 05:02:33PM, Daniel Sheffield wrote:
</div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 1ex 0.8ex;border-left:1px solid #729fcf;padding-left:1ex"><div><div class="h5"> I still seem to be getting the compile error on HEAD.
 I'm linking against the correct headers I'm sure...
 Though there is a chance that I've messed something up because I have it both installed (make install) and in my source tree as an external. I did re-install each time though, so I would have thought any modified headers would have been updated...
 
 Let me know if you have any ideas. I will hopefully be able to check the header declaration and the corresponding definition tomorrow...
 
 On Wed 18Mar15 09:12:35AM, Peter von Kaehne wrote:
</div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 1ex 0.8ex;border-left:1px solid #ad7fa8;padding-left:1ex"><div><div class="h5"> I had committed with a typo - a missing paranthesis. I am sorry for
 that.
 
 When I saw it and fixed it to commit, Karl had overtaken me. 
 
 So, it is fixed at the HEAD again. 
 
 Again, my apologies.
 
 Peter
 
 On Wed, 2015-03-18 at 00:48 -0700, Troy A. Griffitts wrote:
</div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 1ex 0.8ex;border-left:1px solid #8ae234;padding-left:1ex"><div><div class="h5"> Dear Daniel,
 
 My guess is that you may be compiling against one set of headers and
 linking with a libsword compiled with another set. The renderText
 method was overloaded with a const and non-const version. My guess is
 that you are failing to link because your code was compiled against
 the single non-const method header. Could be wrong, but without more
 information this is my best guess to help.
 
 On March 18, 2015 12:41:21 AM MST, Daniel Sheffield
 &lt;<a moz-do-not-send="true" href="mailto:d.j.yotta@gmail.com" target="_blank">d.j.yotta@gmail.com</a>&gt; wrote:
         Hi all,
         
         Getting undefined reference to renderText at compile time since r3331.
         I see commit r3332 - perhaps this introduced the change?
         
         using HEAD: my project doesn't compile
               r3331: my project compiles.
         
         I'm not sure if this is my bad or if definition of renderText is getting missed out of libsword post r3331...
 
<hr>
</div></div><span class=""> sword-devel mailing list: <a moz-do-not-send="true" href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a>
 <a moz-do-not-send="true" href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
 Instructions to unsubscribe/change your settings at above page
</span></blockquote> 
 
 
 
<hr>
<span class=""> sword-devel mailing list: <a moz-do-not-send="true" href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a>
 <a moz-do-not-send="true" href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
 Instructions to unsubscribe/change your settings at above page
</span></blockquote><span class=""> 
 -- 
 In the beginning Kibo created the Internet. Now the Internet was formless, and empty. Randomness was upon the face of computing, and the Spirit of ARPA moved upon the face of the computers. Then Kibo said, "Let there be data": and there was data. Kibo saw the data, and it was good, so Kibo divided the data from the randomness, and Kibo named the data Information, and the randomness Clueless. And the Information and the Clueless were the first Network.
</span></blockquote></pre>
                </blockquote>
              </div>
              <br>
              -- <br>
              <span class="">
                Sent from my Android device with K-9 Mail. Please excuse
                my brevity.</span></div>
            <br>
            _______________________________________________<br>
            sword-devel mailing list: <a moz-do-not-send="true"
              href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
            <a moz-do-not-send="true"
              href="http://www.crosswire.org/mailman/listinfo/sword-devel"
              target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
            Instructions to unsubscribe/change your settings at above
            page<br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
sword-devel mailing list: <a class="moz-txt-link-abbreviated" href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/sword-devel">http://www.crosswire.org/mailman/listinfo/sword-devel</a>
Instructions to unsubscribe/change your settings at above page</pre>
    </blockquote>
    <br>
  </body>
</html>