Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » unresolved inclusion <stdarg.h> and <stdbool.c>
unresolved inclusion <stdarg.h> and <stdbool.c> [message #1058933] Wed, 15 May 2013 20:03 Go to next message
saeed hardan is currently offline saeed hardanFriend
Messages: 2
Registered: May 2013
Junior Member
hi,
as the title says i get warnings with those two issues , but the code compiles and run but its driving me crazy all those red and yellow lines of code how can i remove them and still get the warnings and errors for "real" errors .

i'm running eclipse 4.2.2 , coding in c language .
system : ubuntu 13.04 64 bit


thnx in advance .
Re: unresolved inclusion <stdarg.h> and <stdbool.c> [message #1058952 is a reply to message #1058933] Wed, 15 May 2013 22:58 Go to previous messageGo to next message
John Doe is currently offline John DoeFriend
Messages: 2
Registered: May 2013
Junior Member
<stdbool.c>? It's supposed to be <stdbool.h>.
Good luck with MATAM.
Re: unresolved inclusion <stdarg.h> and <stdbool.c> [message #1059229 is a reply to message #1058952] Fri, 17 May 2013 12:11 Go to previous messageGo to next message
saeed hardan is currently offline saeed hardanFriend
Messages: 2
Registered: May 2013
Junior Member
solved the issue i only included "/usr/lib/gcc/x86_64-linux-gnu/4.7/include" to the path/symbol .
Re: unresolved inclusion &lt;stdarg.h&gt; and &lt;stdbool.c&gt; [message #1059413 is a reply to message #1058933] Sat, 18 May 2013 05:49 Go to previous messageGo to next message
Joost Kraaijeveld is currently offline Joost KraaijeveldFriend
Messages: 273
Registered: July 2009
Senior Member
On 15-05-13 22:26, saeed hardan wrote:
> hi,
> as the title says i get warnings with those two issues , but the code
> compiles and run but its driving me crazy all those red and yellow lines
> of code how can i remove them and still get the warnings and errors for
> "real" errors .
>
> i'm running eclipse 4.2.2 , coding in c language .
> system : ubuntu 13.04 64 bit
You can either disable Codan or add -std=c11 to your configuration,
analogous to
http://wiki.eclipse.org/CDT/User/FAQ#CDT_does_not_recognize_C.2B.2B11_features


Cheers,

Joost
Re: unresolved inclusion &lt;stdarg.h&gt; and &lt;stdbool.c&gt; [message #1059452 is a reply to message #1059413] Sat, 18 May 2013 18:57 Go to previous message
James private is currently offline James privateFriend
Messages: 42
Registered: July 2009
Member
Ah, so there are people looking at these forums. I thought I was the only one.
Previous Topic:unable to build project from imported source code
Next Topic:Shared Libraries in Linux
Goto Forum:
  


Current Time: Thu Mar 28 16:49:47 GMT 2024

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

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

Back to the top