Please do not reply to this email: if you want to comment on the bug, go to         
the URL shown below and enter yourcomments there.  
  
https://freedesktop.org/bugzilla/show_bug.cgi?id=965       
  
           Summary: ffb_dri.c build failure
           Product: DRI
           Version: XOrg CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DDX drivers
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


gcc -m32 -O2 -g -march=pentium3 -pipe -ansi -pedantic -Wall -Wpointer-arith
-Wundef  -fPIC   -I. -I../../../../../../programs/Xserver/hw/xfree86/common
-I../../../../../../programs/Xserver/hw/xfree86/os-support           
-I../../../../../../programs/Xserver/mfb -I../../../../../../programs/Xserver/mi
           -I../../../../../../programs/Xserver/Xext
-I../../../../../../programs/Xserver/cfb     
-I../../../../../../programs/Xserver/dbe        
-I../../../../../../programs/Xserver/hw/xfree86/xf8_32wid      
-I../../../../../../programs/Xserver/hw/xfree86/ramdac         
-I../../../../../../programs/Xserver/hw/xfree86/ddc    
-I../../../../../../programs/Xserver/hw/xfree86/i2c           
-I../../../../../../include/fonts -I../../../../../../programs/Xserver/include
-I../../../../../../exports/include/X11          
-I../../../../../../include/extensions         
-I../../../../../../programs/Xserver/GL/dri -I../../../../../../lib/GL/dri
-I../../../../../../include               -I../../../../../../extras/drm/shared
 -I../../../../../.. -I../../../../../../exports/include   -Dlinux -D__i386__
-D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE
-D_XOPEN_SOURCE        -D_BSD_SOURCE -D_SVID_SOURCE                            
 -D_GNU_SOURCE          -DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP       
-DXCSECURITY -DTOGCUP   -DXF86BIGFONT -DDPMSExtension    -DPIXPRIV -DPANORAMIX 
 -DRENDER -DRANDR       -DXFIXES -DDAMAGE  -DXEVIE -DGCCUSESGAS -DAVOID_GLYPHBLT
-DPIXPRIV -DSINGLEDEPTH       -DXFreeXDGA -DXvExtension                        
       -DXFree86LOADER -DDLOPEN_HACK -DXFree86Server                          
-DXF86VIDMODE                  -DXvMCExtension                         
-DSMART_SCHEDULE                       -DBUILDDEBUG -DXResExtension            
                -DX_BYTE_ORDER=X_LITTLE_ENDIAN                         
-DXORG_VERSION_CURRENT="(((6) * 10000000) + ((7) * 100000) + ((0) * 1000) + 0)"
-DNDEBUG   -DFUNCPROTO=15 -DNARROWPROTO  -DIN_MODULE -DXFree86Module    -c ffb_dri.c
ffb_dri.c: In function `FFBDRIInitVisualConfigs':
ffb_dri.c:79: error: `FFBConfigPrivPtr' undeclared (first use in this function)
ffb_dri.c:79: error: (Each undeclared identifier is reported only once
ffb_dri.c:79: error: for each function it appears in.)
ffb_dri.c:79: error: syntax error before "pFfbConfigs"
ffb_dri.c:80: error: `pFfbConfigPtrs' undeclared (first use in this function)
ffb_dri.c:87: error: `pFfbConfigs' undeclared (first use in this function)
ffb_dri.c:88: error: syntax error before "Xcalloc"
ffb_dri.c:94: error: syntax error before ')' token
ffb_dri.c:134: error: structure has no member named `numVisualConfigs'
ffb_dri.c:135: error: structure has no member named `pVisualConfigs'
ffb_dri.c:136: error: structure has no member named `pVisualConfigsPriv'
ffb_dri.c: At top level:
ffb_dri.c:144: error: syntax error before "ffb_dri_state_t"
ffb_dri.c: In function `init_ffb_sarea':
ffb_dri.c:148: error: `pFfbSarea' undeclared (first use in this function)
ffb_dri.c:150: error: `pFfb' undeclared (first use in this function)
ffb_dri.c:156: error: `FFB_DRI_FFB2' undeclared (first use in this function)
ffb_dri.c:165: error: `FFB_DRI_FFB2PLUS' undeclared (first use in this function)
ffb_dri.c:168: error: `FFB_DRI_PAC1' undeclared (first use in this function)
ffb_dri.c:171: error: `FFB_DRI_PAC2' undeclared (first use in this function)
ffb_dri.c:173: error: `FFB_DRI_NWIDS' undeclared (first use in this function)
ffb_dri.c: In function `FFBDRIScreenInit':
ffb_dri.c:201: error: `FFBDRIPtr' undeclared (first use in this function)
ffb_dri.c:201: error: syntax error before "pFfbDRI"
ffb_dri.c:236: error: structure has no member named `pDRIInfo'
ffb_dri.c:258: error: `pFfbDRI' undeclared (first use in this function)
ffb_dri.c:258: error: syntax error before "Xcalloc"
ffb_dri.c:260: error: structure has no member named `pDRIInfo'
ffb_dri.c:280: error: structure has no member named `drmSubFD'
ffb_dri.c:283: error: structure has no member named `pDRIInfo'
ffb_dri.c:310: error: structure has no member named `pFfbSarea'
ffb_dri.c:311: error: structure has no member named `pFfbSarea'
ffb_dri.c:314: error: structure has no member named `drmSubFD'
ffb_dri.c:327: error: structure has no member named `drmSubFD'
ffb_dri.c:341: error: structure has no member named `drmSubFD'
ffb_dri.c:354: error: structure has no member named `drmSubFD'
ffb_dri.c:367: error: structure has no member named `drmSubFD'
ffb_dri.c: In function `FFBDRICloseScreen':
ffb_dri.c:399: error: structure has no member named `pDRIInfo'
ffb_dri.c:400: error: structure has no member named `pDRIInfo'
ffb_dri.c:405: error: structure has no member named `pDRIInfo'
ffb_dri.c:408: error: structure has no member named `pVisualConfigs'
ffb_dri.c:409: error: structure has no member named `pVisualConfigs'
ffb_dri.c:410: error: structure has no member named `pVisualConfigs'
ffb_dri.c:412: error: structure has no member named `pVisualConfigsPriv'
ffb_dri.c:413: error: structure has no member named `pVisualConfigsPriv'
ffb_dri.c:414: error: structure has no member named `pVisualConfigsPriv'
ffb_dri.c: In function `FFBDRIFinishScreenInit':
ffb_dri.c:436: error: structure has no member named `pDRIInfo'
ffb_dri.c:437: error: `FFBDRIPtr' undeclared (first use in this function)
ffb_dri.c:437: error: syntax error before "pFfbDRI"
ffb_dri.c:448: error: `pFfbDRI' undeclared (first use in this function)
ffb_dri.c: In function `FFBDRISetDrawableIndex':
ffb_dri.c:527: error: structure has no member named `pFfbSarea'       
  
  
--        
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email      
  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to