Re: [sword-devel] renderText broken post r3331?

2015-03-20 Thread Daniel Sheffield
Thanks Troy, Your guess was correct. :) Cheers, Daniel On Thu 19Mar15 06:20:22PM, Troy A. Griffitts wrote: Daniel, My guess is that you have a libsword.so in /usr/lib or /usr/lib64 or someplace else causing problems. Troy On 03/19/2015 02:47 PM, Daniel Sheffield wrote:

Re: [sword-devel] renderText broken post r3331?

2015-03-19 Thread Troy A. Griffitts
Daniel, My guess is that you have a libsword.so in /usr/lib or /usr/lib64 or someplace else causing problems. Troy On 03/19/2015 02:47 PM, Daniel Sheffield wrote: Indeed it is face palm. But I double checked: -lsword doesn't work but -lsword-1.7.3 does... is that normal? -- In the

Re: [sword-devel] renderText broken post r3331?

2015-03-19 Thread Daniel Sheffield
Okay, at first it looked like 'make install' only copied the libsword-1.7.3.so and not the libsword.so. I was linking against libsword.so which didn't have the definitions of renderText. When I linked against libsword-1.7.3.so - it was fine. I removed all the sword libs on my /usr/local/lib

Re: [sword-devel] renderText broken post r3331?

2015-03-19 Thread David Judah's Shadow Blue
Is one not a symlink to the other? On March 19, 2015 3:19:40 PM EDT, Daniel Sheffield d.j.yo...@gmail.com wrote: Okay, at first it looked like 'make install' only copied the libsword-1.7.3.so and not the libsword.so. I was linking against libsword.so which didn't have the definitions of

Re: [sword-devel] renderText broken post r3331?

2015-03-19 Thread Daniel Sheffield
Indeed it is face palm. But I double checked: -lsword doesn't work but -lsword-1.7.3 does... is that normal? -- 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

Re: [sword-devel] renderText broken post r3331?

2015-03-18 Thread Peter von Kaehne
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: Dear Daniel, My guess is that

[sword-devel] renderText broken post r3331?

2015-03-18 Thread Daniel Sheffield
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

Re: [sword-devel] renderText broken post r3331?

2015-03-18 Thread Troy A. Griffitts
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

Re: [sword-devel] renderText broken post r3331?

2015-03-18 Thread Daniel Sheffield
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