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

Re: [PATCH] Issue 1627: Create subversion DLLs on Windows

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-12-27 17:24:21 CET

On 12/18/06, Vlad Georgescu <vgeorgescu@gmail.com> wrote:
> I attached the updated log message and patch.

Two more problems I discovered:

1. I forgot to add svn_nls.h to the list of header files for
libsvn_subr. (I don't build with ENABLE_NLS, so I didn't realize this
until I tried to build the python bindings, which wrap svn_nls_init).

2. The swig_{client,delta,fs,ra,repos} targets should explicitly
depend on APR because they use apr_palloc in some places. This worked
previously because if a project depends on a static library, the
library's dependencies are recursively added to the dependent project.
This doesn't happen with shared libs, causing linker errors.

I updated the log message and patch to address these issues.

-- 
Vlad



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Dec 27 17:24:31 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.