[sword-devel] God is good, compilation fix for Cygwin
loveJesus at loveJesus.xyz
loveJesus at loveJesus.xyz
Wed Mar 11 07:09:14 MST 2020
Praise Jesus sorry I am not sure how to go about mentioning this and thanks
all for your hard work on the project.
For my installation of cygwin64 using both the tarball and svn, i could not
compile the program until I made the following change in line 42 of
src/utilfuns/swobject.cpp
42c42
< if (!stricmp(descends[i], className))
---
> if (!strcasecmp(descends[i], className))
Changing stricmp to strcasecmp . After the change, it seems to compile
without error and using diatheke has been working well the past weeks,
May God guide us and bless you in Jesus Holy name
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/sword-devel/attachments/20200311/e194a8a0/attachment-0001.html>
More information about the sword-devel
mailing list