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.

I get errors saying there's a stray \ in the code:

In file included from aflock.cpp:18:
util.h:54: parse error before `.'
util.h: In function `void MethodName()':
util.h:93: parse error before string constant
util.h:93: syntax error before `void'
util.h:93: stray '\' in program
util.h: In function `void mapClassName(struct entvars_t *)':
util.h:94: confused by earlier errors, bailing out
make: *** [obj/aflock.o] Error 1

I'm not sure of the version of gcc that's on this machine, but it's a
friends server and he assures me it's the normal RH6.2 one.

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

Reply via email to