From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 906 invoked by alias); 30 Mar 2004 01:56:16 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 844 invoked from network); 30 Mar 2004 01:56:13 -0000 Received: from unknown (HELO mta6.wss.scd.yahoo.com) (66.218.85.37) by sources.redhat.com with SMTP; 30 Mar 2004 01:56:13 -0000 Received: from specifixinc.com (24.7.123.142) by mta6.wss.scd.yahoo.com (7.0.016) (authenticated as jim@tuliptree.org) id 405C545E004A762E; Mon, 29 Mar 2004 17:56:09 -0800 Message-ID: <4068D3C0.1040304@specifixinc.com> Date: Tue, 30 Mar 2004 09:39:00 -0000 From: Jim Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20030716 MIME-Version: 1.0 To: Aniket S Joshi CC: gcc@gcc.gnu.org Subject: Re: GCC: structure typedef compilation error References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg01698.txt.bz2 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