Date: Tue, 11 May 2004 12:03:47 -0700 (PDT) From: sp0rkmail@brainguts.no-ip.com To: x11@freebsd.org Subject: xorg-server build failure Message-ID: <2159.138.23.127.230.1084302227.squirrel@brainguts.no-ip.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] Hey guys, Looks like it's choking on fakeglx.c - am i missing something? See attached log output. Thanks, Eli [-- Attachment #2 --] Script started on Tue May 11 12:02:47 2004 [m[27m[24m[J/usr/ports/x11-servers/xorg-server 12:02PM brainguts# [Kmmake install clean ===> Installing for xorg-server-6.7.0_1 ===> xorg-server-6.7.0_1 depends on file: /usr/X11R6/libdata/pkgconfig/xdmcp.pc - found ===> xorg-server-6.7.0_1 depends on file: /usr/X11R6/libdata/pkgconfig/xau.pc - found ===> xorg-server-6.7.0_1 depends on file: /usr/X11R6/lib/modules/dri/r200_dri.so - not found ===> Verifying install for /usr/X11R6/lib/modules/dri/r200_dri.so in /usr/ports/graphics/dri ===> Building for dri-4.3.0,1 making all in lib/GL/mesa/src... making all in lib/GL/mesa/src/X86... making all in lib/GL/mesa/src/math... making all in lib/GL/mesa/src/array_cache... making all in lib/GL/mesa/src/swrast... making all in lib/GL/mesa/src/swrast_setup... making all in lib/GL/mesa/src/tnl... making all in lib/GL/mesa/src/X... rm -f fakeglx.o unshared/fakeglx.o cc -c -I/usr/ports/graphics/dri/work/xc/extras/Mesa/src -I/usr/ports/graphics/dri/work/xc/extras/Mesa/src/X -I/usr/ports/graphics/dri/work/xc/extras/Mesa/include -I../../../include -I/usr/ports/graphics/dri/work/xc/exports/include/X11 -I../../../dri -I../../../glx -I../../dri -I.. -I/usr/ports/graphics/dri/work/xc/exports/include/GL -I/usr/ports/graphics/dri/work/xc/programs/Xserver/hw/xfree86/os-support -I/usr/ports/graphics/dri/work/xc/programs/Xserver/GL/dri -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS -D_THREAD_SAFE -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -DMALLOC_0_RETURNS_NULL -DGLXEXT -DXF86DRI -DGLX_DIRECT_RENDERING -DGLX_USE_DLOPEN -DGLX_USE_MESA fakeglx.c -o unshared/fakeglx.o In file included from fakeglx.c:45: glxapi.h:32:20: GL/glx.h: No such file or directory In file included from fakeglx.c:45: glxapi.h:49: error: syntax error before "GLXDrawable" glxapi.h:73: error: syntax error before "GLXContext" glxapi.h:76: error: syntax error before "GLXContext" glxapi.h:77: error: syntax error before "GLXPixmap" glxapi.h:81: error: syntax error before "GLXContext" glxapi.h:82: error: syntax error before "GLXDrawable" glxapi.h:85: error: syntax error before "GLXDrawable" glxapi.h:99: error: syntax error before "GLXFBConfig" glxapi.h:104: error: syntax error before "GLXPbuffer" glxapi.h:105: error: syntax error before "GLXPixmap" glxapi.h:106: error: syntax error before "GLXWindow" glxapi.h:108: error: syntax error before "GLXFBConfig" glxapi.h:110: error: syntax error before "GLXDrawable" glxapi.h:111: error: syntax error before "GLXFBConfig" glxapi.h:112: error: syntax error before "GLXDrawable" glxapi.h:113: error: syntax error before "GLXContext" glxapi.h:114: error: syntax error before "GLXDrawable" glxapi.h:115: error: syntax error before "GLXDrawable" glxapi.h:125: error: syntax error before "GLXDrawable" glxapi.h:138: error: syntax error before "GLXContext" glxapi.h:142: error: syntax error before "GLXContext" glxapi.h:145: error: syntax error before "GLXFBConfigSGIX" glxapi.h:149: error: syntax error before "GLXFBConfigSGIX" glxapi.h:154: error: syntax error before "GLXPbufferSGIX" glxapi.h:155: error: syntax error before "GLXPbufferSGIX" glxapi.h:156: error: syntax error before "GLXDrawable" glxapi.h:157: error: syntax error before "GLXDrawable" glxapi.h:177: error: syntax error before "GLXDrawable" glxapi.h:180: error: syntax error before "GLXDrawable" glxapi.h:187: error: syntax error before "GLXDrawable" glxapi.h:193: error: syntax error before "GLXPixmap" fakeglx.c: In function `save_glx_visual': fakeglx.c:320: error: `GLX_NONE_EXT' undeclared (first use in this function) fakeglx.c:320: error: (Each undeclared identifier is reported only once fakeglx.c:320: error: for each function it appears in.) fakeglx.c: In function `choose_x_visual': fakeglx.c:660: error: `GLX_TRUE_COLOR_EXT' undeclared (first use in this function) fakeglx.c:661: error: `GLX_DIRECT_COLOR_EXT' undeclared (first use in this function) fakeglx.c:662: error: `GLX_PSEUDO_COLOR_EXT' undeclared (first use in this function) fakeglx.c:663: error: `GLX_STATIC_COLOR_EXT' undeclared (first use in this function) fakeglx.c:664: error: `GLX_GRAY_SCALE_EXT' undeclared (first use in this function) fakeglx.c:665: error: `GLX_STATIC_GRAY_EXT' undeclared (first use in this function) fakeglx.c: In function `choose_x_overlay_visual': fakeglx.c:786: error: `GLX_TRUE_COLOR_EXT' undeclared (first use in this function) fakeglx.c:787: error: `GLX_DIRECT_COLOR_EXT' undeclared (first use in this function) fakeglx.c:788: error: `GLX_PSEUDO_COLOR_EXT' undeclared (first use in this function) fakeglx.c:789: error: `GLX_STATIC_COLOR_EXT' undeclared (first use in this function) fakeglx.c:790: error: `GLX_GRAY_SCALE_EXT' undeclared (first use in this function) fakeglx.c:791: error: `GLX_STATIC_GRAY_EXT' undeclared (first use in this function) fakeglx.c:833: error: `GLX_TRANSPARENT_INDEX_EXT' undeclared (first use in this function) fakeglx.c:834: error: `GLX_NONE_EXT' undeclared (first use in this function) fakeglx.c: In function `Fake_glXChooseVisual': fakeglx.c:923: error: `GLX_USE_GL' undeclared (first use in this function) fakeglx.c:927: error: `GLX_BUFFER_SIZE' undeclared (first use in this function) fakeglx.c:931: error: `GLX_LEVEL' undeclared (first use in this function) fakeglx.c:935: error: `GLX_RGBA' undeclared (first use in this function) fakeglx.c:939: error: `GLX_DOUBLEBUFFER' undeclared (first use in this function) fakeglx.c:943: error: `GLX_STEREO' undeclared (first use in this function) fakeglx.c:946: error: `GLX_AUX_BUFFERS' undeclared (first use in this function) fakeglx.c:951: error: `GLX_RED_SIZE' undeclared (first use in this function) fakeglx.c:955: error: `GLX_GREEN_SIZE' undeclared (first use in this function) fakeglx.c:959: error: `GLX_BLUE_SIZE' undeclared (first use in this function) fakeglx.c:963: error: `GLX_ALPHA_SIZE' undeclared (first use in this function) fakeglx.c:970: error: `GLX_DEPTH_SIZE' undeclared (first use in this function) fakeglx.c:974: error: `GLX_STENCIL_SIZE' undeclared (first use in this function) fakeglx.c:978: error: `GLX_ACCUM_RED_SIZE' undeclared (first use in this function) fakeglx.c:985: error: `GLX_ACCUM_GREEN_SIZE' undeclared (first use in this function) fakeglx.c:992: error: `GLX_ACCUM_BLUE_SIZE' undeclared (first use in this function) fakeglx.c:999: error: `GLX_ACCUM_ALPHA_SIZE' undeclared (first use in this function) fakeglx.c:1010: error: `GLX_X_VISUAL_TYPE_EXT' undeclared (first use in this function) fakeglx.c:1014: error: `GLX_TRANSPARENT_TYPE_EXT' undeclared (first use in this function) fakeglx.c:1018: error: `GLX_TRANSPARENT_INDEX_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1022: error: `GLX_TRANSPARENT_RED_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1023: error: `GLX_TRANSPARENT_GREEN_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1024: error: `GLX_TRANSPARENT_BLUE_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1025: error: `GLX_TRANSPARENT_ALPHA_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1034: error: `GLX_VISUAL_CAVEAT_EXT' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1129: error: syntax error before "Fake_glXCreateContext" fakeglx.c:1130: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXCreateContext': fakeglx.c:1134: error: `share_list' undeclared (first use in this function) fakeglx.c:1142: error: `dpy' undeclared (first use in this function) fakeglx.c:1142: error: `visinfo' undeclared (first use in this function) fakeglx.c:1167: error: `GLXContext' undeclared (first use in this function) fakeglx.c:1167: error: syntax error before "glxCtx" fakeglx.c: At top level: fakeglx.c:1172: error: syntax error before "MakeCurrent_PrevContext" fakeglx.c:1172: warning: data definition has no type or storage class fakeglx.c:1173: error: syntax error before "MakeCurrent_PrevDrawable" fakeglx.c:1173: warning: data definition has no type or storage class fakeglx.c:1174: error: syntax error before "MakeCurrent_PrevReadable" fakeglx.c:1174: warning: data definition has no type or storage class fakeglx.c:1181: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXMakeContextCurrent': fakeglx.c:1184: error: `ctx' undeclared (first use in this function) fakeglx.c:1186: error: `draw' undeclared (first use in this function) fakeglx.c:1186: error: `read' undeclared (first use in this function) fakeglx.c:1196: error: `dpy' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1270: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXMakeCurrent': fakeglx.c:1272: error: `dpy' undeclared (first use in this function) fakeglx.c:1272: error: `drawable' undeclared (first use in this function) fakeglx.c:1272: error: `ctx' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1278: error: syntax error before "Fake_glXCreateGLXPixmap" fakeglx.c:1303: error: syntax error before "Fake_glXCreateGLXPixmapMESA" fakeglx.c:1327: error: syntax error before "GLXPixmap" fakeglx.c: In function `Fake_glXDestroyGLXPixmap': fakeglx.c:1329: error: `dpy' undeclared (first use in this function) fakeglx.c:1329: error: `pixmap' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1341: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXCopyContext': fakeglx.c:1344: error: `src' undeclared (first use in this function) fakeglx.c:1345: error: `dst' undeclared (first use in this function) fakeglx.c:1348: error: `dpy' undeclared (first use in this function) fakeglx.c:1349: error: `mask' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1374: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXDestroyContext': fakeglx.c:1376: error: `ctx' undeclared (first use in this function) fakeglx.c:1377: error: `dpy' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1390: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXIsDirect': fakeglx.c:1392: error: `ctx' undeclared (first use in this function) fakeglx.c:1393: error: `dpy' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1400: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXSwapBuffers': fakeglx.c:1402: error: `dpy' undeclared (first use in this function) fakeglx.c:1402: error: `drawable' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1417: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXCopySubBufferMESA': fakeglx.c:1420: error: `dpy' undeclared (first use in this function) fakeglx.c:1420: error: `drawable' undeclared (first use in this function) fakeglx.c:1422: error: `x' undeclared (first use in this function) fakeglx.c:1422: error: `y' undeclared (first use in this function) fakeglx.c:1422: error: `width' undeclared (first use in this function) fakeglx.c:1422: error: `height' undeclared (first use in this function) fakeglx.c: In function `Fake_glXGetConfig': fakeglx.c:1459: error: `GLX_USE_GL' undeclared (first use in this function) fakeglx.c:1465: error: `GLX_BAD_VISUAL' undeclared (first use in this function) fakeglx.c:1474: error: `GLX_BUFFER_SIZE' undeclared (first use in this function) fakeglx.c:1477: error: `GLX_LEVEL' undeclared (first use in this function) fakeglx.c:1480: error: `GLX_RGBA' undeclared (first use in this function) fakeglx.c:1488: error: `GLX_DOUBLEBUFFER' undeclared (first use in this function) fakeglx.c:1491: error: `GLX_STEREO' undeclared (first use in this function) fakeglx.c:1494: error: `GLX_AUX_BUFFERS' undeclared (first use in this function) fakeglx.c:1497: error: `GLX_RED_SIZE' undeclared (first use in this function) fakeglx.c:1500: error: `GLX_GREEN_SIZE' undeclared (first use in this function) fakeglx.c:1503: error: `GLX_BLUE_SIZE' undeclared (first use in this function) fakeglx.c:1506: error: `GLX_ALPHA_SIZE' undeclared (first use in this function) fakeglx.c:1509: error: `GLX_DEPTH_SIZE' undeclared (first use in this function) fakeglx.c:1512: error: `GLX_STENCIL_SIZE' undeclared (first use in this function) fakeglx.c:1515: error: `GLX_ACCUM_RED_SIZE' undeclared (first use in this function) fakeglx.c:1518: error: `GLX_ACCUM_GREEN_SIZE' undeclared (first use in this function) fakeglx.c:1521: error: `GLX_ACCUM_BLUE_SIZE' undeclared (first use in this function) fakeglx.c:1524: error: `GLX_ACCUM_ALPHA_SIZE' undeclared (first use in this function) fakeglx.c:1531: error: `GLX_X_VISUAL_TYPE_EXT' undeclared (first use in this function) fakeglx.c:1533: error: `GLX_STATIC_GRAY_EXT' undeclared (first use in this function) fakeglx.c:1534: error: `GLX_GRAY_SCALE_EXT' undeclared (first use in this function) fakeglx.c:1536: error: `GLX_PSEUDO_COLOR_EXT' undeclared (first use in this function) fakeglx.c:1537: error: `GLX_TRUE_COLOR_EXT' undeclared (first use in this function) fakeglx.c:1538: error: `GLX_DIRECT_COLOR_EXT' undeclared (first use in this function) fakeglx.c:1541: error: `GLX_TRANSPARENT_TYPE_EXT' undeclared (first use in this function) fakeglx.c:1544: error: `GLX_NONE_EXT' undeclared (first use in this function) fakeglx.c:1549: error: `GLX_TRANSPARENT_RGB_EXT' undeclared (first use in this function) fakeglx.c:1552: error: `GLX_TRANSPARENT_INDEX_EXT' undeclared (first use in this function) fakeglx.c:1560: error: `GLX_TRANSPARENT_INDEX_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1569: error: `GLX_TRANSPARENT_RED_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1572: error: `GLX_TRANSPARENT_GREEN_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1575: error: `GLX_TRANSPARENT_BLUE_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1578: error: `GLX_TRANSPARENT_ALPHA_VALUE_EXT' undeclared (first use in this function) fakeglx.c:1585: error: `GLX_VISUAL_CAVEAT_EXT' undeclared (first use in this function) fakeglx.c:1597: error: `GLX_BAD_ATTRIBUTE' undeclared (first use in this function) fakeglx.c: In function `Fake_glXQueryServerString': fakeglx.c:1659: error: `GLX_EXTENSIONS' undeclared (first use in this function) fakeglx.c:1661: error: `GLX_VENDOR' undeclared (first use in this function) fakeglx.c:1663: error: `GLX_VERSION' undeclared (first use in this function) fakeglx.c: In function `Fake_glXGetClientString': fakeglx.c:1683: error: `GLX_EXTENSIONS' undeclared (first use in this function) fakeglx.c:1685: error: `GLX_VENDOR' undeclared (first use in this function) fakeglx.c:1687: error: `GLX_VERSION' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1709: error: syntax error before '*' token fakeglx.c:1722: error: syntax error before "GLXFBConfig" fakeglx.c: In function `Fake_glXGetFBConfigAttrib': fakeglx.c:1726: error: `dpy' undeclared (first use in this function) fakeglx.c:1727: error: `config' undeclared (first use in this function) fakeglx.c:1728: error: `attribute' undeclared (first use in this function) fakeglx.c:1729: error: `value' undeclared (first use in this function) fakeglx.c:1735: error: `GLX_FBCONFIG_ID' undeclared (first use in this function) fakeglx.c:1736: error: `GLX_BUFFER_SIZE' undeclared (first use in this function) fakeglx.c:1743: error: `GLX_LEVEL' undeclared (first use in this function) fakeglx.c:1746: error: `GLX_DOUBLEBUFFER' undeclared (first use in this function) fakeglx.c:1749: error: `GLX_STEREO' undeclared (first use in this function) fakeglx.c:1752: error: `GLX_AUX_BUFFERS' undeclared (first use in this function) fakeglx.c:1755: error: `GLX_RED_SIZE' undeclared (first use in this function) fakeglx.c:1758: error: `GLX_GREEN_SIZE' undeclared (first use in this function) fakeglx.c:1761: error: `GLX_BLUE_SIZE' undeclared (first use in this function) fakeglx.c:1764: error: `GLX_ALPHA_SIZE' undeclared (first use in this function) fakeglx.c:1767: error: `GLX_DEPTH_SIZE' undeclared (first use in this function) fakeglx.c:1770: error: `GLX_STENCIL_SIZE' undeclared (first use in this function) fakeglx.c:1773: error: `GLX_ACCUM_RED_SIZE' undeclared (first use in this function) fakeglx.c:1776: error: `GLX_ACCUM_GREEN_SIZE' undeclared (first use in this function) fakeglx.c:1779: error: `GLX_ACCUM_BLUE_SIZE' undeclared (first use in this function) fakeglx.c:1782: error: `GLX_ACCUM_ALPHA_SIZE' undeclared (first use in this function) fakeglx.c:1785: error: `GLX_RENDER_TYPE' undeclared (first use in this function) fakeglx.c:1788: error: `GLX_DRAWABLE_TYPE' undeclared (first use in this function) fakeglx.c:1789: error: `GLX_PBUFFER_BIT' undeclared (first use in this function) fakeglx.c:1791: error: `GLX_X_RENDERABLE' undeclared (first use in this function) fakeglx.c:1794: error: `GLX_X_VISUAL_TYPE' undeclared (first use in this function) fakeglx.c:1801: error: `GLX_GRAY_SCALE' undeclared (first use in this function) fakeglx.c:1804: error: `GLX_STATIC_GRAY' undeclared (first use in this function) fakeglx.c:1807: error: `GLX_STATIC_COLOR' undeclared (first use in this function) fakeglx.c:1810: error: `GLX_PSEUDO_COLOR' undeclared (first use in this function) fakeglx.c:1813: error: `GLX_TRUE_COLOR' undeclared (first use in this function) fakeglx.c:1816: error: `GLX_DIRECT_COLOR' undeclared (first use in this function) fakeglx.c:1822: error: `GLX_CONFIG_CAVEAT' undeclared (first use in this function) fakeglx.c:1825: error: `GLX_TRANSPARENT_TYPE' undeclared (first use in this function) fakeglx.c:1828: error: `GLX_NONE_EXT' undeclared (first use in this function) fakeglx.c:1833: error: `GLX_TRANSPARENT_RGB_EXT' undeclared (first use in this function) fakeglx.c:1836: error: `GLX_TRANSPARENT_INDEX_EXT' undeclared (first use in this function) fakeglx.c:1844: error: `GLX_TRANSPARENT_INDEX_VALUE' undeclared (first use in this function) fakeglx.c:1847: error: `GLX_TRANSPARENT_RED_VALUE' undeclared (first use in this function) fakeglx.c:1850: error: `GLX_TRANSPARENT_GREEN_VALUE' undeclared (first use in this function) fakeglx.c:1853: error: `GLX_TRANSPARENT_BLUE_VALUE' undeclared (first use in this function) fakeglx.c:1856: error: `GLX_TRANSPARENT_ALPHA_VALUE' undeclared (first use in this function) fakeglx.c:1859: error: `GLX_MAX_PBUFFER_WIDTH' undeclared (first use in this function) fakeglx.c:1862: error: `GLX_MAX_PBUFFER_HEIGHT' undeclared (first use in this function) fakeglx.c:1865: error: `GLX_MAX_PBUFFER_PIXELS' undeclared (first use in this function) fakeglx.c:1869: error: `GLX_VISUAL_ID' undeclared (first use in this function) fakeglx.c:1873: error: `GLX_BAD_ATTRIBUTE' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1880: error: syntax error before '*' token fakeglx.c:1891: error: syntax error before "GLXFBConfig" fakeglx.c: In function `Fake_glXGetVisualFromFBConfig': fakeglx.c:1893: error: `dpy' undeclared (first use in this function) fakeglx.c:1893: error: `config' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1904: error: syntax error before "Fake_glXCreateWindow" fakeglx.c:1904: error: syntax error before "GLXFBConfig" fakeglx.c: In function `Fake_glXCreateWindow': fakeglx.c:1907: error: `dpy' undeclared (first use in this function) fakeglx.c:1908: error: `config' undeclared (first use in this function) fakeglx.c:1909: error: `win' undeclared (first use in this function) fakeglx.c:1910: error: `attribList' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1917: error: syntax error before "GLXWindow" fakeglx.c: In function `Fake_glXDestroyWindow': fakeglx.c:1919: error: `dpy' undeclared (first use in this function) fakeglx.c:1919: error: `window' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1928: error: syntax error before "Fake_glXCreatePixmap" fakeglx.c:1928: error: syntax error before "GLXFBConfig" fakeglx.c: In function `Fake_glXCreatePixmap': fakeglx.c:1931: error: `config' undeclared (first use in this function) fakeglx.c:1935: error: `dpy' undeclared (first use in this function) fakeglx.c:1937: error: `pixmap' undeclared (first use in this function) fakeglx.c:1938: error: `attribList' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1964: error: syntax error before "GLXPixmap" fakeglx.c: In function `Fake_glXDestroyPixmap': fakeglx.c:1966: error: `dpy' undeclared (first use in this function) fakeglx.c:1966: error: `pixmap' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:1974: error: syntax error before "Fake_glXCreatePbuffer" fakeglx.c:1974: error: syntax error before "GLXFBConfig" fakeglx.c: In function `Fake_glXCreatePbuffer': fakeglx.c:1981: error: `dpy' undeclared (first use in this function) fakeglx.c:1982: error: `config' undeclared (first use in this function) fakeglx.c:1984: error: `attribList' undeclared (first use in this function) fakeglx.c:1986: error: `GLX_PBUFFER_WIDTH' undeclared (first use in this function) fakeglx.c:1989: error: `GLX_PBUFFER_HEIGHT' undeclared (first use in this function) fakeglx.c:1992: error: `GLX_PRESERVED_CONTENTS' undeclared (first use in this function) fakeglx.c:1995: error: `GLX_LARGEST_PBUFFER' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2012: error: syntax error before "GLXPbuffer" fakeglx.c: In function `Fake_glXDestroyPbuffer': fakeglx.c:2014: error: `dpy' undeclared (first use in this function) fakeglx.c:2015: error: `pbuf' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2020: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXQueryDrawable': fakeglx.c:2023: error: `dpy' undeclared (first use in this function) fakeglx.c:2024: error: `draw' undeclared (first use in this function) fakeglx.c:2026: error: `attribute' undeclared (first use in this function) fakeglx.c:2027: error: `GLX_WIDTH' undeclared (first use in this function) fakeglx.c:2028: error: `GLX_HEIGHT' undeclared (first use in this function) fakeglx.c:2029: error: `GLX_PRESERVED_CONTENTS' undeclared (first use in this function) fakeglx.c:2030: error: `GLX_LARGEST_PBUFFER' undeclared (first use in this function) fakeglx.c:2031: error: `GLX_FBCONFIG_ID' undeclared (first use in this function) fakeglx.c:2032: error: `value' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2041: error: syntax error before "Fake_glXCreateNewContext" fakeglx.c:2041: error: syntax error before "GLXFBConfig" fakeglx.c: In function `Fake_glXCreateNewContext': fakeglx.c:2044: error: `config' undeclared (first use in this function) fakeglx.c:2046: error: `dpy' undeclared (first use in this function) fakeglx.c:2047: error: `renderType' undeclared (first use in this function) fakeglx.c:2047: error: `GLX_RGBA_TYPE' undeclared (first use in this function) fakeglx.c:2047: error: `GLX_COLOR_INDEX_TYPE' undeclared (first use in this function) fakeglx.c:2050: error: `shareList' undeclared (first use in this function) fakeglx.c:2050: error: `direct' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2055: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXQueryContext': fakeglx.c:2057: error: `dpy' undeclared (first use in this function) fakeglx.c:2058: error: `ctx' undeclared (first use in this function) fakeglx.c:2060: error: `attribute' undeclared (first use in this function) fakeglx.c:2061: error: `GLX_FBCONFIG_ID' undeclared (first use in this function) fakeglx.c:2062: error: `GLX_RENDER_TYPE' undeclared (first use in this function) fakeglx.c:2063: error: `GLX_SCREEN' undeclared (first use in this function) fakeglx.c:2064: error: `value' undeclared (first use in this function) fakeglx.c:2067: error: `GLX_BAD_ATTRIBUTE' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2073: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXSelectEvent': fakeglx.c:2075: error: `dpy' undeclared (first use in this function) fakeglx.c:2076: error: `drawable' undeclared (first use in this function) fakeglx.c:2077: error: `mask' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2082: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXGetSelectedEvent': fakeglx.c:2085: error: `dpy' undeclared (first use in this function) fakeglx.c:2086: error: `drawable' undeclared (first use in this function) fakeglx.c:2087: error: `mask' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2126: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXMakeCurrentReadSGI': fakeglx.c:2128: error: `dpy' undeclared (first use in this function) fakeglx.c:2129: error: `draw' undeclared (first use in this function) fakeglx.c:2130: error: `read' undeclared (first use in this function) fakeglx.c:2131: error: `ctx' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2172: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXFreeContextEXT': fakeglx.c:2174: error: `dpy' undeclared (first use in this function) fakeglx.c:2175: error: `context' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2179: error: syntax error before "Fake_glXGetContextIDEXT" fakeglx.c:2179: error: syntax error before "context" fakeglx.c: In function `Fake_glXGetContextIDEXT': fakeglx.c:2181: error: `context' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2186: error: syntax error before "Fake_glXImportContextEXT" fakeglx.c:2186: error: syntax error before "GLXContextID" fakeglx.c: In function `Fake_glXImportContextEXT': fakeglx.c:2188: error: `dpy' undeclared (first use in this function) fakeglx.c:2189: error: `contextID' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2194: error: syntax error before "GLXContext" fakeglx.c: In function `Fake_glXQueryContextInfoEXT': fakeglx.c:2196: error: `dpy' undeclared (first use in this function) fakeglx.c:2197: error: `context' undeclared (first use in this function) fakeglx.c:2198: error: `attribute' undeclared (first use in this function) fakeglx.c:2199: error: `value' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2208: error: syntax error before "GLXFBConfigSGIX" fakeglx.c: In function `Fake_glXGetFBConfigAttribSGIX': fakeglx.c:2210: error: `dpy' undeclared (first use in this function) fakeglx.c:2211: error: `config' undeclared (first use in this function) fakeglx.c:2212: error: `attribute' undeclared (first use in this function) fakeglx.c:2213: error: `value' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2217: error: syntax error before '*' token fakeglx.c:2228: error: syntax error before "Fake_glXCreateGLXPixmapWithConfigSGIX" fakeglx.c:2228: error: syntax error before "GLXFBConfigSGIX" fakeglx.c: In function `Fake_glXCreateGLXPixmapWithConfigSGIX': fakeglx.c:2230: error: `dpy' undeclared (first use in this function) fakeglx.c:2231: error: `config' undeclared (first use in this function) fakeglx.c:2232: error: `pixmap' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2237: error: syntax error before "Fake_glXCreateContextWithConfigSGIX" fakeglx.c:2237: error: syntax error before "GLXFBConfigSGIX" fakeglx.c: In function `Fake_glXCreateContextWithConfigSGIX': fakeglx.c:2239: error: `dpy' undeclared (first use in this function) fakeglx.c:2240: error: `config' undeclared (first use in this function) fakeglx.c:2241: error: `render_type' undeclared (first use in this function) fakeglx.c:2242: error: `share_list' undeclared (first use in this function) fakeglx.c:2243: error: `direct' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2248: error: syntax error before "GLXFBConfigSGIX" fakeglx.c: In function `Fake_glXGetVisualFromFBConfigSGIX': fakeglx.c:2250: error: `dpy' undeclared (first use in this function) fakeglx.c:2251: error: `config' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2256: error: syntax error before "Fake_glXGetFBConfigFromVisualSGIX" fakeglx.c:2268: error: syntax error before "Fake_glXCreateGLXPbufferSGIX" fakeglx.c:2268: error: syntax error before "GLXFBConfigSGIX" fakeglx.c: In function `Fake_glXCreateGLXPbufferSGIX': fakeglx.c:2270: error: `dpy' undeclared (first use in this function) fakeglx.c:2271: error: `config' undeclared (first use in this function) fakeglx.c:2272: error: `width' undeclared (first use in this function) fakeglx.c:2273: error: `height' undeclared (first use in this function) fakeglx.c:2274: error: `attrib_list' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2279: error: syntax error before "GLXPbufferSGIX" fakeglx.c: In function `Fake_glXDestroyGLXPbufferSGIX': fakeglx.c:2281: error: `dpy' undeclared (first use in this function) fakeglx.c:2282: error: `pbuf' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2286: error: syntax error before "GLXPbufferSGIX" fakeglx.c: In function `Fake_glXQueryGLXPbufferSGIX': fakeglx.c:2288: error: `dpy' undeclared (first use in this function) fakeglx.c:2289: error: `pbuf' undeclared (first use in this function) fakeglx.c:2290: error: `attribute' undeclared (first use in this function) fakeglx.c:2291: error: `value' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2296: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXSelectEventSGIX': fakeglx.c:2298: error: `dpy' undeclared (first use in this function) fakeglx.c:2299: error: `drawable' undeclared (first use in this function) fakeglx.c:2300: error: `mask' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2304: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXGetSelectedEventSGIX': fakeglx.c:2306: error: `dpy' undeclared (first use in this function) fakeglx.c:2307: error: `drawable' undeclared (first use in this function) fakeglx.c:2308: error: `mask' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2406: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXJoinSwapGroupSGIX': fakeglx.c:2408: error: `dpy' undeclared (first use in this function) fakeglx.c:2409: error: `drawable' undeclared (first use in this function) fakeglx.c:2410: error: `member' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2418: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXBindSwapBarrierSGIX': fakeglx.c:2420: error: `dpy' undeclared (first use in this function) fakeglx.c:2421: error: `drawable' undeclared (first use in this function) fakeglx.c:2422: error: `barrier' undeclared (first use in this function) fakeglx.c: At top level: fakeglx.c:2457: error: syntax error before "GLXDrawable" fakeglx.c: In function `Fake_glXReleaseBuffersMESA': fakeglx.c:2459: error: `dpy' undeclared (first use in this function) fakeglx.c:2459: error: `d' undeclared (first use in this function) fakeglx.c: In function `_mesa_GetGLXDispatchTable': fakeglx.c:2526: error: structure has no member named `CreateContext' fakeglx.c:2527: error: structure has no member named `CreateGLXPixmap' fakeglx.c:2551: error: structure has no member named `ChooseFBConfig' fakeglx.c:2552: error: structure has no member named `CreateNewContext' fakeglx.c:2553: error: structure has no member named `CreatePbuffer' fakeglx.c:2554: error: structure has no member named `CreatePixmap' fakeglx.c:2555: error: structure has no member named `CreateWindow' fakeglx.c:2561: error: structure has no member named `GetFBConfigs' fakeglx.c:2588: error: structure has no member named `GetContextIDEXT' fakeglx.c:2590: error: structure has no member named `ImportContextEXT' fakeglx.c:2595: error: structure has no member named `ChooseFBConfigSGIX' fakeglx.c:2596: error: structure has no member named `CreateGLXPixmapWithConfigSGIX' fakeglx.c:2597: error: structure has no member named `CreateContextWithConfigSGIX' fakeglx.c:2599: error: structure has no member named `GetFBConfigFromVisualSGIX' fakeglx.c:2602: error: structure has no member named `CreateGLXPbufferSGIX' fakeglx.c:2640: error: structure has no member named `CreateGLXPixmapMESA' *** Error code 1 Stop in /usr/ports/graphics/dri/work/xc/lib/GL/mesa/src/X. *** Error code 1 Stop in /usr/ports/graphics/dri/work/xc/lib/GL/mesa/src. *** Error code 1 Stop in /usr/ports/graphics/dri/work/xc/lib/GL. *** Error code 1 Stop in /usr/ports/graphics/dri. *** Error code 1 Stop in /usr/ports/x11-servers/xorg-server. [m[27m[24m[J/usr/ports/x11-servers/xorg-server 12:02PM brainguts# [Keexit Script done on Tue May 11 12:03:03 2004
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2159.138.23.127.230.1084302227.squirrel>
