Leaving aside the question of a bug, xzcompress.cpp is experimental code. It is
not included in any releases so far AFAIK and should not be compiled into
releases or used by frontends.
At least under autotools you need to ask to include it.
We have no modules created with it and would current
Hi Manfred,
I took a look at these wrapper files in the bindings/objc for Revision
3441 of the SWORD framework. Using FileMerge I compared it to what seems to be
the wrapper files in PocketSword. Upon at least a simple comparison, there
seems to be some similarities, but also some huge d
In xzcomprs.cpp, at line 30, there’s the code:
#include
Xcode was not happy about this since there is no header named this. It seems
that in the previous version of PocketSword, the fix was just to set Xcode as
to not include this file when compiling so that’s what I’m doing too. Since the
SW
Hi,
Ok, so I was able to download Revision 3441 which I think is the most recent
version of SWORD? (at least at the time.)
I’ve been working on getting it to work with the PocketSword code. There’s a
bit of code and changes which needed to be made in order for it to work. I
thought I could jus