Re: "make clean-swig-py" doesn't remove generated Python 3-specific SWIGfiles

2020-06-17 Thread Manuel Jacob
On 2020-06-17 19:50, Yasuhito FUTATSUKI wrote: Hi, In article <512bc3500837462de9542731a9af4...@manueljacob.de> m...@manueljacob.de writes: I tried to build SVN with bindings for Python 2. I followed the instructions, but it didn't work: You need to rebuild build-outputs.mk and configure

Re: Ignore every file except XX*

2020-06-17 Thread Daniel Shahaf
> > > > At this point I'd rather wait for Daniel to answer my question and > > > > clarify his problem statement. > > > > > > I rather suspect that XX* and YY* were just general examples, not > > > concrete ones. > > > > So do I, but the solution I posted is generalizable, as you know. > > >

Re: "make clean-swig-py" doesn't remove generated Python 3-specific SWIGfiles

2020-06-17 Thread Yasuhito FUTATSUKI
Hi, In article <512bc3500837462de9542731a9af4...@manueljacob.de> m...@manueljacob.de writes: > I tried to build SVN with bindings for Python 2. I followed the > instructions, but it didn't work: You need to rebuild build-outputs.mk and configure script by execute 'sh ./autogen.sh' (We are

"make clean-swig-py" doesn't remove generated Python 3-specific SWIG files

2020-06-17 Thread Manuel Jacob
I tried to build SVN with bindings for Python 2. I followed the instructions, but it didn't work: # Step 1 of subversion/bindings/swig/INSTALL # ... I installed SWIG 2 and passed --with-python=/usr/bin/python2.7 to ./configure. tar xaf ~/Downloads/subversion-1.14.0.tar.bz2 cd