Problems compiling gtk+

[email protected] Thu, 07 May 2015 01:09:10 +0200
Newsgroups gmane.comp.gnome.love
Message-ID <[email protected]>
Hello,

I have trouble on building gtk+ with jhbuild on arch linux. That 
problem is persistent
for a long time now, what brings me to the conclusion that it is a 
problem on my systems.

I am using the following jhbuild config:

	os.environ['PYTHON'] = '/usr/bin/python2'
	moduleset = 'gnome-apps-3.16'
	modules = ['gnome-control-center', ]
	checkoutroot = '~/SSD/projects/gnome'
	prefix = '~/SSD/opt/gnome/'
	autogenargs='--disable-gtk-doc --disable-static'
	module_autogenargs['clutter']='--disable-wayland-backend 
--disable-wayland-compositor'

And here are the last logs of jhbuild. I would be more than happy if 
someone could help me on that.

	Making all in wayland
	make[4]: Entering directory 
'/fasthome/tvn/projects/gnome/gtk+/gdk/wayland'
	make  all-am
	make[5]: Entering directory 
'/fasthome/tvn/projects/gnome/gtk+/gdk/wayland'
	  CC       gdkapplaunchcontext-wayland.lo
	  CC       gdkdevice-wayland.lo
	  CC       gdkcursor-wayland.lo
	  CC       gdkdisplay-wayland.lo
	  CC       gdkdnd-wayland.lo
	  CC       gdkkeys-wayland.lo
	  CC       gdkeventsource.lo
	  CC       gdkglcontext-wayland.lo
	  CC       gdkscreen-wayland.lo
	  CC       gdkselection-wayland.lo
	  CC       gdkwindow-wayland.lo
	  CCLD     libgdk-wayland.la
	make[5]: Leaving directory 
'/fasthome/tvn/projects/gnome/gtk+/gdk/wayland'
	make[4]: Leaving directory 
'/fasthome/tvn/projects/gnome/gtk+/gdk/wayland'
	Making all in .
	make[4]: Entering directory '/fasthome/tvn/projects/gnome/gtk+/gdk'
	make[4]: *** No rule to make target 'gdkcolor.c', needed by 
'libgdk_3_la-gdkcolor.lo'.  Stop.
	make[4]: Leaving directory '/fasthome/tvn/projects/gnome/gtk+/gdk'
	Makefile:1389: recipe for target 'all-recursive' failed
	make[3]: *** [all-recursive] Error 1
	make[3]: Leaving directory '/fasthome/tvn/projects/gnome/gtk+/gdk'
	Makefile:896: recipe for target 'all' failed
	make[2]: *** [all] Error 2
	make[2]: Leaving directory '/fasthome/tvn/projects/gnome/gtk+/gdk'
	Makefile:717: recipe for target 'all-recursive' failed
	make[1]: *** [all-recursive] Error 1
	make[1]: Leaving directory '/fasthome/tvn/projects/gnome/gtk+'
	Makefile:611: recipe for target 'all' failed
	make: *** [all] Error 2


greetings,
	Theo