libteam icon indicating copy to clipboard operation
libteam copied to clipboard

Python binding fails to build with swig 4.1

Open loqs opened this issue 2 years ago • 1 comments

libteam fd26b370d85d63cca0736d7e666736bb15c395aa swig 4.1.1 gcc 12.2.1

$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var  --disable-static --libexecdir=/usr/lib
$ make all
....
$ cd binding/python
$ python setup.py build
team/capi.i:48: Error: %typemap attribute 'in' is missing its value.  If this is specifying the target language, that's no longer supported: use #ifdef SWIG<LANG> instead.
error: command '/usr/bin/swig' failed with exit code 1

loqs avatar Jan 30 '23 00:01 loqs

Got the same error with latest release version (v1.31).

papoteur-mga avatar May 07 '23 17:05 papoteur-mga