Re: Updated Ubuntu build script

2012-03-15 Thread Andrew Guertin
On 03/15/2012 03:54 PM, Bill Spitzak wrote: > dar...@chaosreigns.com wrote: > >> "sudo usermod -a -G video username" > > I tried this, it ran without complaint, but made no difference. You need to log out and log back in before group additions take effect. --Andrew _

Re: Updated Ubuntu build script

2012-03-15 Thread Bill Spitzak
dar...@chaosreigns.com wrote: "sudo usermod -a -G video username" I tried this, it ran without complaint, but made no difference. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland

Re: Updated Ubuntu build script

2012-03-14 Thread darxus
On 03/14, Bill Spitzak wrote: > Is there a reason you put all the git checkouts under ~/install > rather than under the current directory like your previous versions? Because it hadn't occurred to me that somebody might use it that way. I've been keeping my git repos and installed stuff in the sa

Re: Updated Ubuntu build script

2012-03-14 Thread Bill Spitzak
My errors went away after I did a "git clean -x -f -d" in all the git directories, and deleted the entire old ~/install directory. The result is pretty much what I had before, weston runs but no clients run, they all say "failed to create display: Permission denied" So your script worked for

Re: Updated Ubuntu build script

2012-03-14 Thread Bill Spitzak
On 03/13/2012 10:42 PM, dar...@chaosreigns.com wrote: http://www.chaosreigns.com/wayland/buildscript/ http://www.chaosreigns.com/wayland/buildscript/wayland-build-ubuntu-oneric.sh This builds and runs wayland / most of the demos, and its dependencies, from git. It should work on any linux distr

Updated Ubuntu build script

2012-03-13 Thread darxus
http://www.chaosreigns.com/wayland/buildscript/ http://www.chaosreigns.com/wayland/buildscript/wayland-build-ubuntu-oneric.sh This builds and runs wayland / most of the demos, and its dependencies, from git. It should work on any linux distro, but if it's not ubuntu oneric, it won't handle some o