Run Mesa/OpenGL over FrameBuffer without X

mayank haarit <[email protected]>
Newsgroups gmane.comp.video.mesa3d.user
Message-ID <[email protected]>
Hi,

I am beginner to the mesa usage.
I want to run mesa OpenGL on framebuffer without X. I have found one method
Mesa fbdev/DRI Drivers But, it seems it's not a stable method as i am facing
many errors in different stages on following
http://www.mesa3d.org/fbdev-dri.html steps.

as currently i am facing this error on make linux-solo. The error log
file(linux_solo_build_error.txt) is attached with the post.

Can anybody give me other alternatives to run Mesa/OpenGL  over framebuffer
directly?

Please suggest me some solution.

 Thanks in Advance

_______________________________________________
mesa-users mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-users
linux_solo_build_error.txt (text/plain, 38 KB)
make[1]: Entering directory `/*/Mesa-7.4/src'
Making sources for linux-solo
make[2]: Entering directory `/*/Mesa-7.4/src/glx/mini'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/*/Mesa-7.4/src/glx/mini'
make[2]: Entering directory `/*/Mesa-7.4/src/mesa'
gcc -c -I../../include -I../../src/mesa -I../../src/mesa/main -Wall -Wundef -O3 -g -fPIC  -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -DHAVE_POSIX_MEMALIGN -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DHAVE_ALIAS  -std=c99 -ffast-math  -fno-strict-aliasing glapi/glapi_getproc.c -o glapi/glapi_getproc.o
In file included from glapi/glapi_getproc.c:77:
glapi/glprocs.h:1616: error: ‘driDispatchRemapTable’ undeclared here (not in a function)
glapi/glprocs.h:1616: error: ‘AttachShader_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1617: error: ‘CreateProgram_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1618: error: ‘CreateShader_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1619: error: ‘DeleteProgram_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1620: error: ‘DeleteShader_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1621: error: ‘DetachShader_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1622: error: ‘GetAttachedShaders_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1623: error: ‘GetProgramInfoLog_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1624: error: ‘GetProgramiv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1625: error: ‘GetShaderInfoLog_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1626: error: ‘GetShaderiv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1627: error: ‘IsProgram_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1628: error: ‘IsShader_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1629: error: ‘StencilFuncSeparate_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1630: error: ‘StencilMaskSeparate_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1631: error: ‘StencilOpSeparate_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1632: error: ‘UniformMatrix2x3fv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1633: error: ‘UniformMatrix2x4fv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1634: error: ‘UniformMatrix3x2fv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1635: error: ‘UniformMatrix3x4fv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1636: error: ‘UniformMatrix4x2fv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1637: error: ‘UniformMatrix4x3fv_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1638: error: ‘LoadTransposeMatrixdARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1639: error: ‘LoadTransposeMatrixfARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1640: error: ‘MultTransposeMatrixdARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1641: error: ‘MultTransposeMatrixfARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1642: error: ‘SampleCoverageARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1643: error: ‘CompressedTexImage1DARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1644: error: ‘CompressedTexImage2DARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1645: error: ‘CompressedTexImage3DARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1646: error: ‘CompressedTexSubImage1DARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1647: error: ‘CompressedTexSubImage2DARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1648: error: ‘CompressedTexSubImage3DARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1649: error: ‘GetCompressedTexImageARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1650: error: ‘DisableVertexAttribArrayARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1651: error: ‘EnableVertexAttribArrayARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1652: error: ‘GetProgramEnvParameterdvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1653: error: ‘GetProgramEnvParameterfvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1654: error: ‘GetProgramLocalParameterdvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1655: error: ‘GetProgramLocalParameterfvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1656: error: ‘GetProgramStringARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1657: error: ‘GetProgramivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1658: error: ‘GetVertexAttribdvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1659: error: ‘GetVertexAttribfvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1660: error: ‘GetVertexAttribivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1661: error: ‘ProgramEnvParameter4dARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1662: error: ‘ProgramEnvParameter4dvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1663: error: ‘ProgramEnvParameter4fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1664: error: ‘ProgramEnvParameter4fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1665: error: ‘ProgramLocalParameter4dARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1666: error: ‘ProgramLocalParameter4dvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1667: error: ‘ProgramLocalParameter4fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1668: error: ‘ProgramLocalParameter4fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1669: error: ‘ProgramStringARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1670: error: ‘VertexAttrib1dARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1671: error: ‘VertexAttrib1dvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1672: error: ‘VertexAttrib1fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1673: error: ‘VertexAttrib1fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1674: error: ‘VertexAttrib1sARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1675: error: ‘VertexAttrib1svARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1676: error: ‘VertexAttrib2dARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1677: error: ‘VertexAttrib2dvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1678: error: ‘VertexAttrib2fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1679: error: ‘VertexAttrib2fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1680: error: ‘VertexAttrib2sARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1681: error: ‘VertexAttrib2svARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1682: error: ‘VertexAttrib3dARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1683: error: ‘VertexAttrib3dvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1684: error: ‘VertexAttrib3fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1685: error: ‘VertexAttrib3fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1686: error: ‘VertexAttrib3sARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1687: error: ‘VertexAttrib3svARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1688: error: ‘VertexAttrib4NbvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1689: error: ‘VertexAttrib4NivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1690: error: ‘VertexAttrib4NsvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1691: error: ‘VertexAttrib4NubARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1692: error: ‘VertexAttrib4NubvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1693: error: ‘VertexAttrib4NuivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1694: error: ‘VertexAttrib4NusvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1695: error: ‘VertexAttrib4bvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1696: error: ‘VertexAttrib4dARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1697: error: ‘VertexAttrib4dvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1698: error: ‘VertexAttrib4fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1699: error: ‘VertexAttrib4fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1700: error: ‘VertexAttrib4ivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1701: error: ‘VertexAttrib4sARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1702: error: ‘VertexAttrib4svARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1703: error: ‘VertexAttrib4ubvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1704: error: ‘VertexAttrib4uivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1705: error: ‘VertexAttrib4usvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1706: error: ‘VertexAttribPointerARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1707: error: ‘BindBufferARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1708: error: ‘BufferDataARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1709: error: ‘BufferSubDataARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1710: error: ‘DeleteBuffersARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1711: error: ‘GenBuffersARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1712: error: ‘GetBufferParameterivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1713: error: ‘GetBufferPointervARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1714: error: ‘GetBufferSubDataARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1715: error: ‘IsBufferARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1716: error: ‘MapBufferARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1717: error: ‘UnmapBufferARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1718: error: ‘BeginQueryARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1719: error: ‘DeleteQueriesARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1720: error: ‘EndQueryARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1721: error: ‘GenQueriesARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1722: error: ‘GetQueryObjectivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1723: error: ‘GetQueryObjectuivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1724: error: ‘GetQueryivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1725: error: ‘IsQueryARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1726: error: ‘AttachObjectARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1727: error: ‘CompileShaderARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1728: error: ‘CreateProgramObjectARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1729: error: ‘CreateShaderObjectARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1730: error: ‘DeleteObjectARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1731: error: ‘DetachObjectARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1732: error: ‘GetActiveUniformARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1733: error: ‘GetAttachedObjectsARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1734: error: ‘GetHandleARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1735: error: ‘GetInfoLogARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1736: error: ‘GetObjectParameterfvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1737: error: ‘GetObjectParameterivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1738: error: ‘GetShaderSourceARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1739: error: ‘GetUniformLocationARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1740: error: ‘GetUniformfvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1741: error: ‘GetUniformivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1742: error: ‘LinkProgramARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1743: error: ‘ShaderSourceARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1744: error: ‘Uniform1fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1745: error: ‘Uniform1fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1746: error: ‘Uniform1iARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1747: error: ‘Uniform1ivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1748: error: ‘Uniform2fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1749: error: ‘Uniform2fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1750: error: ‘Uniform2iARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1751: error: ‘Uniform2ivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1752: error: ‘Uniform3fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1753: error: ‘Uniform3fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1754: error: ‘Uniform3iARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1755: error: ‘Uniform3ivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1756: error: ‘Uniform4fARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1757: error: ‘Uniform4fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1758: error: ‘Uniform4iARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1759: error: ‘Uniform4ivARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1760: error: ‘UniformMatrix2fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1761: error: ‘UniformMatrix3fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1762: error: ‘UniformMatrix4fvARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1763: error: ‘UseProgramObjectARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1764: error: ‘ValidateProgramARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1765: error: ‘BindAttribLocationARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1766: error: ‘GetActiveAttribARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1767: error: ‘GetAttribLocationARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1768: error: ‘DrawBuffersARB_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1769: error: ‘PolygonOffsetEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1770: error: ‘GetPixelTexGenParameterfvSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1771: error: ‘GetPixelTexGenParameterivSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1772: error: ‘PixelTexGenParameterfSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1773: error: ‘PixelTexGenParameterfvSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1774: error: ‘PixelTexGenParameteriSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1775: error: ‘PixelTexGenParameterivSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1776: error: ‘SampleMaskSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1777: error: ‘SamplePatternSGIS_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1778: error: ‘ColorPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1779: error: ‘EdgeFlagPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1780: error: ‘IndexPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1781: error: ‘NormalPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1782: error: ‘TexCoordPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1783: error: ‘VertexPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1784: error: ‘PointParameterfEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1785: error: ‘PointParameterfvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1786: error: ‘LockArraysEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1787: error: ‘UnlockArraysEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1788: error: ‘CullParameterdvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1789: error: ‘CullParameterfvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1790: error: ‘SecondaryColor3bEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1791: error: ‘SecondaryColor3bvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1792: error: ‘SecondaryColor3dEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1793: error: ‘SecondaryColor3dvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1794: error: ‘SecondaryColor3fEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1795: error: ‘SecondaryColor3fvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1796: error: ‘SecondaryColor3iEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1797: error: ‘SecondaryColor3ivEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1798: error: ‘SecondaryColor3sEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1799: error: ‘SecondaryColor3svEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1800: error: ‘SecondaryColor3ubEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1801: error: ‘SecondaryColor3ubvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1802: error: ‘SecondaryColor3uiEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1803: error: ‘SecondaryColor3uivEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1804: error: ‘SecondaryColor3usEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1805: error: ‘SecondaryColor3usvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1806: error: ‘SecondaryColorPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1807: error: ‘MultiDrawArraysEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1808: error: ‘MultiDrawElementsEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1809: error: ‘FogCoordPointerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1810: error: ‘FogCoorddEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1811: error: ‘FogCoorddvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1812: error: ‘FogCoordfEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1813: error: ‘FogCoordfvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1814: error: ‘PixelTexGenSGIX_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1815: error: ‘BlendFuncSeparateEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1816: error: ‘FlushVertexArrayRangeNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1817: error: ‘VertexArrayRangeNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1818: error: ‘CombinerInputNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1819: error: ‘CombinerOutputNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1820: error: ‘CombinerParameterfNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1821: error: ‘CombinerParameterfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1822: error: ‘CombinerParameteriNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1823: error: ‘CombinerParameterivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1824: error: ‘FinalCombinerInputNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1825: error: ‘GetCombinerInputParameterfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1826: error: ‘GetCombinerInputParameterivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1827: error: ‘GetCombinerOutputParameterfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1828: error: ‘GetCombinerOutputParameterivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1829: error: ‘GetFinalCombinerInputParameterfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1830: error: ‘GetFinalCombinerInputParameterivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1831: error: ‘ResizeBuffersMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1832: error: ‘WindowPos2dMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1833: error: ‘WindowPos2dvMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1834: error: ‘WindowPos2fMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1835: error: ‘WindowPos2fvMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1836: error: ‘WindowPos2iMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1837: error: ‘WindowPos2ivMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1838: error: ‘WindowPos2sMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1839: error: ‘WindowPos2svMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1840: error: ‘WindowPos3dMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1841: error: ‘WindowPos3dvMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1842: error: ‘WindowPos3fMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1843: error: ‘WindowPos3fvMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1844: error: ‘WindowPos3iMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1845: error: ‘WindowPos3ivMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1846: error: ‘WindowPos3sMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1847: error: ‘WindowPos3svMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1848: error: ‘WindowPos4dMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1849: error: ‘WindowPos4dvMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1850: error: ‘WindowPos4fMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1851: error: ‘WindowPos4fvMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1852: error: ‘WindowPos4iMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1853: error: ‘WindowPos4ivMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1854: error: ‘WindowPos4sMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1855: error: ‘WindowPos4svMESA_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1856: error: ‘MultiModeDrawArraysIBM_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1857: error: ‘MultiModeDrawElementsIBM_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1858: error: ‘DeleteFencesNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1859: error: ‘FinishFenceNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1860: error: ‘GenFencesNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1861: error: ‘GetFenceivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1862: error: ‘IsFenceNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1863: error: ‘SetFenceNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1864: error: ‘TestFenceNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1865: error: ‘AreProgramsResidentNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1866: error: ‘BindProgramNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1867: error: ‘DeleteProgramsNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1868: error: ‘ExecuteProgramNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1869: error: ‘GenProgramsNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1870: error: ‘GetProgramParameterdvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1871: error: ‘GetProgramParameterfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1872: error: ‘GetProgramStringNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1873: error: ‘GetProgramivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1874: error: ‘GetTrackMatrixivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1875: error: ‘GetVertexAttribPointervNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1876: error: ‘GetVertexAttribdvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1877: error: ‘GetVertexAttribfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1878: error: ‘GetVertexAttribivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1879: error: ‘IsProgramNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1880: error: ‘LoadProgramNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1881: error: ‘ProgramParameters4dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1882: error: ‘ProgramParameters4fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1883: error: ‘RequestResidentProgramsNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1884: error: ‘TrackMatrixNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1885: error: ‘VertexAttrib1dNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1886: error: ‘VertexAttrib1dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1887: error: ‘VertexAttrib1fNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1888: error: ‘VertexAttrib1fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1889: error: ‘VertexAttrib1sNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1890: error: ‘VertexAttrib1svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1891: error: ‘VertexAttrib2dNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1892: error: ‘VertexAttrib2dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1893: error: ‘VertexAttrib2fNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1894: error: ‘VertexAttrib2fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1895: error: ‘VertexAttrib2sNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1896: error: ‘VertexAttrib2svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1897: error: ‘VertexAttrib3dNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1898: error: ‘VertexAttrib3dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1899: error: ‘VertexAttrib3fNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1900: error: ‘VertexAttrib3fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1901: error: ‘VertexAttrib3sNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1902: error: ‘VertexAttrib3svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1903: error: ‘VertexAttrib4dNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1904: error: ‘VertexAttrib4dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1905: error: ‘VertexAttrib4fNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1906: error: ‘VertexAttrib4fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1907: error: ‘VertexAttrib4sNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1908: error: ‘VertexAttrib4svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1909: error: ‘VertexAttrib4ubNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1910: error: ‘VertexAttrib4ubvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1911: error: ‘VertexAttribPointerNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1912: error: ‘VertexAttribs1dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1913: error: ‘VertexAttribs1fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1914: error: ‘VertexAttribs1svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1915: error: ‘VertexAttribs2dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1916: error: ‘VertexAttribs2fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1917: error: ‘VertexAttribs2svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1918: error: ‘VertexAttribs3dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1919: error: ‘VertexAttribs3fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1920: error: ‘VertexAttribs3svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1921: error: ‘VertexAttribs4dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1922: error: ‘VertexAttribs4fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1923: error: ‘VertexAttribs4svNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1924: error: ‘VertexAttribs4ubvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1925: error: ‘AlphaFragmentOp1ATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1926: error: ‘AlphaFragmentOp2ATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1927: error: ‘AlphaFragmentOp3ATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1928: error: ‘BeginFragmentShaderATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1929: error: ‘BindFragmentShaderATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1930: error: ‘ColorFragmentOp1ATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1931: error: ‘ColorFragmentOp2ATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1932: error: ‘ColorFragmentOp3ATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1933: error: ‘DeleteFragmentShaderATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1934: error: ‘EndFragmentShaderATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1935: error: ‘GenFragmentShadersATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1936: error: ‘PassTexCoordATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1937: error: ‘SampleMapATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1938: error: ‘SetFragmentShaderConstantATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1939: error: ‘PointParameteriNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1940: error: ‘PointParameterivNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1941: error: ‘ActiveStencilFaceEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1942: error: ‘BindVertexArrayAPPLE_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1943: error: ‘DeleteVertexArraysAPPLE_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1944: error: ‘GenVertexArraysAPPLE_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1945: error: ‘IsVertexArrayAPPLE_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1946: error: ‘GetProgramNamedParameterdvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1947: error: ‘GetProgramNamedParameterfvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1948: error: ‘ProgramNamedParameter4dNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1949: error: ‘ProgramNamedParameter4dvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1950: error: ‘ProgramNamedParameter4fNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1951: error: ‘ProgramNamedParameter4fvNV_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1952: error: ‘DepthBoundsEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1953: error: ‘BlendEquationSeparateEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1954: error: ‘BindFramebufferEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1955: error: ‘BindRenderbufferEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1956: error: ‘CheckFramebufferStatusEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1957: error: ‘DeleteFramebuffersEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1958: error: ‘DeleteRenderbuffersEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1959: error: ‘FramebufferRenderbufferEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1960: error: ‘FramebufferTexture1DEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1961: error: ‘FramebufferTexture2DEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1962: error: ‘FramebufferTexture3DEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1963: error: ‘GenFramebuffersEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1964: error: ‘GenRenderbuffersEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1965: error: ‘GenerateMipmapEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1966: error: ‘GetFramebufferAttachmentParameterivEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1967: error: ‘GetRenderbufferParameterivEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1968: error: ‘IsFramebufferEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1969: error: ‘IsRenderbufferEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1970: error: ‘RenderbufferStorageEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1971: error: ‘BlitFramebufferEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1972: error: ‘FramebufferTextureLayerEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1973: error: ‘StencilFuncSeparateATI_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1974: error: ‘ProgramEnvParameters4fvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1975: error: ‘ProgramLocalParameters4fvEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1976: error: ‘GetQueryObjecti64vEXT_remap_index’ undeclared here (not in a function)
glapi/glprocs.h:1977: error: ‘GetQueryObjectui64vEXT_remap_index’ undeclared here (not in a function)
glapi/glapi_getproc.c: In function ‘_glapi_add_dispatch’:
glapi/glapi_getproc.c:450: error: ‘_gloffset_FIRST_DYNAMIC’ undeclared (first use in this function)
glapi/glapi_getproc.c:450: error: (Each undeclared identifier is reported only once
glapi/glapi_getproc.c:450: error: for each function it appears in.)
glapi/glapi_getproc.c:450: warning: initialization makes integer from pointer without a cast
glapi/glapi_getproc.c:450: error: initializer element is not constant
make[2]: *** [glapi/glapi_getproc.o] Error 1
make[2]: Leaving directory `/*/Mesa-7.4/src/mesa'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/*/Mesa-7.4/src'
make: *** [default] Error 1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.