Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 29956 invoked from network); 17 Apr 2008 19:41:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 19:41:04 -0000 Received: (qmail 90443 invoked by uid 500); 17 Apr 2008 19:40:52 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 90421 invoked by uid 500); 17 Apr 2008 19:40:52 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 90410 invoked by uid 99); 17 Apr 2008 19:40:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 12:40:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jan@prima.de designates 83.97.50.139 as permitted sender) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 19:40:00 +0000 Received: from [192.168.1.33] (softdnserr [::ffff:92.225.34.79]) (AUTH: LOGIN jan, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Thu, 17 Apr 2008 19:40:19 +0000 Message-Id: <93BB996F-92B9-43E2-83A6-12F098481C7C@prima.de> From: Jan Lehnardt To: couchdb-user@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: building couchdb from svn Date: Thu, 17 Apr 2008 21:39:47 +0200 References: X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Apr 17, 2008, at 21:33, Dennis Sacks wrote: > I blew away what I was working on, to start anew. I did: > > svn co http://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb > ./bootstrap > ./configure --prefix=/usr/local/couchdb > > Interestingly, the end of the configure output looks like this: > > checking for JS_NewContext in -ljs... yes > checking jsapi.h usability... no > checking jsapi.h presence... no > checking for jsapi.h... no > configure: error: Could not find the jsapi header. where is your jsapi.h file? > > > Are Mozilla SpiderMonkey headers installed? > > So in that case, it looks like the spidermonkey library file is > being found. > > > I then try specifying --with-js-include=/usr/local/include or > --with-js-include=/usr/local/include/js and neither one alters the > output of > configure. > > > I also tried doing: > > CPPFLAGS=-I/usr/local/include ./configure ... > > and > > CPPFLAGS=-I/usr/local/include/js ./configure > > but neither one of those makes a difference either. > > Dennis > > > > On Thu, Apr 17, 2008 at 9:38 AM, Dennis Sacks > wrote: > >> Yep, I've tried with --with-js-include=/usr/local/include and >> without. >> >> I'm on CentOS 4 >> >> Dennis >> >> >> On Thu, Apr 17, 2008 at 7:36 AM, Jan Lehnardt wrote: >> >>> Hi Dennis. >>> On Apr 17, 2008, at 13:48, Dennis Sacks wrote: >>> >>>> ./configure outout errors with this: >>>> >>>> checking for JS_NewContext in -ljs... no >>>> checking for JS_NewContext in -lmozjs... no >>>> >>>> configure: error: Could not find the js library. >>>> >>>> Is the Mozilla SpiderMonkey library installed? >>>> >>>> I specified --with-js-lib=/usr/local/lib or without (doesn't seem >>>> to >>>> matter) >>>> >>> >>> Can you try with setting --with-js-include=/usr/local/include as >>> well? >>> >>> Which OS are you on? >>> >>> Cheers >>> Jan >>> -- >>> >> >>