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

Error in gtkD.d

 
Post new topic   Reply to topic     Forum Index -> gtkD
View previous topic :: View next topic  
Author Message
ste3e



Joined: 08 Apr 2012
Posts: 17
Location: New Zealand

PostPosted: Thu May 23, 2013 8:16 pm    Post subject: Error in gtkD.d Reply with quote

When building the latest gtkD.lib with both build and rdmd I was getting errors as dmd was trying to load gtkglc\gl\d.d. The issue seems to be with lines 826/827 of gtkD.d which are presently:

private import gtkglc.gl.d;
private import gtkglc.glu.d;

After changing these to:

private import gtkglc.gl;
private import gtkglc.glu;

gtkD.lib compiled error free.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> gtkD 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