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

Re: svn commit: r20826 - trunk/build/generator

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-07-22 20:44:45 CEST

djh@tigris.org wrote:
> Author: djh
> Date: Sat Jul 22 11:04:15 2006
> New Revision: 20826
>
> Modified:
> trunk/build/generator/gen_win.py
>
> Log:
> Fix swig perl bindings build on Windows.
>
> * build/generator/gen_win.py
> (get_win_includes): Add subversion directory to include dirs
> so swig projects can see the svn_private_config.h file.
>
>
>
> Modified: trunk/build/generator/gen_win.py
> URL: http://svn.collab.net/viewvc/svn/trunk/build/generator/gen_win.py?pathrev=20826&r1=20825&r2=20826
> ==============================================================================
> --- trunk/build/generator/gen_win.py (original)
> +++ trunk/build/generator/gen_win.py Sat Jul 22 11:04:15 2006
> @@ -634,6 +634,7 @@
> self.path("subversion/bindings/swig/proxy"),
> self.path("subversion/bindings/swig/include"),
> self.path("subversion/include"),
> + self.path("subversion"),
> self.path(util_includes),
> self.apath(self.apr_path, "include"),
> self.apath(self.apr_util_path, "include") ]
>

Bravo. +1 from me to merge this to the 1.4 branch, it was a showstopper.

I just don't understand why the common include paths (subversion/include
and subversion) aren't always set ... they should be.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 22 20:45:05 2006

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.