Unknown reporter writes

  1. Things fail to build because of their dependencies on pxattr. s/CYGWIN32/CYGWIN/ in utils/pxattr.cpp works for me.

  2. The python libraries fail to build trying to find xapian, zlib, and iconv symbols.

    • libraries = [recoll] + libraries = [recoll, xapian, iconv, z] in python/recoll/setup.py works for me.

medoc writes

Hi and thanks for the corrections, they will be in a future release.

medoc writes

Fix cygwin64 build. Closes issue #227