Re: dmd error - unrecognized file extension

2018-01-29 Thread Ali Çehreli via Digitalmars-d-learn
On 01/29/2018 12:53 PM, Evan Burkey wrote: On Monday, 29 January 2018 at 19:12:13 UTC, Steven Schveighoffer wrote: version is a keyword, you can't use it here like this. Not sure if this is related to your issue directly, but definitely it will show up as an error when the compiler looks at it

Re: dmd error - unrecognized file extension

2018-01-29 Thread Evan Burkey via Digitalmars-d-learn
On Monday, 29 January 2018 at 19:12:13 UTC, Steven Schveighoffer wrote: version is a keyword, you can't use it here like this. Not sure if this is related to your issue directly, but definitely it will show up as an error when the compiler looks at it properly. So I tried changing the name to

Re: dmd error - unrecognized file extension

2018-01-29 Thread H. S. Teoh via Digitalmars-d-learn
On Mon, Jan 29, 2018 at 02:12:13PM -0500, Steven Schveighoffer via Digitalmars-d-learn wrote: > On 1/29/18 12:25 PM, Evan Burkey wrote: > > Hi there, I have a problem that is eluding me, hoping someone can > > help me see the light. I'm on Windows 10 using the latest version of > > dmd. I have a

Re: dmd error - unrecognized file extension

2018-01-29 Thread Steven Schveighoffer via Digitalmars-d-learn
On 1/29/18 12:25 PM, Evan Burkey wrote: Hi there, I have a problem that is eluding me, hoping someone can help me see the light. I'm on Windows 10 using the latest version of dmd. I have a directory with 2 files: "version.txt" and "versioncheck.d". version.txt contains a single line of text. I

Re: dmd error - unrecognized file extension

2018-01-29 Thread Evan Burkey via Digitalmars-d-learn
On Monday, 29 January 2018 at 18:02:47 UTC, rjframe wrote: On Mon, 29 Jan 2018 17:25:34 +, Evan Burkey wrote: Hi there, I have a problem that is eluding me, hoping someone can help me see the light. I'm on Windows 10 using the latest version of dmd. I have a directory with 2 files:

Re: dmd error - unrecognized file extension

2018-01-29 Thread rjframe via Digitalmars-d-learn
On Mon, 29 Jan 2018 17:25:34 +, Evan Burkey wrote: > Hi there, I have a problem that is eluding me, hoping someone can help > me see the light. I'm on Windows 10 using the latest version of dmd. I > have a directory with 2 files: "version.txt" and "versioncheck.d". > version.txt contains a