On 22 January 2012 19:15, Filipe David Manana <fdman...@apache.org> wrote:
> Paul, after this change I'm no longer able to build master (haven't
> tried other branches however).

Ditto.

> configure can't find js/jsapi.h, this is because my jsapi.h doesn't
> live inside a js directory.
>
> Ubuntu 10.10
> jsapi.h full path: /usr/include/xulrunner-1.9.2.24/jsapi.h
>
> flags passed to configure:
>
> configure --with-js-include=/usr/include/xulrunner-1.9.2.24
> --with-js-lib=/usr/lib/xulrunner-1.9.2.24

Windows::
/relax/js-1.8.5/js/src/dist/include/jsapi.h

maas@sendai /relax/couchdb
$ more /relax/bin/couchdb_config_js185.sh
#!/bin/sh
COUCH_TOP=`pwd`
export COUCH_TOP

./configure \
--with-js-lib=/relax/js-1.8.5/js/src/dist/lib \
--with-js-include=/relax/js-1.8.5/js/src/dist/include \
...

A+
Dave

Reply via email to