• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Compilling War System Question.

Balicuss

New Member
Joined
Jul 5, 2009
Messages
193
Reaction score
1
Location
POLand
Hello !
I have a question about war system. Do I have add only parameter "-D__WAR_SYSTEM__" to clean trunk (without compilling) > configure.ac, and later compilling this clean trunk with parameter ?

1) ./autogen.sh
2) ./configure --enable-mysql
3) make

?
 
No, configure.ac doesn't support this parameter.
also search kurwa, http://otland.net/search.php?search_type=1&do=process&q=OPTIONAL_FLAGS&showposts=0

don't work

configure.ac = OPTIONAL_FLAGS="-D__WAR_SYSTEM__"
makefile.am = $(OPTIONAL_FLAGS) -D_THREAD_SAFE -D_REENTRANT -D__WAR_SYSTEM__ -Wall -Wextra -Werror -Wno-strict-alia

add to configure.ac > compiling = don't work
add to make.am > compilling = don't work
add to make.am and configure.ac > compiling = don't work

all methods don't works.

rev 3666, Ubuntu 10.10 x64 ??
 
Last edited:
Back
Top