1. Error
python3 ./gen_ldc_version_info.py > utils/ldc_version_info_.d make: *** [utils/ldc_version_info_.d] Error 1
2. Solution:
wget -c https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-linux-x86_64.tar.xz tar -xJvf ldc2-1.30.0-linux-x86_64.tar.xz cd ldc2-1.30.0-linux-x86_64/bin echo "export PATH=`pwd`:$PATH" >> /etc/profile source /etc/profile
It will be OK! if the solution does not work for you. please leave a comment and let me know.