Re: [sword-devel] unresolved symbol after upgrade

2002-10-28 Thread Willem van Engen
Allright, I understand. And good to hear it's almost solved :) Greetings, - Willem On Mon, 28 Oct 2002 14:27:49 -0700 "Troy A. Griffitts" <[EMAIL PROTECTED]> wrote: > Willem, > Officially 1.5.x is a development thread, but in practice, all > the > frontends have moved from 1.4.x to

Re: [sword-devel] unresolved symbol after upgrade

2002-10-28 Thread Troy A. Griffitts
Willem, Officially 1.5.x is a development thread, but in practice, all the frontends have moved from 1.4.x to 1.5.x. This is my fault. We should have a new stable thread started soon that will remain binary compatible with .x releases. -Troy. Willem van Engen wrote: Hmm, too bad. Thank

Re: [sword-devel] unresolved symbol after upgrade

2002-10-28 Thread Joachim Ansorg
It's possible to link in the Sword lib statically, so updates of Sword won't affect the existing applications. But the old applications would have to be recompiled to use the new features or bug-fixes :) Joachim > Hmm, too bad. Thanks for answering though :) > > But ... is it very hard to keep

Re: [sword-devel] unresolved symbol after upgrade

2002-10-28 Thread Willem van Engen
Hmm, too bad. Thanks for answering though :) But ... is it very hard to keep binary compatibility (between major versions - now and then api changes are really needed) ? If more applications start using sword, it will get more annoying and finally maybe unacceptable when upgrades break many progra

Re: [sword-devel] unresolved symbol after upgrade

2002-10-28 Thread Joachim Ansorg
Yes, sadly you have recomple Gnomesword after you upgraded your Sword version because binary compatibity is not guaranteed for between Sword versions. Joachim > Hello, > > I upgraded sword from 1.5.3 to 1.5.5. Then I tried to run gnomesword, > dynamically with the 1.5.3 library. It fails with th

[sword-devel] unresolved symbol after upgrade

2002-10-28 Thread Willem van Engen
Hello, I upgraded sword from 1.5.3 to 1.5.5. Then I tried to run gnomesword, dynamically with the 1.5.3 library. It fails with this error: /usr/libexec/ld-elf.so.1: Undefined symbol "_9LocaleMgr$systemLocaleMgr" referenced from COPY relocation in gnomesword (on a freebsd box). I remember u