I am trying to install REforge in linux and am getting a fatal error whenever I try to build stubb using the command "gmake -f nm_gnu.mak."
Here are the error messages:
tmt1.cpp: In function ‘void trymat1()’:
tmt1.cpp:167:23: error: no match for ‘operator*’ (operand types are ‘int’ and ‘GenericMatrix’)
GM = M; GM += 2 * GM; GM -= 3 * M; M1 = GM; Print(M1);
~~^~~~
tmt1.cpp:167:37: error: no match for ‘operator*’ (operand types are ‘int’ and ‘Matrix’)
GM = M; GM += 2 * GM; GM -= 3 * M; M1 = GM; Print(M1);
^
Do you know what causes this error or if there's a fix?
Thank you!
Luisa