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

Re: svn commit: rev 2200 - trunk trunk/build

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-06-14 17:36:54 CEST

gstein@tigris.org writes:

> Author: gstein
> Date: 2002-06-14 00:08 GMT
> New Revision: 2200
>
> Log:
> Fix issue 643. Install headers into a subdir of the configured include
> directory, and insert version numbers into the libraries (distinct
> from the .so version number).

Greg, I'm so thrilled you did this. Yesterday I read over the most
excellent link posted in the issue by Jon, which describes the
philosophy of "parallel installations":

    http://www106.pair.com/rhp/parallel.html

... and after running 'make install' just now, your solution does
*exactly* what the paper recommends. That is, we used to install

  $PREFIX/include/svn_*.h
  $PREFIX/lib/libsvn_*.so

and now we're installing

  $PREFIX/include/subversion-1/svn_*.h
  $PREFIX/lib/libsvn_*-1.so

If I understand correctly, then, people that want to link against svn
libraries will now need to add a "-I$PREFIX/include/subversion-1" and
"-lsvn_*-1" to their compile lines.

Does this mean we now need to create an 'svn-config' script, just like
apr-config and gnome-config?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 14 17:39:18 2002

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.