Hello, I was trying to build gtk+3.9.10 which is the latest version,with mingw32 on windows7. I configured it with ./configure –prefix=somepath,and then make.then got an error below: gdkkeynames.c:47:1: warning: '_gdk_keyval_name' defined but not used [-Wunused-f unction] gdkkeynames.c:88:1: warning: '_gdk_keyval_from_name' defined but not used [-Wunu sed-function] make[4]: *** No rule to make target `gdk.def', needed by `libgdk-3.la'. Stop. make[4]: Leaving directory `/d/gtk_src/gtk+-3.9.10/gdk' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/d/gtk_src/gtk+-3.9.10/gdk' make[2]: *** [all] Error 2 make[2]: Leaving directory `/d/gtk_src/gtk+-3.9.10/gdk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/d/gtk_src/gtk+-3.9.10' make: *** [all] Error 2 what is gdk.def?Seems it doesn’t exist at all.Could you tell me how to handle this? Best regards. |