[sword-devel] Building Python binding to Sword on Windows returns exit code 1

R Johnson ps16thypresenceisfullnessofjoy at gmail.com
Tue May 13 13:48:18 MST 2014


Thanks, Greg and Ben.

 > On the other hand, if you wish to keep on keeping on through the C# 
project
 > solution file you're more than welcome to do so, though. It's long out of
 > date and unmaintained, so feel free to edit, hack, fix, and prod it 
as much
 > as you'd like. If you succeed in building, feel free to submit a 
patch here
 > and I'll give a go at mainlining it into the repository.

I have very little knowledge of C++, so I don't think I could work on 
the project file very well.

@Ben: Thanks for your suggestion, but since the project file is so out 
of date like Greg said, I think I'll try to get CMake to work instead.
(I don't understand why line 362 in 'swbuf.h' caused an error, since all 
of the functions called on that line are used several lines before it 
without any problem.)

 > I say all of that so that I can say: the project file you're starting 
from
 > is unmanitained. Indeed, until just now, I had no idea it even existed -
 > and I maintain our Swig bindings! However, I do know that our CMake file
 > does successfully build the bindings in Linux and Mac OS X. However, our
 > CMake system does not play perfectly well with the VC generator from 
CMake
 > and I would be more than happy to work with you towards getting that 
up and
 > going in the hopes that success there can translate to a generated 
solution
 > file that will do the correct magic.

If we could get that working, it would be great! Unfortunately, I don't 
have any experience with CMake either (in fact, I had never heard of it 
until I started trying to build Sword). But I'm willing to learn, and 
will try to do what I can.

Following the instructions in some of the Sword README files, I was 
successfully able to create a VS2010 project for Sword with CMake (with 
the argument -DSWORD_BINDINGS="Python" added). But when I tried to build 
the Visual Studio project that it created, I got several errors. The 
output from the attempted build was 1625 lines, but many of them were 
not fatal errors, just warnings. I used a regex to remove all the 
warnings, and have attached the resulting file.

It appears that the problem is that two header files cannot be found: 
'dirent.h' and 'inttypes.h'. As far as I can tell, the former is in the 
Sword repository, but the latter is not (but is mentioned, along with 
HAVE_INTTYPES_H, in 'config.h.in' in the 'include' directory). The fatal 
errors that I got afterwards are likely caused by the previous builds 
failing, I think. Perhaps the problem could be fixed by simply adding 
these files to the correct directory?

Also, since the C# project solution file is unmaintained, do you think 
it would be a good idea to remove it from the repository? If that was 
done, it wouldn't cause confusion for other Sword newbies in the future 
like it did me.

Thank you for your help.

-- Timothy
-------------- next part --------------
1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Release Win32 ------
1>  Checking Build System
1>  CMake does not need to re-run because C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/cmake_build/CMakeFiles/generate.stamp is up-to-date.
1>  CMake does not need to re-run because C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/cmake_build/utilities/CMakeFiles/generate.stamp is up-to-date.
2>------ Rebuild All started: Project: sword_static, Configuration: Release Win32 ------
3>------ Rebuild All started: Project: sword, Configuration: Release Win32 ------
3>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/CMakeLists.txt
3>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\CMakeFiles\generate.stamp is up-to-date.
2>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/CMakeLists.txt
2>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\CMakeFiles\generate.stamp is up-to-date.
3>  swdisp.cpp
2>  swdisp.cpp
3>  swlog.cpp
2>  swlog.cpp
3>  swkey.cpp
2>  swkey.cpp
3>  listkey.cpp
2>  listkey.cpp
3>  strkey.cpp
2>  strkey.cpp
3>  treekey.cpp
2>  treekey.cpp
3>  treekeyidx.cpp
2>  treekeyidx.cpp
2>  versekey.cpp
3>  versekey.cpp
3>  versetreekey.cpp
2>  versetreekey.cpp
3>  swconfig.cpp
2>  swconfig.cpp
3>  swmgr.cpp
2>  swmgr.cpp
3>..\sword-1.7.3\src\mgr\swmgr.cpp(31): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
3>  swfiltermgr.cpp
2>..\sword-1.7.3\src\mgr\swmgr.cpp(31): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
2>  swfiltermgr.cpp
3>  encfiltmgr.cpp
2>  encfiltmgr.cpp
3>  markupfiltmgr.cpp
2>  markupfiltmgr.cpp
3>  filemgr.cpp
2>  filemgr.cpp
3>..\sword-1.7.3\src\mgr\filemgr.cpp(27): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
3>  versificationmgr.cpp
2>..\sword-1.7.3\src\mgr\filemgr.cpp(27): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
2>  versificationmgr.cpp
3>  remotetrans.cpp
2>  remotetrans.cpp
3>..\sword-1.7.3\src\mgr\remotetrans.cpp(27): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
3>  swlocale.cpp
2>..\sword-1.7.3\src\mgr\remotetrans.cpp(27): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
2>  swlocale.cpp
3>  localemgr.cpp
2>  localemgr.cpp
3>..\sword-1.7.3\src\mgr\localemgr.cpp(29): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
3>  swcacher.cpp
3>  Generating Code...
2>..\sword-1.7.3\src\mgr\localemgr.cpp(29): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
2>  swcacher.cpp
2>  Generating Code...
3>  Compiling...
3>  swsearchable.cpp
3>  installmgr.cpp
2>  Compiling...
2>  swsearchable.cpp
2>  installmgr.cpp
3>..\sword-1.7.3\src\mgr\installmgr.cpp(39): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
3>  stringmgr.cpp
2>..\sword-1.7.3\src\mgr\installmgr.cpp(39): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
2>  stringmgr.cpp
3>  swmodule.cpp
2>  swmodule.cpp
3>  swcom.cpp
2>  swcom.cpp
3>  hrefcom.cpp
2>  hrefcom.cpp
3>  rawcom.cpp
2>  rawcom.cpp
3>  rawcom4.cpp
2>  rawcom4.cpp
3>  rawfiles.cpp
2>  rawfiles.cpp
3>  zcom.cpp
2>  zcom.cpp
3>  rawstr.cpp
3>  rawstr4.cpp
3>  swcomprs.cpp
3>  lzsscomprs.cpp
3>  rawverse.cpp
2>  rawstr.cpp
2>  rawstr4.cpp
2>  swcomprs.cpp
2>  lzsscomprs.cpp
2>  rawverse.cpp
3>  rawverse4.cpp
2>  rawverse4.cpp
3>  swcipher.cpp
3>  zverse.cpp
2>  swcipher.cpp
2>  zverse.cpp
3>  zstr.cpp
3>  entriesblk.cpp
3>  Generating Code...
2>  zstr.cpp
2>  entriesblk.cpp
2>  Generating Code...
3>  Compiling...
3>  sapphire.cpp
3>  swbasicfilter.cpp
2>  Compiling...
2>  sapphire.cpp
2>  swbasicfilter.cpp
3>  swoptfilter.cpp
2>  swoptfilter.cpp
3>  gbfhtml.cpp
2>  gbfhtml.cpp
3>  gbfxhtml.cpp
2>  gbfxhtml.cpp
3>  gbfhtmlhref.cpp
2>  gbfhtmlhref.cpp
2>  gbfwebif.cpp
3>  gbfwebif.cpp
2>  gbfplain.cpp
3>  gbfplain.cpp
2>  gbfrtf.cpp
3>  gbfrtf.cpp
2>  gbfstrongs.cpp
3>  gbfstrongs.cpp
2>  gbffootnotes.cpp
3>  gbffootnotes.cpp
2>  gbfheadings.cpp
3>  gbfheadings.cpp
2>  gbfredletterwords.cpp
3>  gbfredletterwords.cpp
3>  gbfmorph.cpp
2>  gbfmorph.cpp
3>  gbfwordjs.cpp
2>  gbfwordjs.cpp
3>  thmlstrongs.cpp
2>  thmlstrongs.cpp
3>  thmlfootnotes.cpp
3>  thmlheadings.cpp
2>  thmlfootnotes.cpp
3>  thmlmorph.cpp
3>  thmllemma.cpp
2>  thmlheadings.cpp
3>  Generating Code...
2>  thmlmorph.cpp
3>  Compiling...
3>  thmlscripref.cpp
2>  thmllemma.cpp
3>  thmlvariants.cpp
2>  Generating Code...
3>  thmlgbf.cpp
3>  thmlrtf.cpp
3>  thmlhtml.cpp
3>  thmlxhtml.cpp
3>  thmlhtmlhref.cpp
3>  thmlwebif.cpp
3>  thmlwordjs.cpp
2>  Compiling...
2>  thmlscripref.cpp
3>  teiplain.cpp
2>  thmlvariants.cpp
3>  teirtf.cpp
2>  thmlgbf.cpp
2>  thmlrtf.cpp
3>  teixhtml.cpp
2>  thmlhtml.cpp
3>  teihtmlhref.cpp
2>  thmlxhtml.cpp
3>  gbfthml.cpp
3>  gbfosis.cpp
2>  thmlhtmlhref.cpp
3>  thmlosis.cpp
2>  thmlwebif.cpp
3>  thmlplain.cpp
3>  osisosis.cpp
2>  thmlwordjs.cpp
3>  osisenum.cpp
2>  teiplain.cpp
3>  osisglosses.cpp
2>  teirtf.cpp
3>  Generating Code...
2>  teixhtml.cpp
2>  teihtmlhref.cpp
2>  gbfthml.cpp
2>  gbfosis.cpp
3>  Compiling...
3>  osisxlit.cpp
2>  thmlosis.cpp
3>  osisheadings.cpp
2>  thmlplain.cpp
3>  osisfootnotes.cpp
2>  osisosis.cpp
2>  osisenum.cpp
3>  osishtmlhref.cpp
2>  osisglosses.cpp
3>  osisxhtml.cpp
2>  Generating Code...
3>  osiswebif.cpp
3>  osismorph.cpp
3>  osisstrongs.cpp
3>  osisplain.cpp
3>  osisrtf.cpp
2>  Compiling...
2>  osisxlit.cpp
2>  osisheadings.cpp
3>  osislemma.cpp
3>  osisredletterwords.cpp
2>  osisfootnotes.cpp
3>  osisscripref.cpp
2>  osishtmlhref.cpp
3>  osisvariants.cpp
2>  osisxhtml.cpp
3>  osiswordjs.cpp
2>  osiswebif.cpp
3>  osismorphsegmentation.cpp
2>  osismorph.cpp
3>  osisreferencelinks.cpp
2>  osisstrongs.cpp
3>  latin1utf8.cpp
2>  osisplain.cpp
3>  latin1utf16.cpp
3>  utf8utf16.cpp
3>  Generating Code...
2>  osisrtf.cpp
2>  osislemma.cpp
2>  osisredletterwords.cpp
2>  osisscripref.cpp
2>  osisvariants.cpp
3>  Compiling...
3>  utf16utf8.cpp
3>  utf8html.cpp
3>  utf8latin1.cpp
3>  unicodertf.cpp
3>  scsuutf8.cpp
2>  osiswordjs.cpp
3>  utf8cantillation.cpp
2>  osismorphsegmentation.cpp
3>  utf8hebrewpoints.cpp
3>  utf8arabicpoints.cpp
2>  osisreferencelinks.cpp
3>  utf8greekaccents.cpp
3>  cipherfil.cpp
3>  rtfhtml.cpp
3>  greeklexattribs.cpp
2>  latin1utf8.cpp
3>  papyriplain.cpp
2>  latin1utf16.cpp
2>  utf8utf16.cpp
2>  Generating Code...
3>  swgenbook.cpp
3>  rawgenbook.cpp
3>  swld.cpp
3>  rawld.cpp
3>  rawld4.cpp
3>  zld.cpp
3>  swtext.cpp
2>  Compiling...
2>  utf16utf8.cpp
2>  utf8html.cpp
2>  utf8latin1.cpp
2>  unicodertf.cpp
2>  scsuutf8.cpp
3>  Generating Code...
2>  utf8cantillation.cpp
2>  utf8hebrewpoints.cpp
2>  utf8arabicpoints.cpp
3>  Compiling...
3>  rawtext.cpp
2>  utf8greekaccents.cpp
2>  cipherfil.cpp
2>  rtfhtml.cpp
2>  greeklexattribs.cpp
3>  rawtext4.cpp
2>  papyriplain.cpp
3>  ztext.cpp
2>  swgenbook.cpp
3>  swobject.cpp
3>  utilstr.cpp
3>  utilxml.cpp
2>  rawgenbook.cpp
3>  swversion.cpp
3>  swbuf.cpp
3>  url.cpp
2>  swld.cpp
3>  roman.cpp
3>  flatapi.cpp
2>  rawld.cpp
2>  rawld4.cpp
3>C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\sword-1.7.3\include\flatapi.h(26): fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
3>  zipcomprs.cpp
3>  bz2comprs.cpp
3>  xzcomprs.cpp
3>  ftplibftpt.cpp
2>  zld.cpp
3>  Generating Code...
2>  swtext.cpp
2>  Generating Code...
2>  Compiling...
2>  rawtext.cpp
4>------ Rebuild All started: Project: treeidxutil, Configuration: Release Win32 ------
2>  rawtext4.cpp
4>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
2>  ztext.cpp
4>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
4>  treeidxutil.cpp
2>  swobject.cpp
2>  utilstr.cpp
2>  utilxml.cpp
2>  swversion.cpp
2>  swbuf.cpp
2>  url.cpp
4>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
2>  roman.cpp
2>  flatapi.cpp
5>------ Rebuild All started: Project: tei2mod, Configuration: Release Win32 ------
5>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
5>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
2>C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\sword-1.7.3\include\flatapi.h(26): fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
2>  zipcomprs.cpp
5>  tei2mod.cpp
2>  bz2comprs.cpp
2>  xzcomprs.cpp
2>  ftplibftpt.cpp
2>  Generating Code...
5>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
6>------ Rebuild All started: Project: vpl2mod, Configuration: Release Win32 ------
6>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
6>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
6>  vpl2mod.cpp
7>------ Rebuild All started: Project: vs2osisref, Configuration: Release Win32 ------
6>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
7>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
7>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
7>  vs2osisref.cpp
8>------ Rebuild All started: Project: vs2osisreftxt, Configuration: Release Win32 ------
8>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
8>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
8>  vs2osisreftxt.cpp
7>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
9>------ Rebuild All started: Project: stepdump, Configuration: Release Win32 ------
9>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
8>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
9>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
10>------ Rebuild All started: Project: step2vpl, Configuration: Release Win32 ------
9>  stepdump.cpp
10>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
10>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
10>  step2vpl.cpp
9>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
11>------ Rebuild All started: Project: osis2mod, Configuration: Release Win32 ------
10>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
11>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
11>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
12>------ Rebuild All started: Project: modwrite, Configuration: Release Win32 ------
11>  osis2mod.cpp
12>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
12>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
12>  modwrite.cpp
12>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
13>------ Rebuild All started: Project: mod2zmod, Configuration: Release Win32 ------
13>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
13>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
13>  mod2zmod.cpp
11>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
13>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
14>------ Rebuild All started: Project: mod2vpl, Configuration: Release Win32 ------
15>------ Rebuild All started: Project: mod2osis, Configuration: Release Win32 ------
14>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
14>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
15>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
15>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
14>  mod2vpl.cpp
15>  mod2osis.cpp
14>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
16>------ Rebuild All started: Project: mod2imp, Configuration: Release Win32 ------
15>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
17>------ Rebuild All started: Project: mkfastmod, Configuration: Release Win32 ------
16>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
16>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
16>  mod2imp.cpp
17>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
17>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
17>  mkfastmod.cpp
16>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
17>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
18>------ Rebuild All started: Project: lexdump, Configuration: Release Win32 ------
19>------ Rebuild All started: Project: installmgr, Configuration: Release Win32 ------
18>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
18>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
19>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
19>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
18>  lexdump.c
19>  installmgr.cpp
18>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
20>------ Rebuild All started: Project: imp2vs, Configuration: Release Win32 ------
20>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
20>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
20>  imp2vs.cpp
19>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
21>------ Rebuild All started: Project: imp2ld, Configuration: Release Win32 ------
21>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
21>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
21>  imp2ld.cpp
20>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
22>------ Rebuild All started: Project: imp2gbs, Configuration: Release Win32 ------
22>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
22>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
22>  imp2gbs.cpp
21>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
23>------ Rebuild All started: Project: genbookutil, Configuration: Release Win32 ------
22>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
24>------ Rebuild All started: Project: gbfidx, Configuration: Release Win32 ------
23>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
23>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
24>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
24>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
23>  genbookutil.cpp
24>  gbfidx.cpp
24>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
25>------ Rebuild All started: Project: emptyvss, Configuration: Release Win32 ------
23>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
25>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
26>------ Rebuild All started: Project: diatheke, Configuration: Release Win32 ------
25>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
25>  emptyvss.cpp
26>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
26>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
26>  diatheke.cpp
25>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
26>  corediatheke.cpp
27>------ Rebuild All started: Project: cipherraw, Configuration: Release Win32 ------
27>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
27>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
26>  diathekemgr.cpp
27>  cipherraw.cpp
27>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
28>------ Rebuild All started: Project: buildtest, Configuration: Release Win32 ------
28>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/CMakeLists.txt
28>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\CMakeFiles\generate.stamp is up-to-date.
28>  buildtest.cpp
28>LINK : fatal error LNK1181: cannot open input file 'Release\sword.lib'
26>  diafiltmgr.cpp
29>------ Rebuild All started: Project: addvs, Configuration: Release Win32 ------
29>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
29>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
29>  addvs.cpp
26>  thmlcgi.cpp
26>  gbfcgi.cpp
29>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
30>------ Rebuild All started: Project: addld, Configuration: Release Win32 ------
26>  osiscgi.cpp
30>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
30>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
30>  addld.cpp
26>  Generating Code...
30>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
31>------ Rebuild All started: Project: addgb, Configuration: Release Win32 ------
31>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
31>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
31>  addgb.cpp
26>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
32>------ Rebuild All started: Project: xml2gbs, Configuration: Release Win32 ------
31>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
32>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/utilities/CMakeLists.txt
32>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\utilities\CMakeFiles\generate.stamp is up-to-date.
32>  xml2gbs.cpp
32>LINK : fatal error LNK1181: cannot open input file '..\Release\sword.lib'
33>------ Rebuild All started: Project: ALL_BUILD, Configuration: Release Win32 ------
33>  Building Custom Rule C:/Documents and Settings/Timothy/My Documents/Downloads/Sword/sword-1.7.3/CMakeLists.txt
33>  CMake does not need to re-run because C:\Documents and Settings\Timothy\My Documents\Downloads\Sword\cmake_build\CMakeFiles\generate.stamp is up-to-date.
33>  Build all projects
34>------ Skipped Rebuild All: Project: INSTALL, Configuration: Release Win32 ------
34>Project not selected to build for this solution configuration 
========== Rebuild All: 2 succeeded, 31 failed, 1 skipped ==========






More information about the sword-devel mailing list