DMD compiler exception

Benjamin Schulte Aldoric at gmx.de
Mon May 12 03:58:34 PDT 2008


Hi!
I just got a DMD compiler exception. It quits with the message "abnormal program termination".

Here is the compiler output I get.
D:\dmd\project\...\kui\basic\object.d(7): Error: identifier 'Object' is not defined
D:\dmd\project\...\kui\basic\object.d(7): Error: Object is used as a type
Assertion failure: 'b->type->ty == Tclass' on line 421 in file 'class.c'

And here is the source file I guess it's the reason
1: /*********************************************************************
2:  * Basic KUI object
3: *********************************************************************/
4: module kui.basic.object;
5: 
6: class KUIObject
7: {
8: }
9: 
10: /********************************************************************/

I just downloaded the newest DMD version 1.028 and tried again - Error still appears.

Do you need any more informations?



More information about the Digitalmars-d mailing list