You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Looks like the build script somehow messes up with the environment and include directories, so that it cannot find them at their standard locations.
The text was updated successfully, but these errors were encountered: