Skip to content

"gmake -f nm_gnu.mak" command fails due to function in tmt1.cpp #1

@luisacusick

Description

@luisacusick

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions