[sword-devel] SWORD 1.5.10

Jason Brooks jbrooks at kinex.net
Wed Jun 20 08:54:36 MST 2007


Karl,
I created the Institutes module, but haven't used it much.  Can you point
me to a reference where the whitespace problem arises?  If I can find it,
I'll see what I can do to fix it.

Jason
<quote who="Karl Kleinpaste">
> "Troy A. Griffitts" <scribe at crosswire.org> writes:
>> Agreed.  There have been many bug fixes.  If anyone would like to
>> get any other fixes in, please do so very soon.
>
> Among the other things that need to be done, such as DM's lexicon
> problems, these need attention:
>
> - Re-issue Finney, Institutes, and Heretics after re-importation to
> remove the trailing whitespace problem.  Has anyone found any other
> modules with this glitch?  Fortunately(?), the set of genbooks is small.
>
> - There is still a build glitch under Cygwin, which I resolve thus:
>
> | sed < src/utilfuns/swobject.cpp.ORIG \
> |     -e 's/<utilstr.h>/&\n#include <string.h>/' \
> |     -e 's/sword::stricmp/stricmp/' \
> |     > src/utilfuns/swobject.cpp
>
> I first reported this some months ago, when all that was needed was to
> add <string.h> to make it compile; then a provisional fix was made by
> someone to change the existing stricmp to sword::stricmp, which then
> induced a failure to link under Cygwin.  The underlying problem is
> that the name stricmp is non-standard, and should be strcasecmp; Linux
> glibc provides stricmp anyway, but Cygwin libc has only the real name.
> Adding <string.h> is a fix (it #defines stricmp to strcasecmp), but
> the proper solution should be to abandon stricmp entirely.
>
> _______________________________________________
> sword-devel mailing list: sword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page
>


-- 
Jason Brooks
jbrooks at kinex.net
http://javajeb.wordpress.com




More information about the sword-devel mailing list