From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 774 invoked by alias); 4 Aug 2008 08:01:56 -0000 Received: (qmail 761 invoked by uid 22791); 4 Aug 2008 08:01:54 -0000 X-Spam-Check-By: sourceware.org Received: from dsl-KK-static-049.206.95.61.airtelbroadband.in (HELO mailsvr.procsys.com) (61.95.206.49) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Aug 2008 08:01:12 +0000 Received: from [192.168.1.243] ([192.168.1.243]) by mailsvr.procsys.com (8.13.5/8.13.5) with ESMTP id m7483o3L012226; Mon, 4 Aug 2008 13:33:51 +0530 Message-ID: <4896B4F0.70905@procsys.com> Date: Mon, 04 Aug 2008 08:01:00 -0000 From: Ankur Maheshwari User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: prabhat_singh CC: gcc-help@gcc.gnu.org Subject: =?UTF-8?B?UmU6IFdoaWxlIENvbXBpbGF0aW9uIGdldHRpbmcgZXJyb3IgYXMgZXg=?= =?UTF-8?B?cGVjdGVkIOKAmD3igJksIOKAmCzigJksIOKAmDvigJksIOKAmGFzbeKAmSBvciA=?= =?UTF-8?B?4oCYX19hdHRyaWJ1dGVfX+KAmSBiZWZvcmUg4oCYZXh0ZXJu4oCZ?= References: <18806672.post@talk.nabble.com> In-Reply-To: <18806672.post@talk.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00028.txt.bz2 Add Semicolon after your structure declaration. - Ankur prabhat_singh wrote: > Hi, > I am using gcc (GCC) 4.2.1 (SUSE Linux). > SUSE 10.3 > > While compiling a .c file I get following error > > Configuration.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ > before ‘extern’ > > can anybody tell me ways to sort out such problems. > > Thanks > Reply With Quote >