[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linrad] make trouble on mandrake 9.0
- Subject: Re: [linrad] make trouble on mandrake 9.0
- From:jfitzgerald@xxxxxxxxxxxxxxxx>
- Date: Thu, 14 Nov 2002 09:25:09 -0500 (EST)
Geert ,
I had the same trouble. This is only a small problem. gcc after I think
version 3.0 does not allow string literals to get split up by linefeeds in
them ... that behavior allows for too many bugs ... it does not
like the linefeed in main.c line 644
printf("
change it to
printf("\
The backslash indicates to the compiler that the string literal continues
on the next line.
-Joe KM1P
LINRADDARNIL