Re: [sword-devel] sword configuration problem -- no transliteration

2025-04-05 Thread Troy A. Griffitts
Ah, thanks for tracking that down and fixed it, Greg! On 4/5/25 8:29 AM, Greg Hellings wrote: The issue was a bit more arcane. Sword's configure.ac unilaterally refuses to even consider linking ICU if it cannot find icu-config, re-gardles of options passed in. For the cr

Re: [sword-devel] Pointer Management

2025-04-05 Thread Troy A. Griffitts
Hi Greg, Typically in SWORD, the object/factory that created the object is responsible for deleting the object unless a call was made to something like 'clone' or 'create'.  So, SWMgr will delete all the SWModule objects it allowcates when the SWMgr object is deleted. If you have multiple thr

Re: [sword-devel] sword configuration problem -- no transliteration

2025-04-05 Thread Greg Hellings
The issue was a bit more arcane. Sword's configure.ac unilaterally refuses to even consider linking ICU if it cannot find icu-config, re-gardles of options passed in. For the cross build ICU package in Fedora there is no icu-config file. So I had to patch configure.ac to check for the ICU packages

Re: [sword-devel] sword configuration problem -- no transliteration

2025-04-05 Thread Troy A. Griffitts
Hi Karl, I wonder if an ICU data dll is not present on the path.  Just a first thought. On 4/1/25 10:40 AM, Karl Kleinpaste wrote: We have a Xiphos bug saying that the new release does not support transliteration in the Windows build. It works fine in Linux. Xiphos itself knows next to not