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] Reina-Valera versions

2015-03-18 Thread Karl Kleinpaste
Yesterday, someone came into #sword looking for a 1960 Reina-Valera. I poked around and found we don't have that, though we do have several other versions. In CrossWire main, there is SpaRV1909, SpaRV (also claimed to be 1909), and SpaRVG (2010). In CrossWire Attic, there is SpaRVG2004, which

[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