View Single Post
  #4  
Old 02-19-2003, 07:52 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Add debug.o to the make file, and comment out the line in zone.cpp that complains (I'll try to figure that out tonight).

Quag added some new debug functionality today that needs a slight modicaition on linux.

Also, if you get an error from one of the files about missing va_start, etc, add #include <stdarg.h> in that header. I'm going to fix it in cvs tonight when i get in.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote