On 03/14/2016 02:56 AM, Orkhan wrote: > THe output like that : > root@ubuntu:/opt/xcomm# gdmd > Can't exec "/usr/local/bin/gdc": No such file or directory at
Ok, now you need to install gdc: http://gdcproject.org/downloadsIn short, the project that you are trying to build depends on gdmd, which is a dmd-like interface to gdc, which needs to be installed on your system.
Ali