Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse showing false bugs when using CDT + QT + Opengl
Eclipse showing false bugs when using CDT + QT + Opengl [message #902614] Sat, 18 August 2012 18:58 Go to next message
Eclipse UserFriend
Hi Guys,

Im using CDT with QT integration and do some OpenGL Stuff

First of all : Everthing Compiles, Links , and works.

Unfortunately Eclipse still tries to tell me that it cant resolve any of the openGl functions .. wich is really annoying as my complete sourcecode is full of little red waves ( kind of making them obsolete when showing a real mistake i made )

any ideas how to get rid of that problem ?

Re: Eclipse showing false bugs when using CDT + QT + Opengl [message #902722 is a reply to message #902614] Mon, 20 August 2012 02:56 Go to previous messageGo to next message
Eclipse UserFriend
I guess the Eclipse indexer does not know anything about the opengl header files.

Here are some steps to help you
http://wiki.eclipse.org/CDT/User/FAQ#Why_does_Open_Declaration_.28F3.29_not_work.3F_.28also_applies_to_other_functions_using_the_indexer.29
Re: Eclipse showing false bugs when using CDT + QT + Opengl [message #902800 is a reply to message #902722] Mon, 20 August 2012 09:47 Go to previous message
Eclipse UserFriend
Thank's for your help,

this totally solved it ..
When starting a QT Project, /usr/include/ wasn't in the include path , after adding it and rebuilding the indexer everything works fine
Previous Topic:Problem with building code in C
Next Topic:Building confusion using C++
Goto Forum:
  


Current Time: Fri Apr 18 06:38:06 EDT 2025

Powered by FUDForum. Page generated in 0.03793 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top