Using DMD32 D Compiler v2.063.2 on Win7, I got the following error on every trivial test programs I copied from websites:
\src\druntime\import\core\time.di(365): Error: Declaration expected, not '}'
I tried D in the past, and remember it was very smooth. Please help me on how to resolve this issue.
Comment #1 by issues.dlang — 2013-10-28T16:57:19Z
It sounds like you probably have a messed up install, but I can't really help you much without actual code examples. You really should bring this up in D.Learn to get some help there:
http://forum.dlang.org/http://forum.dlang.org/group/digitalmars.D.learn
I'd be very surprised if there were an actual bug in core.time that was causing your problem.
Comment #2 by ronald.nie — 2013-10-31T05:13:51Z
(In reply to comment #1)
> It sounds like you probably have a messed up install, but I can't really help
> you much without actual code examples. You really should bring this up in
> D.Learn to get some help there:
>
> http://forum.dlang.org/
> http://forum.dlang.org/group/digitalmars.D.learn
>
> I'd be very surprised if there were an actual bug in core.time that was causing
> your problem.
Thanks. I will post my question over there.
Comment #3 by mk — 2013-11-02T03:35:16Z
*** Issue 11399 has been marked as a duplicate of this issue. ***
Comment #4 by code — 2013-12-28T12:40:37Z
Looks like something is wrong with your setup or the \src\druntime\import\core\time.di file.