Bug 26464

Summary: No rule to make target `../../../../src/gallium/include/pipe/p_refcnt.h', needed by `x11/native_dri2.o'
Product: Mesa Reporter: David Ronis <David.Ronis>
Component: OtherAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: medium    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description David Ronis 2010-02-07 10:03:31 UTC
I'm following Xorg's git master.  In today's update, mesa's build fails with:

gmake[4]: Entering directory `/home/ronis/Project/notar/X/mesa/src/gallium/state_trackers/egl'
gmake[4]: *** No rule to make target `../../../../src/gallium/include/pipe/p_refcnt.h', needed by `x11/native_dri2.o'.  Stop.

(I rerun autogen and configure).
Comment 1 David Ronis 2010-02-07 10:05:40 UTC
One more thing:  find -name p_refcount.h -ls returns nothing.

Comment 2 Brian Paul 2010-02-07 12:15:27 UTC
Try a 'make clean' first.  Or look for/remove a 'depend' file in the directory of the failed dependency.
Comment 3 David Ronis 2010-02-07 12:26:35 UTC
Thanks, the suggestion worked.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.