This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compile errors
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Parms singh <list_track at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 29 Mar 2005 06:09:31 -0600
- Subject: Re: Compile errors
- References: <20050329000422.17015.qmail@web61301.mail.yahoo.com>
Hi Parms,
>I get the exact same errors as my original posting.
I modified your original posting as I had suggested, stubbed out the missing .h files, and it compiles for me without complaint.
Please post a current complete sample .h and .cc file that exhibit the problematic behavior you are experiencing.
Your original .h and .cc file contained header files that you did not provide. That's an additional unknown when trying to diagnose the situation you are experiencing.
Thanks,
--Eljay