I think I finally got it!
For those that follow here's what I had to do:
set the env variable INCLUDE
ex. export INCLUDE=C:\\mycouchdbsrc\\src\\couchdb
Even though you are running in cygwin you need to set this to your actual
windows path for the erl.exe
Then I had to manually change every file that used it from:
-include("couch_db.hrl").
to
-include("$INCLUDE/couch_db.hrl").
I believe setting COUCH_SRC is meant to do this for you, but for whatever
reason it wasnt for me.
Hopefully my pain helps someone.
--
View this message in context:
http://couchdb-development.1959287.n2.nabble.com/Cannot-build-geocouch-in-cygwin-any-ideas-tp7413643p7414154.html
Sent from the CouchDB Development mailing list archive at Nabble.com.