[Qt-interest] GL_lib for LINUX

Srdjan Todorovic todorovic.s at googlemail.com
Thu Nov 19 10:04:04 CET 2009


On 19/11/2009, Sujan Dasmahapatra <sujan.dasmahapatra at gmail.com> wrote:
> Dear Friends
> Kindly view the error log I am getting while installing GLC_lib  1.2.0 in
> linux. Can any  one help me get rid of this problem.
> Thanks
> sujan

>From your log:

maths/../sceneGraph/../geometry/../geometry/../glc_ext.h:51: error:
`PFNGLDELETEPROGRAMPROC' does not name a type
maths/../sceneGraph/../geometry/../geometry/../glc_ext.h:54: error:
`PFNGLDELETESHADERPROC' does not name a type
maths/../sceneGraph/../geometry/../geometry/../glc_ext.h:63: error:
`PFNGLGETSHADERIVPROC' does not name a type


An extremely simple Google search shows up:
http://svn.warwickgamedesign.co.uk/repos/wgd-lib/trunk/src/base/extensions.cpp

You can see many other PFNXXXXXXXXXXXXXPROC used. They look like
function pointers.

And are perfixed by GL. And the GL includes are at the top of the file.
So my guess is that it's part of the OpenGL libraries.

As for the errors about QList... You look like you are appending a
list to another list, which append() does not do.

Srdjan



More information about the Qt-interest-old mailing list