Giorgos Keramidas <[EMAIL PROTECTED]> writes:
> The quotations seem a bit messed up, so I don't know if Peter Jeremy or
> Kathy Quinlan wrote the above paragraph. Whoever the author was though,
> it may be worth to note that C99 *does* allow single-line comments
> delimited by //.
which leads to
On 2005-02-21 19:42, Kathy Quinlan <[EMAIL PROTECTED]> wrote:
> Peter Jeremy wrote:
>
> OK it was all to do with the comments it did not like the //comments
> ARRGG the rest of the errors were bogus as soon as I changed EVERY
> comment over to the ANSI C /*comments*/ it now works (oh and remove
[EMAIL PROTECTED] wrote:
> If anyone can recomend online resources for Makefiles I would
> apreciate it :)
How about a source which is already on your disk? :-)
zcat /usr/share/doc/psd/12.make/paper.ascii.gz | less
You may also want to study the first chapter of the FreeBSD
System Programming
Peter Jeremy wrote:
OK it was all to do with the comments it did not like the //comments
ARRGG the rest of the errors were bogus as soon as I changed EVERY
comment over to the ANSI C /*comments*/ it now works (oh and removed the
#pragma directives from a c compiler for the AVR uC I will have
On Mon, 2005-Feb-21 03:02:29 +0800, Kathy Quinlan wrote:
>Peter Jeremy wrote:
>>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.
...
>(14)Length = 0x00;
>(
On Sun, 20 Feb 2005, Michael C. Shultz wrote:
> > > > >> *** Wtrend_Drivers.c ***
> > > > >>
> > > > >> (12)void Reset_Network (unsigned char Network)
> > > > >> (13) {
> > > > >> (14)Length = 0x00;
> > > > >> (15)Receiver = 0x00;
> > > > >> (16)Node = 0xFF;
> > > > >> (17)Comman
On Sunday 20 February 2005 12:41 pm, Richard Sharpe wrote:
> On Sun, 20 Feb 2005, Michael C. Shultz wrote:
> > > >> Here is a section of my code:
> > > >>
> > > >> *** Wtrend_Drivers.c ***
> > > >>
> > > >> (12)void Reset_Network (unsigned char Network)
> > > >> (13) {
> > > >> (14)Length = 0
On Feb 20, 2005, at 3:41 PM, Richard Sharpe wrote:
On Sun, 20 Feb 2005, Michael C. Shultz wrote:
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 = Rese
On Sun, 20 Feb 2005, Michael C. Shultz wrote:
> > >> 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;
> > >> (1
On Sunday 20 February 2005 11:48 am, Kathy Quinlan wrote:
> Gary Corcoran wrote:
> > 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:
>
>
Gary Corcoran wrote:
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 `Re
Richard Sharpe wrote:
On Mon, 21 Feb 2005, 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: prev
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_D
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 know
On Mon, 21 Feb 2005, 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:
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'
> >>Wtren
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
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
Zera William Holladay wrote:
On Mon, 21 Feb 2005, Kathy Quinlan wrote:
Hi Guys,
Here is a section of my code:
*** Wtrend_Drivers.c ***
unsigned char Length , Network , Receiver , Node , Command = 0x00;
//Some Variables
These are some of the errors I get in pairs for each of the above variables:
Wt
On Mon, 21 Feb 2005, Kathy Quinlan wrote:
> Hi Guys,
>
> Here is a section of my code:
>
> *** Wtrend_Drivers.c ***
> unsigned char Length , Network , Receiver , Node , Command = 0x00;
> //Some Variables
>
> These are some of the errors I get in pairs for each of the above variables:
>
> Wtrend_
20 matches
Mail list logo