[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Re: Diff Project compilation problem

From: Ben Reser <ben_at_reser.org>
Date: Wed, 9 Jan 2013 16:58:37 -0800

On Wed, Jan 9, 2013 at 4:15 PM, Gabriela Gibson
<gabriela.gibson_at_gmail.com> wrote:
> I thought that the solutions to this question might be useful to have in the
> faq.html.

> +<p>1. You could be linking about your own installed libraries.</p>

Think you mean "You could be linking to your own installed libraries."

I'd probably flush this out a little section out a tad more.

> +<p>Rerun <code>"./autogen.sh; make"</code> or <code>"./autogen.sh; ./configure; make"</code>.</p>

Not sure if <code> is the right tag for command lines, think we've
been using <tt> for that, but I believe <tt> is going away and I'd bet
we've been inconsistent about that.

I'd probably say:
./autogen.sh; ./config.nice; make

config.nice is a script that configure writes after each run so you
can re-run configure with the same arguments, if you want to add
argument just pass it to config.nice.
Received on 2013-01-10 01:59:15 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.