Hey Julio, I faced this same problem a few weeks back and it seems that randrproto 1.5 is not yet released, that requirement has been made for future version. So the workaround I found was either to skip xwayland as its shouldn't be required unless you are working with something wayland related, the other solution was to reset xwayland to a point when the requirement of randrproto>=1.5 was not added. i.e to this point http://cgit.freedesktop.org/xorg/xserver/commit/?id=f1da6bf5d94911e78d2e27e6accf0c6e3aefb331 You can try "git reset --hard 3a06faf" inside xwayland directory. I particularly used the second one :-) . Let me know how it goes.
Regards, Shivam Mishra On Wed, May 6, 2015 at 5:30 PM, <[email protected]> wrote: > Send gnome-love mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.gnome.org/mailman/listinfo/gnome-love > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of gnome-love digest..." > > > Today's Topics: > > 1. Compiling gnome-shell (Julio ordo?ez) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 5 May 2015 13:25:46 -0600 > From: Julio ordo?ez <[email protected]> > To: [email protected] > Subject: [gnome-love] Compiling gnome-shell > Message-ID: > <CALo4=7skq5dt53rgmkrvks2bk39j3f5ala36elt6hmjv4o6...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, > I am trying (for the last few days) to compile the gnome shell using > jhbuild there seems to be an issue with xwayland, randrproto should be > higher than 1.5, etc... I even updated to fedora 22. Same issue. Is there a > way to manually build the gnome-shell without changing the one in my system? > > Regards, > Julio Ord??ez > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > <https://mail.gnome.org/archives/gnome-love/attachments/20150505/354376dd/attachment.html> > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > gnome-love mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/gnome-love > > > ------------------------------ > > End of gnome-love Digest, Vol 125, Issue 2 > ****************************************** _______________________________________________ gnome-love mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-love
