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

Re: busted 'make swig-py'...

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-02-28 02:02:41 CET

On Thu, Feb 27, 2003 at 04:31:45PM -0800, Ben Collins-Sussman wrote:
>
> ...if you use a non-GNU system.
>
> That is, 'make swig-py' doesn't work unless make == GNU make.
> We're somehow defining "*.i" targets in a way that GNU make
> understands, but not conventional BSD make.

Huh? We never declare .i targets. We have .c targets which depend upon a .i
input, though:

subversion/bindings/swig/java/svn_fs.c: subversion/bindings/swig/svn_fs.i
        $(RUN_SWIG_JAVA)

I'm not sure how that could be OS specific :-(

> If you use BSD make, then
> it the -i flag is never passed to swig.

Hmm? I don't recall *any* passing of -i. Do you mean -I (capital) ?

> But I know nothing about our swig build system. Just thought I'd
> throw this problem out there, because I wasted a lot of time before I
> thought of running 'gmake swig-py'. :-)

You've got something funny going on, because I certainly don't see any
thing in our rules that would be gmake specific.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 28 01:57:57 2003

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.