Bug 28042 - [regression] build failure in git master: No rule to make target `../../../../src/mesa/glapi/glapi.h', needed by `egl_dri2.o'.
Summary: [regression] build failure in git master: No rule to make target `../../../....
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLX (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium major
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-09 11:28 UTC by David Ronis
Modified: 2011-07-22 17:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description David Ronis 2010-05-09 11:28:41 UTC
I upgraded the git master today and tried rebuilding (after rerunning autogen.sh and configure).  I get:

gmake[4]: Entering directory `/home/ronis/Project/notar/X/mesa/src/egl/drivers/dri2'
gmake[4]: *** No rule to make target `../../../../src/mesa/glapi/glapi.h', needed by `egl_dri2.o'.  Stop.
gmake[4]: Leaving directory `/home/ronis/Project/notar/X/mesa/src/egl/drivers/dri2'


there is a glapi.h file:

find -name glapi.h -ls returns:

1081537    4 -rw-r--r--   1 ronis    ronis        2712 May  8 22:30 ./src/mapi/glapi/glapi.h
Comment 1 Brian Paul 2010-05-09 15:19:16 UTC
You probably need to run 'make clean' first.
Comment 2 Chad Versace 2011-07-22 17:36:10 UTC
Marking RESOLVED/FIXED.

This was build system bug from 2010. Surely it has been fixed since then.


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.