Ok I just checked and the files are not using windows CR/LF stuff.

vi shows those and none of these files have any

the problem is only in multilined #defines, which I presume use the \ to say
that there's more to come on the next line. but the compiler just sees it as
something that shouldn't be there

----- Original Message -----
From: "botman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 06, 2002 12:28 PM
Subject: Re: [hlcoders] Linux compile problems


> > I've had to start again from scratch on our linux build, and in trying
to
> > get it working again I've met an error that's completely new to me.
> >
> > It seems everywhere there is a #define in a header file that spreads
over
> > multiple lines, the compiler doesn't understand it.
>
> This is probably due to transfering the files to the Linux box using FTP
in
> BINARY mode (or just unzipping then directly on the Linux box).  Run
dos2unix
> to convert the CR/LF on the files to newline format.
>
> The compiler and make won't like the carriage return/linefeed stuff at the
ends
> of lines.
>
> Jeffrey "botman" Broome
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to