On Sat, Apr 06, 2002 at 07:34:31PM -0800, Blair Zajac wrote:
> Daniel Berlin wrote:
> >
> > On Sat, 6 Apr 2002, Blair Zajac wrote:
> > > If anybody tells me the steps, I can write the HOWO-TO and check it
> > > in.
> >
> > Install swig 1.3.11
> > Install python 2.2 (Probably 1.5.2+ would work fine, i just happen to have
> > 2.2, and haven't tried older versions)
> > Install rcsparse from viewcvs (this is the part that sucks right now)
> > into either the same dir as cvs2svn.py, or in the python module path so
> > that "import rcsparse" picks it up properly.
>
> I've done all that, but don't you need to run swig on the files in
>
> svn/subversion/bindings/swig
>
> When I run
>
> % cd svn/subversion/bindings/swig
> % swig -python *i
> swig error : Unrecognized option apr.i
> swig error : Unrecognized option svn_client.i
> swig error : Unrecognized option svn_delta.i
> swig error : Unrecognized option svn_fs.i
> swig error : Unrecognized option svn_ra.i
> swig error : Unrecognized option svn_repos.i
> swig error : Unrecognized option svn_string.i
> swig error : Unrecognized option svn_types.i
> swig error : Unrecognized option svn_wc.i
> Use 'swig -help' for available options.
try rerunning configure now that you have swig installed. it should
pick up on the presence of swig and build the swig bindings as a part
of the normal build. at least it did when i had swig installed on my
machine, although i never actually tried the bindings.
-garrett
--
garrett rooney Remember, any design flaw you're
rooneg@electricjellyfish.net sufficiently snide about becomes
http://electricjellyfish.net/ a feature. -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 7 05:38:40 2002