Eric S. Raymond wrote on Tue, Nov 20, 2012 at 21:56:01 -0500:
> Daniel Shahaf <d.s_at_daniel.shahaf.name>:
> > If you installed APR, you don't need an apr/ source tree in the svn
> > build tree - that would build and use _that_ APR rather than use the
> > installed one.
> >
> > Eric S. Raymond wrote on Tue, Nov 20, 2012 at 19:43:43 -0500:
> > > Got through installing apr, apr-utils, and the sqlite3 failure.
> > > The apr portion of the build fails.
>
> In all three cases (apr, apr-utils, sqlite3), the source tree
> installation is what I did, following the instructions in the
> configure.
>
Not sure what's wrong.
> Those instructions are, by the way, wrong on one small but crucial
> point. They say to get the sqlite amalgamation zip and unpack it, but
> then that the sqlite3.c file from it should be moved to an
> 'amalgamation' directory - which doesn't exist, so that attempt wukk
> fail. What they should say is "Change the name of the root directory
> of the unpacked amalgamation tree to 'amalgamation'."
>
Make it so. :-)
(Also, the short way to set up the sqlite amalgamation is to run
'./get-deps.sh sqlite'. It worked for me two weeks ago.)
Received on 2012-11-21 04:10:49 CET