Re: build-svn-deps-win.pl: error testing pcre

2013-06-03 Thread Johan Corveleyn
On Mon, Jun 3, 2013 at 10:13 AM, Philip Martin wrote: > Johan Corveleyn writes: > >> ** Test 2 requires a lot of stack. PCRE can be configured to >> ** use heap for recursion. Otherwise, to pass Test 2 >> ** you generally need to allocate 8 mb stack to PCRE. >> ** See the 'pcrestack' page for a d

Re: build-svn-deps-win.pl: error testing pcre

2013-06-03 Thread Philip Martin
Johan Corveleyn writes: > ** Test 2 requires a lot of stack. PCRE can be configured to > ** use heap for recursion. Otherwise, to pass Test 2 > ** you generally need to allocate 8 mb stack to PCRE. > ** See the 'pcrestack' page for a discussion of PCRE's > ** stack usage. > ]]] > > So perhaps thi

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
On Sun, Jun 2, 2013 at 4:46 PM, Johan Corveleyn wrote: > Small problem though is that httpd seems to be installed in ".", not > sure if that's intended. I ran everything in > C:\research\svn\client_build\deps, started the script there, and now I > have a bin directory (with httpd.exe etc), and the

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
On Sun, Jun 2, 2013 at 11:57 PM, Ben Reser wrote: > On Sun, Jun 2, 2013 at 2:28 PM, Ben Reser wrote: >> I'll go ahead and commit the work that I did earlier, which should get >> you further (you'll have to do a little clicking in the IDE to convert >> the httpd project) but it won't solve that is

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
On Sun, Jun 2, 2013 at 11:28 PM, Ben Reser wrote: > On Sun, Jun 2, 2013 at 2:07 PM, Johan Corveleyn wrote: >> After that, I think it's the httpd build, but that fails with "Error: >> The specified project must be converted before it can be built.". This >> is the last part of the output: >> >> [[

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
On Sun, Jun 2, 2013 at 2:28 PM, Ben Reser wrote: > I'll go ahead and commit the work that I did earlier, which should get > you further (you'll have to do a little clicking in the IDE to convert > the httpd project) but it won't solve that issue, so you may have to > run more than one build to get

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
On Sun, Jun 2, 2013 at 1:25 AM, Johan Corveleyn wrote: > I decided to give my dev environment a spring cleaning, and tried > build-svn-deps-win.pl to build the dependencies (great work BTW, > looking forward to having less dependency-building-worries -- thanks). > However, I ran into a problem whe

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Ben Reser
On Sun, Jun 2, 2013 at 2:07 PM, Johan Corveleyn wrote: > After that, I think it's the httpd build, but that fails with "Error: > The specified project must be converted before it can be built.". This > is the last part of the output: > > [[[ > Converted project httpd.dsp to 2005 in . > Converted p

Re: build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
On Sun, Jun 2, 2013 at 10:25 AM, Johan Corveleyn wrote: > I decided to give my dev environment a spring cleaning, and tried > build-svn-deps-win.pl to build the dependencies (great work BTW, > looking forward to having less dependency-building-worries -- thanks). > However, I ran into a problem wh

build-svn-deps-win.pl: error testing pcre

2013-06-02 Thread Johan Corveleyn
I decided to give my dev environment a spring cleaning, and tried build-svn-deps-win.pl to build the dependencies (great work BTW, looking forward to having less dependency-building-worries -- thanks). However, I ran into a problem when the testsuite of pcre was run: (complete output in attachment