Bug 26464 - No rule to make target `../../../../src/gallium/include/pipe/p_refcnt.h', needed by `x11/native_dri2.o'
Summary: No rule to make target `../../../../src/gallium/include/pipe/p_refcnt.h', nee...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Other (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 10:03 UTC by David Ronis
Modified: 2010-02-07 13:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.