Hi John,
Sorry for the delay in replying here. I've finally gotten around to
re-creating my build environment from scratch (as I do prior to every
CouchDB release) and have the build running successfully as of a few
hours ago.
----- Original Message -----
> In this section I believe there is an error in file 'configure.ps1'
> line 87 character 39: The comma should not be present
Correct, I will be checking in a fix for this tomorrow.
> However if I run the next step:
> 'make -f Makefile.win check'
> I get the feedback:
>
> "'make' is not recognized as an internal or external command,
> operable program or batch file."
Yes, there is a setup mistake here that I will correct tomorrow as
well. You can work around this in your environment by running:
choco install make
and trying again.
> I am trying to get to the point of installing geocouch on Windows.
> (which looks quite difficult)
geocouch won't work for CouchDB 2.x anyway as far as I know. You
really should use the Cloudant geo stuff from:
https://github.com/cloudant-labs/easton
https://github.com/cloudant-labs/hastings
Build instructions haven't yet been posted, but the process is
similar to the build process for dreyfus (full-text search):
https://developer.ibm.com/dwblog/2015/text-search-apache-couchdb/
Good luck, and let us know how you get on.
-Joan