gives me this error when compiling the tree
[MMAKE] Making mesa3d-linklib-compiler-generated in workbench/libs/mesa/libcompiler
Generating bin/linux-x86_64/gen/workbench/libs/mesa/src/compiler/glsl/ir_expression_operation.h
Generating bin/linux-x86_64/gen/workbench/libs/mesa/src/compiler/glsl/ir_expression_operation_constant.h
Traceback (most recent call last):
File "/home/salvatore/aros/build/bin/linux-x86_64/Ports/mesa/mesa-19.1.5/src/compiler/glsl/ir_expression_operation.py", line 23, in <module>
Traceback (most recent call last):
File "/home/salvatore/aros/build/bin/linux-x86_64/Ports/mesa/mesa-19.1.5/src/compiler/glsl/ir_expression_operation.py", line 23, in <module>
import mako.template
ImportError : import mako.template
No module named mako.template
ImportError: No module named mako.template
mmakefile:153: recipe for target '/home/salvatore/aros/build/bin/linux-x86_64/gen/workbench/libs/mesa/src/compiler/glsl/ir_expression_operation_constant.h' failed
make[1]: *** [/home/salvatore/aros/build/bin/linux-x86_64/gen/workbench/libs/mesa/src/compiler/glsl/ir_expression_operation_constant.h] Error 1
make[1]: *** Attesa per i processi non terminati....
mmakefile:147: recipe for target '/home/salvatore/aros/build/bin/linux-x86_64/gen/workbench/libs/mesa/src/compiler/glsl/ir_expression_operation.h' failed
make[1]: *** [/home/salvatore/aros/build/bin/linux-x86_64/gen/workbench/libs/mesa/src/compiler/glsl/ir_expression_operation.h] Error 1
[MMAKE] make --no-print-directory TOP=/home/salvatore/aros/build SRCDIR=/home/salvatore/aros/AROS CURDIR=workbench/libs/mesa/libcompiler TARGET=mesa3d-linklib-compiler-generated --file=mmakefile mesa3d-linklib-compiler-generated failed: 512
[MMAKE] Error: Error while running make in workbench/libs/mesa/libcompiler: No such file or directory
Makefile:113: recipe for target 'all' failed
make: *** [all] Error 10