Skip to content

Cannot build on Ubuntu 18 #4

Description

@Youda008

Tried to build this project on Ubuntu 18.04 with gcc 7.3.0. I executed the scripts setup.sh and build.sh as written in README and got this error:

In file included from /media/UserData/Youda/CVUT/DIP/Implementace/frameworks/bin2llvm-build/llvm-native/include/llvm/Support/DataTypes.h:37:
/usr/lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/cmath:45:15: fatal error: 'math.h' file not found
#include_next <math.h>
              ^

Looks like the build script somehow messes up with the environment and include directories, so that it cannot find them at their standard locations.

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