Skip to content

Error Compiling #14

@omazapa

Description

@omazapa

Dear Rllvm developers,
I am trying to compile with g++ (Debian 6.2.0-3) 6.2.0 20160901
and I am getting the next error.

ExecEngine.cpp: In function ‘void R_InitializeCppBackendTarget()’:
ExecEngine.cpp:96:36: error: ‘LLVMInitializeCppBackendTarget’ was not declared in this scope
LLVMInitializeCppBackendTarget();
^
ExecEngine.cpp:97:40: error: ‘LLVMInitializeCppBackendTargetInfo’ was not declared in this scope
LLVMInitializeCppBackendTargetInfo();
^
ExecEngine.cpp:98:38: error: ‘LLVMInitializeCppBackendTargetMC’ was not declared in this scope
LLVMInitializeCppBackendTargetMC();

Cheers
Omar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions