Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2005 05:32:19 +1100
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Kathy Quinlan <kat-free@kaqelectronics.dyndns.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Error in my C programming
Message-ID:  <20050220183219.GK57256@cirb503493.alcatel.com.au>
In-Reply-To: <4218B960.1050403@kaqelectronics.dyndns.org>
References:  <4218B960.1050403@kaqelectronics.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050220183219.GK57256>