Russell Shaw wrote: > ./util/modular/build.sh: line 27: cd: lib/xtrans: No such file or directory You didn't check out everything in lib/. do it. You'll also need libX11 from git git clone git://git.freedesktop.org/git/xorg/lib/libX11 And change build.sh to use it in stead of lib/X11. The build is broken in other places, but it's a start. Rune Petersen