Hi,
I ran ‘./configure’ successfully but met the following problem with ‘make’:
==> couch (compile)
Compiling /Users/ybian/src/couchdb/src/couch/priv/couch_js/http.c
/Users/ybian/src/couchdb/src/couch/priv/couch_js/http.c:18:10: fatal error:
'jsapi.h' file not found
#include <jsapi.h>
^
1 error generated.
ERROR: compile failed while processing /Users/ybian/src/couchdb/src/couch:
rebar_abort
make: *** [couch] Error 1
I’ve installed spidermonkey185 via port and I can find the jsapi.h file under
/opt/local/include/mozjs185.
What additional things should I do?
-Ying