You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building against Python 3.13 on i386 arch, the following build error oxcurs: I: pybuild base:311: /usr/bin/python3.13 setup.py build pyfribidi.c: In function ‘unicode_log2vis’: pyfribidi.c:60:34: error: passing argument 2 of ‘PyUnicode_AsWideChar’ from incompatible pointer type [-Wincompatible-pointer-types] 60 | PyUnicode_AsWideChar(string, logical, length); | ^~~~~~~ | | | FriBidiChar * {aka unsigned int *} In file included from /usr/include/python3.13/Python.h:79, from pyfribidi.c:21: /usr/include/python3.13/unicodeobject.h:279:14: note: expected ‘wchar_t *’ {aka ‘long int *’} but argument is of type ‘FriBidiChar *’ {aka ‘unsigned int *’} 279 | wchar_t *w, /* wchar_t buffer */ | ~~~~~~~~~^
Originally reported on Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087453
When building against Python 3.13 on i386 arch, the following build error oxcurs:
I: pybuild base:311: /usr/bin/python3.13 setup.py build pyfribidi.c: In function ‘unicode_log2vis’: pyfribidi.c:60:34: error: passing argument 2 of ‘PyUnicode_AsWideChar’ from incompatible pointer type [-Wincompatible-pointer-types] 60 | PyUnicode_AsWideChar(string, logical, length); | ^~~~~~~ | | | FriBidiChar * {aka unsigned int *} In file included from /usr/include/python3.13/Python.h:79, from pyfribidi.c:21: /usr/include/python3.13/unicodeobject.h:279:14: note: expected ‘wchar_t *’ {aka ‘long int *’} but argument is of type ‘FriBidiChar *’ {aka ‘unsigned int *’} 279 | wchar_t *w, /* wchar_t buffer */ | ~~~~~~~~~^
Full build log: https://buildd.debian.org/status/fetch.php?pkg=pyfribidi&arch=i386&ver=0.12.0%2Brepack-10%2Bb3&stamp=1731496296&raw=0
The text was updated successfully, but these errors were encountered: