On Wed, 07 Aug 2013 07:34:50 GMT, Quentin J. wrote:

Hi, (sorry for my english ^^, i'm french)

I try install GtkD with this method : https://github.com/gtkd-developers/GtkD/wiki/Installing-on-Windows

But i have multiple error of build on MonoDevelop(Xamarin studio)

  • gtk.Builder could not be resolved
  • gtk.Button could not be resolved
  • gtk.Main could not be resolved
  • gtk.MainWindow could not be resolved
  • gtk.Widget could not be resolved
  • gtk.Window could not be resolved

I have installed Gtk+ Runtime 3.8 (32 bits) and Gtk+ Runtime 3.8 (64 bits) and DMD 2

I need your help :'(

Quentin

Did you add the source location to the Project?

Right click on the Project > Build > Includes.

Or add the include globally (Because of performance reasons you might not want to do this):

Edit > Preferences > Environment > D > Compiles toolchains > Includes.