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
I followed the instructions in readme file.
when executing make all , many error-messages come into screen .
so ...
could you tell me about your environment when compiling code , pls ?
e.g what is the version of your gcc ?
c99 or gnu99 or else ?
Kernel (e.g. uname -a):
Linux lll 3.10.0-693.21.1.el7.x86_64 Make use of markdown in readme #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Can you post the terminal output of the failing command here? You can check an example compilation environment from TravisCI: https://travis-ci.org/saminiir/level-ip
I followed the instructions in readme file.
when executing
make all
, many error-messages come into screen .so ...
could you tell me about your environment when compiling code , pls ?
e.g what is the version of your gcc ?
c99 or gnu99 or else ?
thanX!
cat /etc/os-release
):NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
uname -a
):Linux lll 3.10.0-693.21.1.el7.x86_64 Make use of markdown in readme #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: