RE: GCC structure compilation error

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

 




typedef struct Database_Display
{
...
  MODULES Modules_Present;
....
}DATABASE_DISPLAY;

file2.c
#include "file1.h"
DATABASE_DISPLAY Database_DISPLAY;
// code start
:

file2.c:10: error: request for member 'Module_Present' in something not a structure or union

pls help me solve this problem

'Module_Present' is no member of database_disp.... > it is defined as MODULES Modules_Present;
(an 's' is missing)


bye sepp

_________________________________________________________________
Die MSN Suche - Kategorien helfen Ihnen dabei, präzise Ergebnisse zu erhalten. http://search.msn.at/



[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