Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:06 Go to next message
Ivan Zvonimir Horvat is currently offline Ivan Zvonimir HorvatFriend
Messages: 6
Registered: May 2012
Junior Member
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 10:26 Go to previous messageGo to next message
Ivan Zvonimir Horvat is currently offline Ivan Zvonimir HorvatFriend
Messages: 6
Registered: May 2012
Junior Member
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 14:47 Go to previous message
Nick Schweyer is currently offline Nick SchweyerFriend
Messages: 175
Registered: July 2009
Senior Member
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.


Niko

Eclipse-CDT Version: 2019-12 (4.14.0), Win10 64bit
Previous Topic:GDB Hardware Debugging buttons not working
Next Topic:C++ Makefile project issues
Goto Forum:
  


Current Time: Fri Apr 19 22:27:15 GMT 2024

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

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

Back to the top