On 12-08-22 01:39 AM, Knut Petersen wrote: > >> Are you sure you have the latest version from git? >> Take a look at commit: >> http://cgit.freedesktop.org/xorg/util/modular/commit/build.sh?id=9b3166dcbdd7e411d16e97a679c065bb9996e70b >> >> build.sh: makedepend must be built after proto >> The building of makedepend was moved earlier as it is required >> by mesa, but was moved before proto upon which it depends. >> Reported-by: Fred Liu <[email protected]> >> Reviewed-by: Dan Nicholson <[email protected]> >> Signed-off-by: Gaetan Nadon <[email protected]> >> >> I think you have a version prior to this commit. >> > Shame on me, you are right. I used > > util/modular/build.sh $PREFIX --modfile modules_to_build -a -n > --cmd "git pull --rebase" > > and assumed my xorg source tree to be up to date, but obviously that > command does not update util/modular. Never thought of it, but it wasn't a bad assumption. It could be added to the default list or to your modules_to_build list. It will probably fail because it is not an autoconf package and there is nothing to build. If implemented, it could be confusing as the version of build.sh running would be different from the one on disk if the git pull brings something newer. > > cu, > Knut > > > > > >
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
