FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error: mixin is not defined (dmd v2.032)

 
Post new topic   Reply to topic     Forum Index -> DFL
View previous topic :: View next topic  
Author Message
tyro



Joined: 04 Dec 2004
Posts: 13

PostPosted: Sat Sep 05, 2009 8:46 pm    Post subject: Error: mixin is not defined (dmd v2.032) Reply with quote

the following appears on line 876 of control.d in the DFL package:
mixin OpApplyAddIndex!(opApply, Control);

Attempting to compile it results in the following error message:
control.d(876): Error: mixin is not defined

I've compiled my copy of DFL with every release of dmd starting with v2.021 only encountering this problem with the release of v2.032.

Here is another problem that cropped up with this release:
control.d(783): Error: identifier 'HWND' is not defined

I'm not too worried about this one because it was easily resolved with:
private import std.c.windows.windows: HWND;

Any ideas?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> DFL All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group