GitHub user leitao opened a pull request:

    https://github.com/apache/couchdb/pull/322

    Fix documentation to add package libkjsapi4

    The current documentation doesn't ask to install package
    libkjsapi4 as a dependency, which causes the following problem:
    
     Compiling /home/ubuntu/Devel/couchdb/src/couch/priv/couch_js/http.c
     /home/ubuntu/Devel/couchdb/src/couch/priv/couch_js/http.c:18:19: fatal 
error: jsapi.h: No such file or directory
      #include <jsapi.h>
                       ^
     compilation terminated.
     ERROR: compile failed while processing 
/home/ubuntu/Devel/couchdb/src/couch: rebar_abort
     Makefile:22: recipe for target 'couch' failed
     make: *** [couch] Error 1
    
    This patch just fix the documentation and adds the package as a
    dependency.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/leitao/couchdb master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/322.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #322
    
----
commit 333c19ae194332d21759b088967a9890fcc3f00f
Author: Breno Leitao <[email protected]>
Date:   2015-05-21T19:00:23Z

    Fix documentation to add package libkjsapi4
    
    The current documentation doesn't ask to install package
    libkjsapi4 as a dependency, which causes the following problem:
    
     Compiling /home/ubuntu/Devel/couchdb/src/couch/priv/couch_js/http.c
     /home/ubuntu/Devel/couchdb/src/couch/priv/couch_js/http.c:18:19: fatal 
error: jsapi.h: No such file or directory
      #include <jsapi.h>
                       ^
     compilation terminated.
     ERROR: compile failed while processing 
/home/ubuntu/Devel/couchdb/src/couch: rebar_abort
     Makefile:22: recipe for target 'couch' failed
     make: *** [couch] Error 1
    
    This patch just fix the documentation and adds the package as a
    dependency.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to