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

 

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to