Talk:Tutorial:Compiling & Installing SWORD

From CrossWire Bible Society
Revision as of 11:53, 22 August 2010 by DavidStrickland (talk | contribs) (Attempted the compile instructions and recieved the following: new section)

Jump to: navigation, search

Initial content of page

The initial content was cut and paste from the Sandbox. David Haslam 16:52, 3 September 2009 (UTC)

Please add a section on compiling SWORD within Windows

Please would someone add a section on compiling SWORD within Windows. Thanks. David Haslam 18:45, 8 September 2009 (UTC)

The following is what Dan had added, but it needs to be transferred to the new page. David Haslam 09:08, 6 October 2009 (UTC)

Done. David Haslam 14:51, 15 October 2009 (UTC)

Compiling SWORD using MS Visual Studio 2008

  1. Download SWORD sourcecode
  2. Unpack it somewhere with something like 7zip
  3. Open sword-1.6.0/utilities/vcppmake/utilities.sln
  4. Compile.

Attempted the compile instructions and recieved the following

Error 24 fatal error LNK1104: cannot open file 'libsword.lib' vs2osisreftxt vs2osisreftxt Error 25 fatal error LNK1104: cannot open file 'libsword.lib' treeidxutil treeidxutil Error 26 fatal error LNK1104: cannot open file 'libsword.lib' vs2osisref vs2osisref Error 59 fatal error LNK1104: cannot open file 'libsword.lib' xml2gbs xml2gbs Error 61 fatal error LNK1104: cannot open file 'libsword.lib' stepdump stepdump Error 71 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\code\theswordproject\sword-1.6.0\include\utf8nfc.h 26 tei2mod Error 145 fatal error LNK1104: cannot open file 'libsword.lib' step2vpl step2vpl Error 174 fatal error LNK1104: cannot open file 'libsword.lib' mod2zmod mod2zmod Error 175 fatal error LNK1104: cannot open file 'libsword.lib' mod2vpl mod2vpl Error 194 fatal error LNK1104: cannot open file 'libsword.lib' mod2osis mod2osis Error 227 fatal error LNK1104: cannot open file 'libsword.lib' mod2imp mod2imp Error 228 fatal error LNK1104: cannot open file 'libsword.lib' mkfastmod mkfastmod Error 248 fatal error LNK1104: cannot open file 'libsword.lib' installmgr installmgr Error 260 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\code\theswordproject\sword-1.6.0\utilities\imp2gbs.cpp 34 imp2gbs Error 261 fatal error LNK1104: cannot open file 'libsword.lib' imp2vs imp2vs Error 263 fatal error LNK1104: cannot open file 'libsword.lib' imp2ld imp2ld Error 283 fatal error LNK1104: cannot open file 'libsword.lib' emptyvss emptyvss Error 336 fatal error LNK1104: cannot open file 'libsword.lib' cipherraw cipherraw Error 338 fatal error LNK1104: cannot open file 'libsword.lib' addld addld Error 340 fatal error LNK1104: cannot open file 'libsword.lib' addvs addvs Error 360 fatal error LNK1104: cannot open file 'libsword.lib' addgb addgb Error 364 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\code\theswordproject\sword-1.6.0\include\utf8nfc.h 26 osis2mod Error 365 fatal error C1083: Cannot open include file: 'unicode/ucnv.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\src\modules\filters\utf8transliterator.cpp 29 libsword Error 366 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\include\utf8nfkd.h 26 libsword Error 367 fatal error C1083: Cannot open include file: 'unicode/unistr.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\src\modules\filters\utf8nfc.cpp 28 libsword Error 368 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\include\utf8nfkd.h 26 libsword Error 369 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\include\utf8bidireorder.h 26 libsword Error 370 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\include\utf8arshaping.h 26 libsword Error 371 fatal error C1083: Cannot open include file: 'unicode/unistr.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\include\utf8transliterator.h 39 libsword Error 372 fatal error C1083: Cannot open include file: 'unicode/utypes.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\src\mgr\stringmgr.cpp 29 libsword Error 416 fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\src\mgr\curlhttpt.cpp 28 libsword Error 417 fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory c:\Code\TheSwordProject\sword-1.6.0\src\mgr\curlftpt.cpp 28 libsword


An update would be appreciated.