On 30 January 2010 23:17, David Gerard <[email protected]> wrote: > Is this a bug, or just me? This is doing the modular build with jhbuild: > /home/fun/.local/bin/install-check -d /usr/local/include/GL > install: cannot change permissions of `/usr/local/include/GL': No such > file or directory > I'm doing a build in my home directory, but it appears to be trying to > do things to the system. Surely that's not right ...
It's just me. Due to http://bugs.freedesktop.org/show_bug.cgi?id=26337 , building with jhbuild requires one to shell out to run ./autogen.sh because jhbuild tries to go straight to 'make'. Doing just ./autogen.sh uses the default prefix, which is of course /usr/local . If I shell out and then do ./autogen.sh --prefix=$HOME/mesa then it works properly. Phew! - d. _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
