<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 11, 2020, 11:21 Gary Holmlund <<a href="mailto:gary.holmlund@gmail.com">gary.holmlund@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Troy and Greg,<br>
<br>
I have compiled BibleTime with Sword 1.8.903 on Windows. To do this I <br>
had to make 4 changes to cmake files. The first and last one are easy <br>
changes. The second and third will need more effort to decide how to <br>
properly fix them.<br>
<br>
Thanks for your great efforts.<br>
<br>
Gary Holmlund<br>
<br>
<br>
1. Find ICU Quiet.<br>
<br>
52c52<br>
< FIND_PACKAGE(ICU<br>
---<br>
 > FIND_PACKAGE(ICU QUIET<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This is curious. I wonder why.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
2.I had to comment out the find of clucene.<br>
<br>
55c55<br>
< FIND_PACKAGE(CLucene QUIET)<br>
---<br>
 > #FIND_PACKAGE(CLucene QUIET)<br>
<br>
     If it is not commented out, I get this error.<br>
<br>
       CMake Error at cmake/FindCLucene.cmake:82 (FILE):<br>
       FILE failed to open for reading (No such file or directory):<br>
C:/bibletime-tmp/b5/sword-prefix/src/sword-build/./CLucene/clucene-config.h<br>
<br>
       NOTE: I find CLucene/clucene-config.h in the include directory.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There should be a series of search paths it looks through. I'm not at my computer right now to check, but if you define the search paths this should be unnecessary. Tobias, I think, has a build script that demonstrates defining the search path for CLucene.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
3. buildtest.exe build error - I comment out the building of <br>
buildtest.exe in CMakeLists.txt<br>
<br>
272,277c272,277<br>
< ADD_EXECUTABLE(buildtest buildtest.cpp)<br>
< IF(BUILDING_STATIC)<br>
<       TARGET_LINK_LIBRARIES(buildtest sword_static)<br>
< ELSE(BUILDING_STATIC)<br>
<       TARGET_LINK_LIBRARIES(buildtest sword)<br>
< ENDIF(BUILDING_STATIC)<br>
---<br>
 > #ADD_EXECUTABLE(buildtest buildtest.cpp)<br>
 > #IF(BUILDING_STATIC)<br>
 > #     TARGET_LINK_LIBRARIES(buildtest sword_static)<br>
 > #ELSE(BUILDING_STATIC)<br>
 > #     TARGET_LINK_LIBRARIES(buildtest sword)<br>
 > #ENDIF(BUILDING_STATIC)<br>
<br>
Here are the errors I got without this change.<br>
<br>
buildtest.cpp<br>
5>C:\bibletime-tmp\sword\include\swkey.h(92,32): warning C4251: <br>
'sword::SWKey::localeCache': class 'sword::SWKey::LocaleCache' needs to <br>
have dll-interface to be used by clients of class 'sword::SWKey' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swkey.h(79): message : see declaration <br>
of 'sword::SWKey::LocaleCache' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swconfig.h(125,34): warning C4251: <br>
'sword::SWConfig::Sections': class <br>
'std::map<sword::SWBuf,sword::ConfigEntMap,std::less<sword::SWBuf>,std::allocator<std::pair<const <br>
sword::SWBuf,sword::ConfigEntMap>>>' needs to have dll-interface to be <br>
used by clients of class 'sword::SWConfig' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swconfig.h(36): message : see <br>
declaration of <br>
'std::map<sword::SWBuf,sword::ConfigEntMap,std::less<sword::SWBuf>,std::allocator<std::pair<const <br>
sword::SWBuf,sword::ConfigEntMap>>>' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swmodule.h(118,24): warning C4251: <br>
'sword::SWModule::ownConfig': class <br>
'sword::multimapwithdefault<sword::SWBuf,sword::SWBuf,std::less<sword::SWBuf>>' <br>
needs to have dll-interface to be used by clients of class <br>
'sword::SWModule' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swconfig.h(35): message : see <br>
declaration of <br>
'sword::multimapwithdefault<sword::SWBuf,sword::SWBuf,std::less<sword::SWBuf>>' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swmodule.h(120,43): warning C4251: <br>
'sword::SWModule::entryAttributes': class <br>
'std::map<sword::SWBuf,sword::AttributeList,std::less<sword::SWBuf>,std::allocator<std::pair<const <br>
sword::SWBuf,sword::AttributeList>>>' needs to have dll-interface to be <br>
used by clients of class 'sword::SWModule' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swmodule.h(78): message : see <br>
declaration of <br>
'std::map<sword::SWBuf,sword::AttributeList,std::less<sword::SWBuf>,std::allocator<std::pair<const <br>
sword::SWBuf,sword::AttributeList>>>' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swmodule.h(142,30): warning C4251: <br>
'sword::SWModule::rawdisp': class 'sword::SWModule::StdOutDisplay' needs <br>
to have dll-interface to be used by clients of class 'sword::SWModule' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\sword\include\swmodule.h(107): message : see <br>
declaration of 'sword::SWModule::StdOutDisplay' <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>     Creating library <br>
C:/bibletime-tmp/b6/sword-prefix/src/sword-build/Release/buildtest.lib <br>
and object <br>
C:/bibletime-tmp/b6/sword-prefix/src/sword-build/Release/buildtest.exp<br>
5>buildtest.obj : error LNK2019: unresolved external symbol "public: <br>
static char * sword::SWBuf::nullStr" (?nullStr@SWBuf@sword@@2PADA) <br>
referenced in function "public: __thiscall std::pair<class sword::SWBuf <br>
const ,class sword::multimapwithdefault<class sword::SWBuf,class <br>
sword::SWBuf,struct std::less<class sword::SWBuf> > >::pair<class <br>
sword::SWBuf const ,class sword::multimapwithdefault<class <br>
sword::SWBuf,class sword::SWBuf,struct std::less<class sword::SWBuf> > <br>
 ><class sword::SWBuf &&>(struct std::piecewise_construct_t,class <br>
std::tuple<class sword::SWBuf &&>,class std::tuple<>)" <br>
(??$?0$$QAVSWBuf@sword@@$$Z$$V@?$pair@$$CBVSWBuf@sword@@V?$multimapwithdefault@VSWBuf@sword@@V12@U?$less@VSWBuf@sword@@@std@@@2@@std@@QAE@Upiecewise_construct_t@1@V?$tuple@$$QAVSWBuf@sword@@@1@V?$tuple@$$V@1@@Z) <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>C:\bibletime-tmp\b6\sword-prefix\src\sword-build\Release\buildtest.exe <br>
: fatal error LNK1120: 1 unresolved externals <br>
[C:\bibletime-tmp\b6\sword-prefix\src\sword-build\buildtest.vcxproj]<br>
5>Done building project "sword.vcxproj" -- FAILED.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This might be a question for Troy. I wonder if these are based on the deprecations he has done this cycle?</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br>
<br>
<br>
4. I also ran into the problem in cmake/options.cmake that ZdPo Ster found.<br>
<br>
29c29<br>
<       SET(SWORD_INSTALL_DIR "C:\\Program Files (x86)\\libsword\\")<br>
---<br>
 >       SET(SWORD_INSTALL_DIR "C:/Program Files (x86)/libsword")<br>
<br>
NOTE: I override this value externally anyway.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Thanks for the confirmation.</div><div dir="auto"><br></div><div dir="auto">I'll get in fixes for 1 and 4 this evening when I'm back from the last pool day of the season. I'll look more closely at 3 as well. Let me know if you can resolve 2 with search path arguments or if I need to expose one of those from the find file. </div><div dir="auto"><br></div><div dir="auto">--Greg</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank" rel="noreferrer">sword-devel@crosswire.org</a><br>
<a href="http://crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer noreferrer" target="_blank">http://crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page</blockquote></div></div></div>