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

Problems in ssh I don't get theforgottenserver file when i had compile.

Zaul

I'm The Devil Scripter
Joined
May 13, 2012
Messages
233
Reaction score
4
Hello Zaul here.

Yes i have install all the package.

Yes nothing are missing.

Now i got a problem when i run autogen mysql-enable all works great. Then i run make and i don't get theforgottenserver file as i gonna
start the server with. What can be wrong?

Oh i found this!

TheForgottenServer build script -
Using ccache
CCache binaries located in /usr/lib/ccache

Start building on 8 cores, using 9 processes

make all-am
make[1]: Entering directory `/home/server/sources'
CXX databasesqlite.o
CXX game.o
CXX iologindata.o
CXX iomap.o
CXX iomapserialize.o
CXX item.o
CXX itemattributes.o
CXX items.o
CXX luascript.o
CXX mailbox.o
luascript.cpp: In static member function âstatic int32_t LuaInterface::luaGetTownTemplePosition(lua_State*)â:
luascript.cpp:9184:7: error: variable âdisplayErrorâ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
make[1]: *** [luascript.o] Error 1
make[1]: *** Waiting for unfinished jobs....
CXX manager.o
game.cpp: In constructor âGame::Game()â:
game.cpp:80:22: error: array subscript is above array bounds [-Werror=array-bounds]
game.h: In member function âvoid Game::globalSave()â:
game.h:615:76: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In member function âvoid Game::prepareGlobalSave()â:
game.cpp:6165:30: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp:6167:22: error: array subscript is above array bounds [-Werror=array-bounds]
cc1plus: all warnings being treated as errors
make[1]: *** [game.o] Error 1
make[1]: Leaving directory `/home/server/sources'
make: *** [all] Error 2
root@Ubuntu-1204-precise-64-minimal /home/server/sources # make
make all-am
make[1]: Entering directory `/home/server/sources'
CXX game.o
game.cpp: In constructor âGame::Game()â:
game.cpp:80:22: error: array subscript is above array bounds [-Werror=array-bounds]
game.h: In member function âvoid Game::globalSave()â:
game.h:615:76: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In member function âvoid Game::prepareGlobalSave()â:
game.cpp:6165:30: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp:6167:22: error: array subscript is above array bounds [-Werror=array-bounds]
cc1plus: all warnings being treated as errors
make[1]: *** [game.o] Error 1
make[1]: Leaving directory `/home/server/sources'
make: *** [all] Error 2
root@Ubuntu-1204-precise-64-minimal /home/server/sources # make clean
test -z "theforgottenserver" || rm -f theforgottenserver
rm -f *.o
root@Ubuntu-1204-precise-64-minimal /home/server/sources # cd
root@Ubuntu-1204-precise-64-minimal ~ # screen -S server
CXX databasemanager.o
CXX databasemysql.o
CXX databasesqlite.o
CXX depot.o
CXX dispatcher.o
CXX exception.o
CXX fileloader.o
CXX game.o
game.cpp: In constructor âGame::Game()â:
game.cpp:80:22: error: array subscript is above array bounds [-Werror=array-bounds]
game.h: In member function âvoid Game::globalSave()â:
game.h:615:76: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp: In member function âvoid Game::prepareGlobalSave()â:
game.cpp:6165:30: error: array subscript is above array bounds [-Werror=array-bounds]
game.cpp:6167:22: error: array subscript is above array bounds [-Werror=array-bounds]
cc1plus: all warnings being treated as errors
make[1]: *** [game.o] Error 1
make[1]: Leaving directory `/home/server/sources'
make: *** [all] Error 2
 
Last edited:

Similar threads

Back
Top