> 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

