Gdmd compiling error

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 15 11:26:48 PDT 2016


On 03/15/2016 02:45 AM, Orkhan wrote:
 > output of the gdc is  :
 >
 > root at ubuntu:/home/alikoza/Downloads/i686-pc-linux-gnu# gdc
 > gdc: fatal error: no input files
 > compilation terminated.

That makes sense. It should produce an executable if you give it a .d file:

   gdc foo.d

Since you installed gdmd as well, you can get back to the Xcom server 
files. Have you tried building it now? If that still fails, please open 
another thread because I don't think I can help you any further with 
that project and I don't think anybody else is following this thread. :)

Ali



More information about the Digitalmars-d-learn mailing list