This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC: structure typedef compilation error


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

See http://gcc.gnu.org/bugs.html for info on how to submit bug reports. In particular, we need a complete testcase that we can compile. Your example code can't be compiled. This is unlikely to be a gcc problem though, more likely a problem in your code.


Note also that "Module_Present" and "Modules_Present" are not the same thing, so your reported error message doesn't match the code sample.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]