Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse Juno, gcc configuration(How to set properly gcc in Juno?)
Eclipse Juno, gcc configuration [message #1017105] Sat, 09 March 2013 06:06 Go to next message
Eclipse UserFriend
How to set eclipse juno to properly compile all header files?

for example

#include "/usr/include/mysql/mysql.h"
#include <math.h>
/* etc... */


and other thing is, I have error messages with:

Type 'FILE' could not be resolved
Symbol 'NULL' could not be resolved
Symbol 'EOF' could not be resolved, etc.

it is working but it's still anoying to see warning msg's
Re: Eclipse Juno, gcc configuration [message #1017686 is a reply to message #1017105] Tue, 12 March 2013 06:26 Go to previous messageGo to next message
Eclipse UserFriend
How to set Eclipse CDT linker for mysql lib?
Re: Eclipse Juno, gcc configuration [message #1018832 is a reply to message #1017105] Thu, 14 March 2013 10:47 Go to previous message
Eclipse UserFriend
I have the same problem with a Qt-program in Eclipse CDT on openSuse 11.3.

On the line "#include <math.h>" there is a warning: unresolved inclusion "math.h"

In a former version of Eclipse, Helios, there was a setting within project properties where the "m" symbol could be set for the linker. This was the method to include all the math stuff.
In Juno I cannot find this setting.
Previous Topic:GDB Hardware Debugging buttons not working
Next Topic:C++ Makefile project issues
Goto Forum:
  


Current Time: Tue Jul 22 18:26:55 EDT 2025

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

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

Back to the top