Am Samstag, den 03.02.2007, 13:40 +0100 schrieb nostradamo: > I installed gtk2 on windows. I want > compile with gcc. but compiler can not find the hedaer files. > > For example gtk.h > > Ich i make a include with > "dir direkt to gtk.h" a list of a lot of unknow files und dirs will be showed. > > What is wront. or what does i have to do that compiler can work correct > > compiler is working with > > g++ file.c > > Greetings > > Ralf > _______________________________________________ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Have you tried the Gtk+/Win32 Development Environtment from the 'Glade for Windows' Project? Here you can find it. http://gladewin32.sourceforge.net/modules/news/ Current version: Gtk+ 2.10.7, Glib 2.12.7 If you use Bloodsheet's Dev-C++ IDE, there is a Gtk+ Pakage also, but I had no good experience with it. With the gladewin32 gtk package you can use "pkg-config" to set the compiler flags. You must set the 'PKG_CONFIG_PATH' environment variable so that pkg-config can find the *.pc files. Hope that helps -- Jens Sauer <[EMAIL PROTECTED]> _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list