On Son, 2010-07-04 at 22:28 +0100, Richard Hughes wrote: > gmake[4]: Entering directory > `/home/hughsie/Code/mesa/src/gallium/state_trackers/egl' > gmake[4]: *** No rule to make target `common/native_probe.h', needed > by `common/egl_g3d_api.o'. Stop. > > Somebody forgot to "git add" a file perhaps?
src/gallium/state_trackers/egl/common/native_probe.h was removed in commit 4cb853402b6c55f5dbabf4475cd46b34bd7b1bc1 . Looks like your src/gallium/state_trackers/egl/depend (and possibly other depend files) has a stale reference to it, remove it/them and try again. -- Earthling Michel Dänzer | http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
