Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: aditya_v on June 26, 2009, 09:00:08 pm

Title: Code Completion + OpenGL can't find gl functions?
Post by: aditya_v on June 26, 2009, 09:00:08 pm
Hi, I am writing a opengl app in Ubuntu.

It seems Code completion can't parse GL related functions. On searching the forums, i found that someone had similar problem solved by putting the paths in C/C++ parser options.

So, I added /usr/include and /usr/local/include/ to the path  and restarted C::B but its still not working.
Please help.