Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-24 Thread Manfred Bergmann
All right. I've modified the Xcode project to build complete ICU from sources together with Sword. This seems to be working fine. Manfred Am 21.08.2014 um 08:30 schrieb Manfred Bergmann : > Thanks for the clarification. > > Right, OS X didn't ship the headers for ICU, don't know exactly when

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-20 Thread Manfred Bergmann
Thanks for the clarification. Right, OS X didn't ship the headers for ICU, don't know exactly when that changed. Currently, since 10.7 (AFAIR) it ships with ICU however only libicucore + the headers required for that. The weird thing is that UnicodeString is present in the headers (unistr.h) als

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-20 Thread Nic Carter
Sorry for taking a while to reply! I bumped into this issue with iOS a few months ago and then ran out of time to fix it. “Recently” (months ago?) Chris added some more dependencies on ICU into SWORD and iOS chokes on that. When I look for: it can’t find it. The available headers under iOS are:

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-20 Thread Greg Hellings
ICU is largely (exclusively?) used for transliteration within Sword. Qt offers the same functionality (it has both its own built-in functionality for that or it can be built on top of ICU). Since Qt already comes with the functionality built in, BibleTime distributes its OS X binary without the ext

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-20 Thread Manfred Bergmann
If possible I don't want to install libraries (Homebrew, MacPorts, etc) used for building Sword which are not part of the stock OS X. How can ICU be replaced with Qt? Manfred Am 19.08.2014 um 21:56 schrieb Greg Hellings : > On my own system I get: > > -- CLucene: yes /opt/local/lib/libcluce

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-19 Thread Greg Hellings
On my own system I get: -- CLucene: yes /opt/local/lib/libclucene-core.dylib in /opt/local/include and /opt/local/include;/opt/local/include -- PkgConfig: yes -- ICU: yes /opt/local/lib/libicuuc.dylib and /opt/local/include I have installed them from MacPorts. I believe, however, that BibleTim

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-19 Thread Manfred Bergmann
Hmm. Don't know this doesn't work. tried cmake, called cmake/build-release.sh, got the following: --- pacsaar:sword-trunk mbergmann$ cmake/build-release.sh -- The CXX compiler identification is AppleClang 5.1.0.5030040 -- The C compiler identification is AppleClang 5.1.0.5030040 -- Check for worki

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-19 Thread Manfred Bergmann
Building Sword from within Xcode after svn update. But I'll try the following, initiate the configure procedure and see how the build goes, which defines are set, etc. Maybe I'm missing something. Manfred Am 19.08.2014 um 17:11 schrieb Greg Hellings : > Is this while building Sword or BibleT

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-19 Thread Greg Hellings
Is this while building Sword or BibleTime? --Greg On Mon, Aug 18, 2014 at 12:16 PM, Manfred Bergmann wrote: > Hmm, weird stuff. > UnicodeString seems to be in icucore. And I've got -licucore. > But it seems to be references not correctly: > > Undefined symbols for architecture x86_64: > "icu

Re: [sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-18 Thread Manfred Bergmann
Hmm, weird stuff. UnicodeString seems to be in icucore. And I've got -licucore. But it seems to be references not correctly: Undefined symbols for architecture x86_64: "icu::UnicodeString::UnicodeString()", referenced from: sword::UTF8NFC::processText(sword::SWBuf&, sword::SWKey const*, s

[sword-devel] Can't build on OS X (undefined reference to UnicodeString)

2014-08-18 Thread Manfred Bergmann
Hi. Anyone successfully built the current trunk on OS X (Mavericks)? I get the above error. "UnicodeString" doesn't seem to be part of libicucore? Manfred ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listin