• 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!

Compiling Ubuntu 11.04 Errors. Unsure.

impulss

New Member
Joined
Sep 3, 2010
Messages
12
Reaction score
0
Hey guys, been reading through this forum trying to sort out my problem. However, i can't find much or its pretty ambiguous. So I thought i'd ask here.

After I type 'make' I get
Code:
make all-am
make[1]: Entering directory `/raid/Shared/Tibia Server/0.3.6.r96'
g++ -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__REMOTE_CONTROL__ -D_THREAD_SAFE -D_REENTRANT -Wall -g -O1 -MT actions.o -MD -MP -MF .deps/actions.Tpo -c -o actions.o actions.cpp
In file included from baseevents.h:20:0,
from actions.h:20,
from actions.cpp:20:
otsystem.h:79:11: error: missing binary operator before token "_MSC_VER"
make[1]: *** [actions.o] Error 1
make[1]: Leaving directory `/raid/Shared/Tibia Server/0.3.6.r96'
make: *** [all] Error 2
This is error in the source code yeah? Does everything work alright then?

I get this earlier up when I do the configuration, are these 'no' supposed to be 'yes'? That means my packaged aren't installed correctly?
I'm using ubuntu 11.04 if it helps.

Code:
checking for __gmpz_init2 in -lgmp... yes
checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... yes
checking for main in -lboost_regex-gcc-mt... no
checking for main in -lboost_regex-mt... yes
checking for main in -lboost_system-gcc-mt... no
checking for main in -lboost_system-mt... yes
checking for main in -lboost_date_time-gcc-mt... no
checking for main in -lboost_date_time-mt... yes
checking for main in -lboost_filesystem-gcc-mt... no
checking for main in -lboost_filesystem-mt... yes
Also, why is the svn down on otland? Also i'm a little confused, once i've compiled and everything, how do i start it, which file do i use? I assume it would be ./TFSfile after i configure the .cfg ofc.

Sorry about my bad english guys, I'm from Australia, we speak Kangaroo.

Impulss.

**FIXED** For other users with the same problem, redownload the source, do integrity checks, etc. It was a source code error.
 
Last edited:

Similar threads

Back
Top