From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 20 19:46:31 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5213216A4CE for ; Sun, 20 Feb 2005 19:46:31 +0000 (GMT) Received: from house.arach.net.au (house2.arach.net.au [203.30.44.85]) by mx1.FreeBSD.org (Postfix) with SMTP id B525843D41 for ; Sun, 20 Feb 2005 19:46:29 +0000 (GMT) (envelope-from kat-free@kaqelectronics.dyndns.org) Received: (qmail 12621 invoked from network); 20 Feb 2005 19:46:28 -0000 Received: from unknown (HELO pythagorus.kaqelectronics.dyndns.org) (202.89.173.156) by house2.arach.net.au with SMTP for ; 20 Feb 2005 19:46:28 -0000 Received: from [192.168.0.2] (kathy.kaqelectronics.dyndns.org. [192.168.0.2]) id j1KJmNgT017446; Mon, 21 Feb 2005 03:48:23 +0800 (WST) (envelope-from kat-free@kaqelectronics.dyndns.org) Received: from 127.0.0.1 (AVG SMTP 7.0.300 [266.1.0]); Mon, 21 Feb 2005 03:46:21 +0800 Message-ID: <4218E90D.2080408@kaqelectronics.dyndns.org> Date: Mon, 21 Feb 2005 03:46:21 +0800 From: Kathy Quinlan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-au, en, en-us To: "Michael C. Shultz" References: <4218B960.1050403@kaqelectronics.dyndns.org> <20050220183219.GK57256@cirb503493.alcatel.com.au> <4218DEC5.1080600@kaqelectronics.dyndns.org> <200502201112.24220.reso3w83@verizon.net> In-Reply-To: <200502201112.24220.reso3w83@verizon.net> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii; format=flowed cc: freebsd-hackers@freebsd.org Subject: Re: Error in my C programming X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 19:46:31 -0000 Michael C. Shultz wrote: > On Sunday 20 February 2005 11:02 am, Kathy Quinlan wrote: > >>Peter Jeremy wrote: >> >>>On Mon, 2005-Feb-21 00:22:56 +0800, Kathy Quinlan wrote: >>> >>>>These are some of the errors I get in pairs for each of the above >>>>variables: >>>> >>>>Wtrend_Drivers.c:15: conflicting types for `Receiver' >>>>Wtrend_Drivers.h:9: previous declaration of `Receiver' >>> >>>Without knowing exactly what is on those lines, it's difficult to >>>offer any concrete suggestions. >>> >>>Two possible ways forward: >>>1) Change the declaration at Wtrend_Drivers.h:9 to be 'extern' >>>2) Pre-process the source and have a close look at the definitions >>>and declarations for Receiver. You may have a stray #define that >>>is confusing the type or a missing semicolon. >>> >>>Peter >> >>Here is a section of my code: >> >>*** Wtrend_Drivers.c *** >> >>(12)void Reset_Network (unsigned char Network) >>(13) { >>(14) Length = 0x00; >>(15) Receiver = 0x00; >>(16) Node = 0xFF; >>(17) Command = Reset; >>(18) Make_Packet_Send(Head , Length, Network, Receiver, Node, >>Command, p_Data); >>(19) } >> >>*** Wtrend_Drivers.h *** >> >>unsigned char Length , Network , Receiver , Node , Command = 0x00; >> >>The above is line 9 of the Wtrend_Drivers.h >>The numbers in () I have added to show the line numbers in >>Wtrend_Drivers.c >> >>These are some of the errors I get in pairs for each of the above >>variables: >> >>Wtrend_Drivers.c:15: conflicting types for `Receiver' >>Wtrend_Drivers.h:9: previous declaration of `Receiver' >> >>Regards, >> >>Kat. > > > How does it do when you use decimal equivalents? > (14) Length = 0; > (15) Receiver = 0; > (16) Node = 255; > > -Mike Still the same :( Regards, Kat. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 266.1.0 - Release Date: 18/02/2005