Geoff Parker
Results
2
issues of
Geoff Parker
Since Python 3.11, the open() function no longer accepts the 'U' ("universal newline) mode. Upgrade waf that fixes error: ValueError: invalid mode: 'rUb' With commit: https://gitlab.com/ita1024/waf/-/commit/68997828c850ce7fb30b73b4adfde35053e539d1
Change the implicit return type of int in the embeded test.c program in the configure script to explicit "int main()". This was a warning in previous gcc versions, but in...