Re: RDMD can't eval code because of missing cstream module

2016-11-21 Thread Meta via Digitalmars-d-learn
On Monday, 21 November 2016 at 17:35:14 UTC, Meta wrote: On Monday, 21 November 2016 at 16:44:34 UTC, Kagamin wrote: https://github.com/dlang/tools/commit/5ed4f176f41b7559c64cf525c07ccf13ca3a5160 this? That seems like a probable cause, but where is cstream being referenced? I did github

Re: RDMD can't eval code because of missing cstream module

2016-11-21 Thread Meta via Digitalmars-d-learn
On Monday, 21 November 2016 at 16:44:34 UTC, Kagamin wrote: https://github.com/dlang/tools/commit/5ed4f176f41b7559c64cf525c07ccf13ca3a5160 this? That seems like a probable cause, but where is cstream being referenced? I did github search for cstream and all it came up with were references

Re: RDMD can't eval code because of missing cstream module

2016-11-21 Thread Kagamin via Digitalmars-d-learn
https://github.com/dlang/tools/commit/5ed4f176f41b7559c64cf525c07ccf13ca3a5160 this?

RDMD can't eval code because of missing cstream module

2016-11-21 Thread Meta via Digitalmars-d-learn
I'm having trouble evaluating basic code with rdmd. It's complaining that std/cstream.d does not exist. I checked, and surely enough, it doesn't. My question is why is it looking for cstream.d? Is rdmd out of date, or is there a problem with my dmd install? I am on OSX 10.12.1 (Sierra) and