[ Converted text/html to text/plain ] Im trying to make a Linux server version of a mod I've been working on, but I keep getting these errors:
"Makefile", line 70: Unassociated shell command "BUILD_DIR=$(BUILD_DIR) BUILD_OBJ_DIR=$(BUILD_OBJ_DIR) \ "Makefile", line 71: Unassociated shell command "SOURCE_DIR=$(SOURCE_DIR) SHLIBLDFLAGS=$(SHLIBLDFLAGS) SHLIBEXT=$(SHLIBEXT) \ "Makefile", line 72: Unassociated shell command "CLINK=$(CLINK) CFLAGS=$(CFLAGS) LDFLAGS=$(LDFLAGS) \ "Makefile", line 73: Unassociated shell command "ARCH=$(ARCH) GAME_DIR=$(GAME_DIR) MOD_CONFIG=$(MOD_CONFIG) NAME=$(NAME) \ "Makefile", line 74: Unassociated shell command "XERCES_INC_DIR=$(XERCES_INC_DIR) XERCES_LIB_DIR=$(XERCES_LIB_DIR) make: fatal errors encountered -- cannot continue I'm using the tutorial http://developer.valvesoftware.com/wiki/Compiling_under_Linux[1] but I can't get any further than the make command. I installed these packages: gmake-3.81_1 GNU version of 'make' utility gnu-autoconf-2.59 Automatically configure source code on many Un*x platforms xerces-c-src_2_7_0 What am I doing wrong? ===References:=== 1. http://developer.valvesoftware.com/wiki/Compiling_under_Linux _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

