According to Synaptic package manager I have version 1:7.3+10ubuntu10.2 of both xorg and xserver-xorg, the latest version. I am trying to install gtk+3.0.0 and when I run 'make' it works until this point where I get the following:
make all-recursive make[3]: Entering directory `/home/administrator/source_files/gtk+-3.0.0/gdk' Making all in x11 make[4]: Entering directory `/home/administrator/source_files/gtk+-3.0.0/gdk/x11' CC gdkapplaunchcontext-x11.lo In file included from gdkapplaunchcontext-x11.c:29: gdkprivate-x11.h:45:36: error: X11/extensions/XInput2.h: No such file or directory, xorg, xserver-xorg 1:7.3+10ubuntu10.2, latest version is 1:7.3+10ubuntu10.2 (synaptic) In file included from gdkapplaunchcontext-x11.c:29: gdkprivate-x11.h:243: error: expected ')' before '*' token make[4]: *** [gdkapplaunchcontext-x11.lo] Error 1 make[4]: Leaving directory `/home/administrator/source_files/gtk+-3.0.0/gdk/x11' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/administrator/source_files/gtk+-3.0.0/gdk' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/administrator/source_files/gtk+-3.0.0/gdk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/administrator/source_files/gtk+-3.0.0' make: *** [all] Error 2
