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

GtkD preview 3: Bug report & fix

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



Joined: 28 Jan 2007
Posts: 6

PostPosted: Tue Jul 10, 2007 1:12 am    Post subject: GtkD preview 3: Bug report & fix Reply with quote

The "sourceview.d" file (N.B. not the "SourceView.d" file) cannot be complied.

To solve the problem, edit the "sourceview.d" file by

1. replacing the line
private import gsvc.sourceviewtypes;
by
private import gsvc.gsvtypes;

2. replacing the line
sourceview_Linker = new Linker(libPath ~ importLibs[LIBRARY.SOURCEVIEW] );
by
sourceview_Linker = new Linker(libPath ~ importLibs[LIBRARY.GSV] );
Back to top
View user's profile Send private message
okibi



Joined: 04 Jan 2007
Posts: 170

PostPosted: Tue Jul 10, 2007 8:56 am    Post subject: Reply with quote

What version dmd are you compiling with?
Back to top
View user's profile Send private message
mrjianpu



Joined: 28 Jan 2007
Posts: 6

PostPosted: Thu Jul 12, 2007 7:38 am    Post subject: Reply with quote

I am using GDC, not dmd. The "gdc --version" command shows
gdc (GCC) 4.1.1 20060524 ( (gdc 0.23, using dmd 1.007))
Back to top
View user's profile Send private message
okibi



Joined: 04 Jan 2007
Posts: 170

PostPosted: Tue Aug 14, 2007 6:32 am    Post subject: Reply with quote

This issue has been fixed in Preview 4, which is available as of today.

http://dsource.org/projects/dui
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