<div dir="ltr"><div><div>Do you happen to know which of the projects in the solution failed to build? I didn&#39;t try any of them outside of sword, swordswig, buildtest, installmgr, and diatheke. All of those worked fine, although I did not test the result of swordswig to see if it executed.<br>
<br></div>If you&#39;re building all of them, that means you&#39;re building both sword and sword_static. On Windows that will not work because sword_static will produce a &quot;sword.lib&quot; file while sword will produce both &quot;libsword.dll&quot; and &quot;sword.lib&quot;. It works fine to build both at the same time on Linux because the name collision does not occur. Try building again and build all of the products /except/ sword_static. The sword.lib that comes out of building sword should be MUCH smaller than the 54MB because most of the code will be in libsword.dll instead. I should update the system to generating the static target on Windows as basically no one will want static linkage on Windows - it violates too much of how things actually work there.<br>
<br>Thanks for the report, and don&#39;t feel bad about time delays. I myself am about to get a whole host of distractions between now and the Memorial Day holiday in the US (don&#39;t know where you are so you might not celebrate it). Including visiting family and vacations, so I might be sketchy between now and the middle of next week.<br>
<br></div>--Greg<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 16, 2014 at 3:35 PM, R Johnson <span dir="ltr">&lt;<a href="mailto:ps16thypresenceisfullnessofjoy@gmail.com" target="_blank">ps16thypresenceisfullnessofjoy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for your efforts to get the CMake files to work on Windows. I really appreciate it.<br>
<br>
Sorry for taking so long to respond. I&#39;ve been held up recently by Internet connection problems, having to learn how to clone the Sword SVN repository with Mercurial, having to build Sword&#39;s dependencies (of which I wasn&#39;t aware until you fixed the CMake file to require them on Windows), Visual Studio errors, etc.<br>

<br>
I&#39;m now much closer to being able to get the Sword library built, but still not quite there yet. 3 of the projects in the VS2010 solution file failed to build. I have extracted the error messages out of the output and attached them in a file.<br>

<br>
The first two errors are about not being able to open &#39;..\Release\sword.lib&#39;. I don&#39;t understand why, since a 54 MB file with that name was created in my Release directory.<br>
<br>
The third error is the same one that you mentioned in your &#39;gcc 4.9.0&#39; thread (see my post there). This shows that, as you guessed, the error is indeed a problem with SWIG, and not with GCC.<br>
<br>
Thank you for your help.<br>
<br>
-- Timothy<br>
<br>_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br></blockquote></div><br></div>