compile source not make game or db

12/15/2016 21:08 xsonicx201888#1
hello ..
when i make compile with server source ( files : rise of the hill )

when compile with ( gmake all ) say in the end

--------------------------------------
Full Build End
--------------------------------------

but the game and db not created

what is the problem ?


sorry my bad english


PHP Code:
minilzo.c main.cpp  2> /dev/null Depend
gmake
[1]: Leaving directory '/root/workspace/Server/game/src'
gmake -C game/src clean
gmake
[1]: Entering directory '/root/workspace/Server/game/src'
gmake[1]: Leaving directory '/root/workspace/Server/game/src'
gmake -C game/src limit_time
gmake
[1]: Entering directory '/root/workspace/Server/game/src'
update limit time
gmake
[1]: Leaving directory '/root/workspace/Server/game/src'
gmake -C db/src dep
gmake
[1]: Entering directory '/root/workspace/Server/db/src'
makedepend -fDepend  -I../../boost -I../../libmysql/5.x-5.1.35 -I/usr/include/c++/3.3 -I/usr/include/c++/4.2 -p.objConfig.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp ClientManagerBoot.cpp ClientManagerParty.cpp ClientManagerGuild.cpp GuildManager.cpp HB.cpp PrivManager.cpp MoneyLog.cpp ItemAwardManager.cpp ClientManagerEventFlag.cpp Marriage.cpp Monarch.cpp BlockCountry.cpp ItemIDRangeManager.cpp ClientManagerHorseName.cpp version.cpp AuctionManager.cpp ProtoReader.cpp CsvReader.cpp  2> /dev/null
gmake
[1]: Leaving directory '/root/workspace/Server/db/src'
gmake -C db/src clean
gmake
[1]: Entering directory '/root/workspace/Server/db/src'
gmake[1]: Leaving directory '/root/workspace/Server/db/src'
--------------------------------------
Full Build End
--------------------------------------