You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jeremy Whitlock <jc...@gmail.com> on 2007/02/13 06:14:20 UTC

Mac check-swig-py Requires Installation

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

Re: Mac check-swig-py Requires Installation

Posted by Blair Zajac <bl...@orcaware.com>.
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
<bl...@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/svn/

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

Re: Mac check-swig-py Requires Installation

Posted by Blair Zajac <bl...@orcaware.com>.
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
<bl...@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