Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


On Tue, 2010-11-02 at 11:39 -0400, Terrell Prude' Jr. wrote:
An error got thrown about slideshow, so I tried building just that 
module like the error message suggested.

error: 'PFNGLXBINDTEXIMAGEEXTPROC' is not a member of 'unx'

Gagh, two solution I guess, configure with --disable-opengl to skip
building it.

Try adding 

typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display* display,
GLXDrawable drawable, int buffer, const int *attrib_list);
typedef void ( * PFNGLXRELEASETEXIMAGEEXTPROC) (Display* display,
GLXDrawable drawable, int buffer);

inside the namespace unx
at the top of the file, i.e.

namespace unx
{
#include <X11/keysym.h>
#include <X11/X.h>
#include <GL/glx.h>
#include <GL/glxext.h>

typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display* display,
GLXDrawable drawable, int buffer, const int *attrib_list);
typedef void ( * PFNGLXRELEASETEXIMAGEEXTPROC) (Display* display,
GLXDrawable drawable, int buffer);
}

I see that the typedefs don't exist on my RHEL-5 box, but they do on
later releases.

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.