Re: building couchdb from svn

2008-04-17 Thread Sho Fukamachi
OK, thanks for that - looks like I'll have to try again from scratch, although I'm relieved that at least one person on RHEL/CentOS 4 has gotten it working thanks again, Sho On 18/04/2008, at 2:01 PM, Dennis Sacks wrote: Yep, I successfully ran the test suite with no JS errors. Den

Re: building couchdb from svn

2008-04-17 Thread Dennis Sacks
Yep, I successfully ran the test suite with no JS errors. Dennis On Thu, Apr 17, 2008 at 6:54 PM, Sho Fukamachi <[EMAIL PROTECTED]> wrote: > Hey, Dennis, can you confirm that the inbuilt test suite is passing for > you? > > I followed a similar procedure (but on RHEL4) and it seemed to install >

Re: building couchdb from svn

2008-04-17 Thread Sho Fukamachi
Hey, Dennis, can you confirm that the inbuilt test suite is passing for you? I followed a similar procedure (but on RHEL4) and it seemed to install fine, but then ran extremely slowly and the test suite was full of JS- related errors. I haven't had time to try to sort out the problems but

Re: building couchdb from svn

2008-04-17 Thread Dennis Sacks
Okay, I installed spidermonkey according to the directions you pointed to, that seemed to fix the problem. I was able to configure and then compile couchdb without error. Thanks! Dennis On Thu, Apr 17, 2008 at 12:40 PM, Jan Lehnardt <[EMAIL PROTECTED]> wrote: > and http://wiki.apache.org/couchdb

Re: building couchdb from svn

2008-04-17 Thread Jan Lehnardt
and http://wiki.apache.org/couchdb/InstallingSpiderMonkeyFromSource 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

Re: building couchdb from svn

2008-04-17 Thread Jan Lehnardt
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: ch

Re: building couchdb from svn

2008-04-17 Thread Dennis Sacks
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 j

Re: building couchdb from svn

2008-04-17 Thread Dennis Sacks
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 <[EMAIL PROTECTED]> wrote: > Hi Dennis. > On Apr 17, 2008, at 13:48, Dennis Sacks wrote: > > > ./configure outout errors with this: > > > > checking for J

Re: building couchdb from svn

2008-04-17 Thread Noah Slater
On Thu, Apr 17, 2008 at 12:53:57PM +0100, Matt Goodall wrote: > I had this problem on an Ubuntu machine. gcc doesn't seem to like > having non-existent directories, e.g. /opt/local, in its paths. Hmm, first I've heard. :) I develop the build system on Ubuntu Feisty and it works fine for me. Coul

Re: building couchdb from svn

2008-04-17 Thread Jan Lehnardt
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 --wi

Re: building couchdb from svn

2008-04-17 Thread Dennis Sacks
I compiled spidermonkey myself and copied the library files to /usr/local/lib and the header files to /usr/local/include/js I applied the patch, reran bootstrap and during configure am getting the same error, so I'm not sure its the same issue. Dennis On Thu, Apr 17, 2008 at 5:14 AM, Matt Goodal

Re: building couchdb from svn

2008-04-17 Thread Matt Goodall
On 17/04/2008, Dennis Sacks <[EMAIL PROTECTED]> wrote: > Matt, after I apply that patch, do I just run ./configure again or do I need > to do something else first? I don't know how configure.ac gets used in the > process ... Sorry, I think you need to run the bootstrap script again ... $ ./

Re: building couchdb from svn

2008-04-17 Thread Dennis Sacks
Matt, after I apply that patch, do I just run ./configure again or do I need to do something else first? I don't know how configure.ac gets used in the process ... Dennis On Thu, Apr 17, 2008 at 4:53 AM, Matt Goodall <[EMAIL PROTECTED]> wrote: > On 17/04/2008, Dennis Sacks <[EMAIL PROTECTED]> wr

Re: building couchdb from svn

2008-04-17 Thread Matt Goodall
On 17/04/2008, Dennis Sacks <[EMAIL PROTECTED]> 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? > >

building couchdb from svn

2008-04-17 Thread Dennis Sacks
./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)