Make fails
pi@raspberrypi:~/box86/build $ make Scanning dependencies of target WRAPPERS [ 1%] Generating ../src/wrapped/generated/functions_list.txt File "/home/pi/box86/rebuild_wrappers.py", line 169 keys: List[T] ^ SyntaxError: invalid syntax CMakeFiles/WRAPPERS.dir/build.make:351: recipe for target '../src/wrapped/generated/functions_list.txt' failed make[2]: *** [../src/wrapped/generated/functions_list.txt] Error 1 CMakeFiles/Makefile2:137: recipe for target 'CMakeFiles/WRAPPERS.dir/all' failed make[1]: *** [CMakeFiles/WRAPPERS.dir/all] Error 2 Makefile:160: recipe for target 'all' failed make: *** [all] Error 2
what version of python do you have? You need 3.6+ now to build.
Mmm, in fact, any Python 3 should work. But you need Python 3, it will not work with Python 2.
Is it fixed now? Can this ticket be closed?