News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

No codecompletion for OpenGL?

Started by r.stiltskin, January 25, 2009, 04:17:34 PM

Previous topic - Next topic

r.stiltskin

I'm working through some OpenGL tutorials.  I have no problem compiling & running the examples, but I noticed that there seems to be no codecompletion for any gl functions.  Codecompletion is working for everything else, including things defined in GL/glut.h, GL/glx.h, but apparently not for anything defined in GL/gl.h.

This seems to be the case even in the main.c sample file provided by the 'Create a new project / OpenGL project" wizard.

I'm using CB svn build 5390 in Ubuntu 8.04 with Mesa and FreeGlut3.

Is there something that I might have configured incorrectly?

r.stiltskin

The same is true on my laptop (also running Ubuntu 8.04) with Code::Blocks svn build 5394.  Codecompletion works for GLX but not for GL.

Is this an Ubuntu problem, a Code completion plugin problem, or something I have configured wrong?