Re: [PATCH] swig: python: fix unresolved symbol issue

2019-08-09 Thread Thomas Jarosch
Hi Yegor, You wrote on Tue, Aug 06, 2019 at 01:42:06PM +0200: > From: Yegor Yefremov > > GCC later than 5.x produce _fdti1.so file with an undefined > symbol str2charp_size due to C99 inline semantics change. So > remove this keyword. > > Signed-off-by: Yegor Yefremov > --- > python/ftdi1.i

[PATCH] swig: python: fix unresolved symbol issue

2019-08-06 Thread yegorslists
From: Yegor Yefremov GCC later than 5.x produce _fdti1.so file with an undefined symbol str2charp_size due to C99 inline semantics change. So remove this keyword. Signed-off-by: Yegor Yefremov --- python/ftdi1.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git