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

Re: Mac check-swig-py Requires Installation

From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-02-13 08:17:28 CET

Jeremy Whitlock wrote:
> Hi All,
> Is it expected that running "make check-swig-py" would require that
> I actually run "make install" and "make install-swig-py"? When I test
> the bindings on Ubuntu, I do not need to install anything to make the
> tests run.
>
> Take care,
>
> Jeremy

I don't think it's necessary to email both mailing lists for a question.

To run the test suite successfully, you may want to try what MacPorts
does, which is to set DYLD_LIBRARY_PATH.

test.run yes
test.target check
test.env DYLD_LIBRARY_PATH=`find
${worksrcpath}/subversion -type
d -name .libs | xargs echo | sed -e 's/ /:/g'` CLEANUP=true

Here, worksrcpath is where subversion-1.x.y was extracted.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 13 08:19:36 2007

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.