On Wed, 07 Aug 2013 21:11:01 GMT, Mike Wey wrote:
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.
Hi, thank you for your help but i have already include the location of gtk in my project watch this :
http://img4.hostingpics.net/pics/413121Capturedcran37.png
And my problem has not gone away :x