http://bugs.freedesktop.org/show_bug.cgi?id=17381

           Summary: mesa build failed for dri2
           Product: Mesa
           Version: unspecified
          Platform: Other
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


when compile mesa ,it failed with below info:
---------------
dri2.c: In function ‘DRI2GetBuffers’:
dri2.c:208: error: ‘xDRI2GetBuffersReply’ undeclared (first use in this
function)
dri2.c:208: error: (Each undeclared identifier is reported only once
dri2.c:208: error: for each function it appears in.)
dri2.c:208: error: expected ‘;’ before ‘rep’
dri2.c:209: error: ‘xDRI2GetBuffersReq’ undeclared (first use in this
function)
dri2.c:209: error: ‘req’ undeclared (first use in this function)
dri2.c:211: error: ‘xDRI2Buffer’ undeclared (first use in this function)
dri2.c:211: error: expected ‘;’ before ‘repBuffer’
dri2.c:218: error: ‘sz_xDRI2GetBuffersReq’ undeclared (first use in this
function)
dri2.c:218: error: expected expression before ‘)’ token
dri2.c:218: error: ‘X_DRI2GetBuffers’ undeclared (first use in this
function)
dri2.c:227: error: ‘rep’ undeclared (first use in this function)
dri2.c:239: error: ‘repBuffer’ undeclared (first use in this function)
dri2.c: In function ‘DRI2SwapBuffers’:
dri2.c:264: error: ‘xDRI2SwapBuffersReq’ undeclared (first use in this
function)
dri2.c:264: error: ‘req’ undeclared (first use in this function)
dri2.c:265: error: ‘xDRI2SwapBuffersReply’ undeclared (first use in this
function)
dri2.c:265: error: expected ‘;’ before ‘rep’
dri2.c:270: error: ‘sz_xDRI2SwapBuffersReq’ undeclared (first use in this
function)
dri2.c:270: error: expected expression before ‘)’ token
dri2.c:270: error: ‘X_DRI2SwapBuffers’ undeclared (first use in this
function)
dri2.c:279: error: ‘rep’ undeclared (first use in this function)
gmake[2]: *** [dri2.o] Error 1
gmake[2]: Leaving directory `/GFX/build/component/Mesa/mesa/src/glx/x11'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/GFX/build/component/Mesa/mesa/src'
make: *** [default] Error 1
-------------------------------------------------
we try to bisect and find below commit cause this issue:

commit f56b569e9af356c11869ee49a4669bb01b75397e
Author: Kristian Høgsberg <[EMAIL PROTECTED]>
Date:   Wed Aug 13 11:46:25 2008 -0400

    DRI2: Drop sarea, implement swap buffers in the X server.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to