Compiling xserver on Ubuntu 12.04 Precise

Pekka Paalanen ppaalanen at gmail.com
Wed Aug 22 02:16:06 PDT 2012


On Tue, 21 Aug 2012 21:44:46 -0700
Bill Spitzak <spitzak at gmail.com> wrote:

> On 08/21/2012 10:17 AM, Scott Moreau wrote:
> >
> > You probably have the wrong xserver code. Make sure you get it from the
> > xwayland-1.12 branch of git://anongit.freedesktop.org/xorg/xserver
> > <http://anongit.freedesktop.org/xorg/xserver> with latest here
> > http://cgit.freedesktop.org/xorg/xserver/log/?h=xwayland-1.12
> 
> I seem to be on 1.12:
> 
> % git status
> # On branch xwayland-1.12

That is the name your local branch. It does not tell us what upstream
branch it corresponds to, or even which remote repository it
corresponds to.

To see for sure, look at the output of 'git remote -v', and then
compare your local branch with the remote branches, for example with
'gitk --all'.

> # Untracked files:
> #   (use "git add <file>..." to include in what will be committed)
> #
> #	hw/xfree86/xwayland/drm-client-protocol.h
> #	hw/xfree86/xwayland/drm-protocol.c
> #	hw/xfree86/xwayland/xserver-client-protocol.h
> #	hw/xfree86/xwayland/xserver-protocol.c
> nothing added to commit but untracked files present (use "git add" to track)

Or just wipe that whole checkout, and use the command soreau gave.


Thanks,
pq


More information about the wayland-devel mailing list