Re: GCC structure compilation error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Aniket,

Errors like that may mean that you have a typo in your structure.

For instance:

typedef struct Foo
{
	int a;
} FOO;

typedef struct Bar
{
	int b;
	FOOO c; // <-- typo
} BAR;

Check your header file for spelling errors. For instance, "CALENDER" for "CALENDAR".

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux