• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Mobile Ragnarok M korea mobile game source(O)

Newbie Spellweaver
Joined
Aug 10, 2014
Messages
60
Reaction score
4
Does anyone know how to fix this? I followed all the steps and it gave me an error when doing Product -> Archive.

😿Still waiting for help Anyone who can do this, I can donate a little bit as help. PM me thanks.
 

Attachments

  • test - Ragnarok M korea mobile game source(O) - RaGEZONE Forums
    test.png
    130.4 KB · Views: 200
  • test2 - Ragnarok M korea mobile game source(O) - RaGEZONE Forums
    test2.png
    221.8 KB · Views: 174
Last edited:
Newbie Spellweaver
Joined
Aug 1, 2023
Messages
24
Reaction score
16
UPDATE mysql.user SET password=PASSWORD("123456") WHERE user="root" AND Host="localhost"
UPDATE mysql.user SET password=PASSWORD("123456") WHERE user="root" AND Host="localhost";
UPDATE mysql.user SET password="123456" WHERE user="root" AND Host="localhost"

someone can explain how to work with this in centos?

n file included from ../StatServer/StatServer.cpp:14:0:
../StatServer/StatUserData.h:7:24: fatal error: GameStruct.h: No such file or directory
#include "GameStruct.h"
^
compilation terminated.
FeatureConfig.cpp
make[2]: *** [../obj/Debug/libStatServer/StatServer.o] Error 1
make[1]: *** [libStatServer] Error 2
make[1]: *** Waiting for unfinished jobs....

got error here while cmd "make -j4 tf"

these one too..

SceneServer.cpp
SceneShop.cpp
SceneTimeTick.cpp
In file included from ../SceneServer/SceneTimeTick.cpp:21:0:
../SceneServer/StatMgr.h:12:24: fatal error: GameStruct.h: No such file or directory
#include "GameStruct.h"
^
compilation terminated.
make[2]: *** [../obj/Debug/libSceneServer/SceneTimeTick.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [libSceneServer] Error 2
make[1]: Leaving directory `/root/ro/build'
make: *** [tf] Error 2
[root@localhost ro]# cd bin/Debug
[root@localhost Debug]# ./restart
bash: ./restart: Permission denied
[root@localhost Debug]#
 
Last edited:
Newbie Spellweaver
Joined
Aug 1, 2023
Messages
24
Reaction score
16
configuration "linux or macosx"
includedirs {
".",
"/usr/local/include",
"/usr/local/include/mysql",
"/usr/local/mysql/include",
"/usr/include",
"/usr/include/log4cxx",
"/usr/include/libxml2",
"/usr/include/mysql",
"/usr/local/protobuf/include",
}
libdirs {
"/usr/local/lib",
"/usr/local/mysql/lib",
"/usr/lib",
"/usr/lib/mysql",
"/lib64",
"/usr/lib64",
"/usr/lib64/mysql",
"/usr/local/protobuf/lib"
}
links {
"xml2",
"pthread",
"mysqlclient",
"log4cxx",
"protobuf",
"hiredis",
"jansson",
"jemalloc",
}
may i know this?for what?

@ghol123 is there funny?
maybe u are a genius here... u probably quiet if u dont want to help others..
 
Last edited:
Newbie Spellweaver
Joined
Jun 30, 2023
Messages
25
Reaction score
23
configuration "linux or macosx"
includedirs {
".",
"/usr/local/include",
"/usr/local/include/mysql",
"/usr/local/mysql/include",
"/usr/include",
"/usr/include/log4cxx",
"/usr/include/libxml2",
"/usr/include/mysql",
"/usr/local/protobuf/include",
}
libdirs {
"/usr/local/lib",
"/usr/local/mysql/lib",
"/usr/lib",
"/usr/lib/mysql",
"/lib64",
"/usr/lib64",
"/usr/lib64/mysql",
"/usr/local/protobuf/lib"
}
links {
"xml2",
"pthread",
"mysqlclient",
"log4cxx",
"protobuf",
"hiredis",
"jansson",
"jemalloc",
}
may i know this?for what?

@ghol123 is there funny?
maybe u are a genius here... u probably quiet if u dont want to help others..
You have the right to publish and share articles. I have my own opinions on how to express my feelings in each article. Whether to help or not is the result of everyone's learning. It is very unclear for you to be angry about this.

Also, I'm not a genius; I got it through hard work and learning, not through anger.
 
Newbie Spellweaver
Joined
Aug 1, 2023
Messages
24
Reaction score
16
[root@localhost ro]# [root@localhost ro]# make -j4 tf
o
bash: [root@localhost: command not found...
[root@localhost ro]# premake4 --platform=x64 --file=premake4.lua gmake
a
Building configurations...
Running action 'gmake'...
Generating build/Makefile...
Generating build/libbase.make...
Generating build/testbase.make...
Generating build/libCommon.make...
Generating build/testCommon.make...
Generating build/libSceneServer.make...
Generating build/SceneServer.make...
Generating build/testSceneServer.make...
Generating build/libSessionServer.make...
Generating build/SessionServer.make...
Generating build/testSessionServer.make...
Generating build/libRecordServer.make...
Generating build/RecordServer.make...
Generating build/testRecordServer.make...
Generating build/libGateServer.make...
Generating build/GateServer.make...
Generating build/testGateServer.make...
Generating build/libSuperServer.make...
Generating build/SuperServer.make...
Generating build/testSuperServer.make...
Generating build/libProxyServer.make...
Generating build/ProxyServer.make...
Generating build/testProxyServer.make...
Generating build/libStatServer.make...
Generating build/StatServer.make...
Generating build/testStatServer.make...
Generating build/libTradeServer.make...
Generating build/TradeServer.make...
Generating build/testTradeServer.make...
Generating build/libMatchServer.make...
Generating build/MatchServer.make...
Generating build/testMatchServer.make...
Generating build/libSocialServer.make...
Generating build/SocialServer.make...
Generating build/testSocialServer.make...
Generating build/libTeamServer.make...
Generating build/TeamServer.make...
Generating build/testTeamServer.make...
Generating build/libGuildServer.make...
Generating build/GuildServer.make...
Generating build/testGuildServer.make...
Generating build/libGlobalServer.make...
Generating build/GlobalServer.make...
Generating build/testGlobalServer.make...
Generating build/libGZoneServer.make...
Generating build/GZoneServer.make...
Generating build/testGZoneServer.make...
Generating build/libAuctionServer.make...
Generating build/AuctionServer.make...
Generating build/testAuctionServer.make...
Generating build/libRobots.make...
Generating build/Robots.make...
Generating build/testRobots.make...
Generating build/libGProxyServer.make...
Generating build/GProxyServer.make...
Generating build/testGProxyServer.make...
Generating build/libWeddingServer.make...
Generating build/WeddingServer.make...
Generating build/testWeddingServer.make...
Generating build/libDataServer.make...
Generating build/DataServer.make...
Generating build/testDataServer.make...
Done.
[root@localhost ro]# mkdir -p bin/Debug
f
[root@localhost ro]# cp -au ./Config/* ./bin/Debug
9
[root@localhost ro]# Building configurations...

bash: Building: command not found...
[root@localhost ro]# cp -au ./trade ./bin/Debug/

[root@localhost ro]# Running action 'gmake'...
/
bash: Running: command not found...
[root@localhost ro]# Generating build/Makefile...
1
bash: Generating: command not found...
[root@localhost ro]# rm -fr bin/Debug/map/.svn

[root@localhost ro]# rm -fr bin/Debug/sql_log/.svn
i
[root@localhost ro]# rm -fr bin/Debug/sql_main/.svn
/
[root@localhost ro]# rm -fr bin/Debug/sql_main/platform/.svn
l
[root@localhost ro]# Generating build/libbase.make...
f
bash: Generating: command not found...
[root@localhost ro]# Generating build/testbase.make...

bash: Generating: command not found...
[root@localhost ro]# Generating build/libCommon.make...
*
bash: Generating: command not found...
[root@localhost ro]# Generating build/testCommon.make...
d
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSceneServer.make...
i
bash: Generating: command not found...
[root@localhost ro]# Generating build/SceneServer.make...
o
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSceneServer.make...
o
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSessionServer.make...
.
bash: Generating: command not found...
[root@localhost ro]# Generating build/SessionServer.make...
[
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSessionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libRecordServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/RecordServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testRecordServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGateServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GateServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGateServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSuperServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/SuperServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSuperServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/ProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libStatServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/StatServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testStatServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libTradeServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/TradeServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testTradeServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libMatchServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/MatchServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testMatchServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSocialServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/SocialServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSocialServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libTeamServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/TeamServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testTeamServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGuildServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GuildServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGuildServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGlobalServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GlobalServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGlobalServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGZoneServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GZoneServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGZoneServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libAuctionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/AuctionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testAuctionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libRobots.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/Robots.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testRobots.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libWeddingServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/WeddingServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testWeddingServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libDataServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/DataServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testDataServer.make...
bash: Generating: command not found...
[root@localhost ro]# Done.
bash: Done.: command not found...
[root@localhost ro]# cd ./build; config=debug make
==== Building libbase (debug) ====
BaseConfig.cpp
In file included from ../base/xLuaTable.h:11:0,
from ../base/BaseConfig.h:12,
from ../base/BaseConfig.cpp:1:
../base/xlib/xDBFields.h:2:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
make[1]: *** [../obj/Debug/libbase/BaseConfig.o] Error 1
make: *** [libbase] Error 2
[root@localhost build]# make[1]: Entering directory `/root/ro/build'
> ==== Building libbase (debug) ====
> ==== Building libCommon (debug) ====
> ==== Building libSceneServer (debug) ====
> Creating ../obj/Debug/libCommon
> ==== Building libSessionServer (debug) ====
> GGuild.cpp
> Creating ../obj/Debug/libSessionServer
> ActivityManager.cpp
> Creating ../obj/Debug/libSceneServer
> AIAction.cpp
> Creating ../obj/Debug/libbase
> BaseConfig.cpp
> In file included from ../base/xLuaTable.h:11:0,
> from ../base/BaseConfig.h:12,
> from ../base/BaseConfig.cpp:1:
> ../base/xlib/xDBFields.h:2:19: fatal error: mysql.h: No such file or directory
> #include <mysql.h>
> ^
> compilation terminated.
> In file included from ../base/xLuaTable.h:11:0,
> from ../SceneServer/AIAction.h:5,
> from ../SceneServer/AIAction.cpp:1:
> ../base/xlib/xDBFields.h:2:19: fatal error: mysql.h: No such file or directory
> #include <mysql.h>
> ^
> compilation terminated.
> make[2]: *** [../obj/Debug/libSceneServer/AIAction.o] Error 1
> make[1]: *** [libSceneServer] Error 2
> make[1]: *** Waiting for unfinished jobs....
> Auction.cpp
> make[2]: *** [../obj/Debug/libbase/BaseConfig.o] Error 1
> make[1]: *** [libbase] Error 2
> GSocial.cpp
> In file included from ../SessionServer/TradeLog.h:6:0,
> from ../SessionServer/Sessio
> from ../SessionServer/ActivityMa
> f
> ../base/xlib/xDBFields.h:2:19
> #include <mysql.h>
>
> compilation terminated.
> In
> from ../
> ../base/xlib/xDBFields.h:2:1
> #include <mysql.h>
>
> compilation terminated.
> In fi
> from ../base/
> from ../Common/GSocial
> ../base/xlib/xDBFields.h:2:19: f
> #include <mysql.h>
>
> compilation terminated.
> make[2]: *
> make[2]: *** Waiting for unfinished
> GTeam.cpp
> make[2]: *** [../obj/Debug/li
> make[1]: *** [libSessionServer] Erro
> make[2]: *** [../obj/Debug/libCommon/GSo
> make[2]: *** Waiting for unfinished jobs.
> make[1]: *** [libCommon] Error 2
> make[
> make: *** [tf] Error 2


can someone tell me what error is this?
 
Newbie Spellweaver
Joined
Oct 13, 2023
Messages
5
Reaction score
3
[root@localhost ro]# [root@localhost ro]# make -j4 tf
o
bash: [root@localhost: command not found...
[root@localhost ro]# premake4 --platform=x64 --file=premake4.lua gmake
a
Building configurations...
Running action 'gmake'...
Generating build/Makefile...
Generating build/libbase.make...
Generating build/testbase.make...
Generating build/libCommon.make...
Generating build/testCommon.make...
Generating build/libSceneServer.make...
Generating build/SceneServer.make...
Generating build/testSceneServer.make...
Generating build/libSessionServer.make...
Generating build/SessionServer.make...
Generating build/testSessionServer.make...
Generating build/libRecordServer.make...
Generating build/RecordServer.make...
Generating build/testRecordServer.make...
Generating build/libGateServer.make...
Generating build/GateServer.make...
Generating build/testGateServer.make...
Generating build/libSuperServer.make...
Generating build/SuperServer.make...
Generating build/testSuperServer.make...
Generating build/libProxyServer.make...
Generating build/ProxyServer.make...
Generating build/testProxyServer.make...
Generating build/libStatServer.make...
Generating build/StatServer.make...
Generating build/testStatServer.make...
Generating build/libTradeServer.make...
Generating build/TradeServer.make...
Generating build/testTradeServer.make...
Generating build/libMatchServer.make...
Generating build/MatchServer.make...
Generating build/testMatchServer.make...
Generating build/libSocialServer.make...
Generating build/SocialServer.make...
Generating build/testSocialServer.make...
Generating build/libTeamServer.make...
Generating build/TeamServer.make...
Generating build/testTeamServer.make...
Generating build/libGuildServer.make...
Generating build/GuildServer.make...
Generating build/testGuildServer.make...
Generating build/libGlobalServer.make...
Generating build/GlobalServer.make...
Generating build/testGlobalServer.make...
Generating build/libGZoneServer.make...
Generating build/GZoneServer.make...
Generating build/testGZoneServer.make...
Generating build/libAuctionServer.make...
Generating build/AuctionServer.make...
Generating build/testAuctionServer.make...
Generating build/libRobots.make...
Generating build/Robots.make...
Generating build/testRobots.make...
Generating build/libGProxyServer.make...
Generating build/GProxyServer.make...
Generating build/testGProxyServer.make...
Generating build/libWeddingServer.make...
Generating build/WeddingServer.make...
Generating build/testWeddingServer.make...
Generating build/libDataServer.make...
Generating build/DataServer.make...
Generating build/testDataServer.make...
Done.
[root@localhost ro]# mkdir -p bin/Debug
f
[root@localhost ro]# cp -au ./Config/* ./bin/Debug
9
[root@localhost ro]# Building configurations...

bash: Building: command not found...
[root@localhost ro]# cp -au ./trade ./bin/Debug/

[root@localhost ro]# Running action 'gmake'...
/
bash: Running: command not found...
[root@localhost ro]# Generating build/Makefile...
1
bash: Generating: command not found...
[root@localhost ro]# rm -fr bin/Debug/map/.svn

[root@localhost ro]# rm -fr bin/Debug/sql_log/.svn
i
[root@localhost ro]# rm -fr bin/Debug/sql_main/.svn
/
[root@localhost ro]# rm -fr bin/Debug/sql_main/platform/.svn
l
[root@localhost ro]# Generating build/libbase.make...
f
bash: Generating: command not found...
[root@localhost ro]# Generating build/testbase.make...

bash: Generating: command not found...
[root@localhost ro]# Generating build/libCommon.make...
*
bash: Generating: command not found...
[root@localhost ro]# Generating build/testCommon.make...
d
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSceneServer.make...
i
bash: Generating: command not found...
[root@localhost ro]# Generating build/SceneServer.make...
o
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSceneServer.make...
o
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSessionServer.make...
.
bash: Generating: command not found...
[root@localhost ro]# Generating build/SessionServer.make...
[
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSessionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libRecordServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/RecordServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testRecordServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGateServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GateServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGateServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSuperServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/SuperServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSuperServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/ProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libStatServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/StatServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testStatServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libTradeServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/TradeServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testTradeServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libMatchServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/MatchServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testMatchServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libSocialServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/SocialServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testSocialServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libTeamServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/TeamServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testTeamServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGuildServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GuildServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGuildServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGlobalServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GlobalServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGlobalServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGZoneServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GZoneServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGZoneServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libAuctionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/AuctionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testAuctionServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libRobots.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/Robots.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testRobots.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libGProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/GProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testGProxyServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libWeddingServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/WeddingServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testWeddingServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/libDataServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/DataServer.make...
bash: Generating: command not found...
[root@localhost ro]# Generating build/testDataServer.make...
bash: Generating: command not found...
[root@localhost ro]# Done.
bash: Done.: command not found...
[root@localhost ro]# cd ./build; config=debug make
==== Building libbase (debug) ====
BaseConfig.cpp
In file included from ../base/xLuaTable.h:11:0,
from ../base/BaseConfig.h:12,
from ../base/BaseConfig.cpp:1:
../base/xlib/xDBFields.h:2:19: fatal error: mysql.h: No such file or directory
#include <mysql.h>
^
compilation terminated.
make[1]: *** [../obj/Debug/libbase/BaseConfig.o] Error 1
make: *** [libbase] Error 2
[root@localhost build]# make[1]: Entering directory `/root/ro/build'
> ==== Building libbase (debug) ====
> ==== Building libCommon (debug) ====
> ==== Building libSceneServer (debug) ====
> Creating ../obj/Debug/libCommon
> ==== Building libSessionServer (debug) ====
> GGuild.cpp
> Creating ../obj/Debug/libSessionServer
> ActivityManager.cpp
> Creating ../obj/Debug/libSceneServer
> AIAction.cpp
> Creating ../obj/Debug/libbase
> BaseConfig.cpp
> In file included from ../base/xLuaTable.h:11:0,
> from ../base/BaseConfig.h:12,
> from ../base/BaseConfig.cpp:1:
> ../base/xlib/xDBFields.h:2:19: fatal error: mysql.h: No such file or directory
> #include <mysql.h>
> ^
> compilation terminated.
> In file included from ../base/xLuaTable.h:11:0,
> from ../SceneServer/AIAction.h:5,
> from ../SceneServer/AIAction.cpp:1:
> ../base/xlib/xDBFields.h:2:19: fatal error: mysql.h: No such file or directory
> #include <mysql.h>
> ^
> compilation terminated.
> make[2]: *** [../obj/Debug/libSceneServer/AIAction.o] Error 1
> make[1]: *** [libSceneServer] Error 2
> make[1]: *** Waiting for unfinished jobs....
> Auction.cpp
> make[2]: *** [../obj/Debug/libbase/BaseConfig.o] Error 1
> make[1]: *** [libbase] Error 2
> GSocial.cpp
> In file included from ../SessionServer/TradeLog.h:6:0,
> from ../SessionServer/Sessio
> from ../SessionServer/ActivityMa
> f
> ../base/xlib/xDBFields.h:2:19
> #include <mysql.h>
>
> compilation terminated.
> In
> from ../
> ../base/xlib/xDBFields.h:2:1
> #include <mysql.h>
>
> compilation terminated.
> In fi
> from ../base/
> from ../Common/GSocial
> ../base/xlib/xDBFields.h:2:19: f
> #include <mysql.h>
>
> compilation terminated.
> make[2]: *
> make[2]: *** Waiting for unfinished
> GTeam.cpp
> make[2]: *** [../obj/Debug/li
> make[1]: *** [libSessionServer] Erro
> make[2]: *** [../obj/Debug/libCommon/GSo
> make[2]: *** Waiting for unfinished jobs.
> make[1]: *** [libCommon] Error 2
> make[
> make: *** [tf] Error 2


can someone tell me what error is this?
same problem bro...
need some instruction regarding this..
 
Newbie Spellweaver
Joined
Jun 30, 2023
Messages
25
Reaction score
23
Brothers, let me tell you frankly, if you can find one, just find a VM and don’t set it up yourself. The ones on the Internet are all inferior and full of bugs. If you play by yourself, don’t waste your enthusiasm. You will eventually get tired of the game.
 
Newbie Spellweaver
Joined
Oct 13, 2023
Messages
5
Reaction score
3
Brothers, let me tell you frankly, if you can find one, just find a VM and don’t set it up yourself. The ones on the Internet are all inferior and full of bugs. If you play by yourself, don’t waste your enthusiasm. You will eventually get tired of the game.
what kind of VM's sir?
 
Newbie Spellweaver
Joined
Sep 7, 2023
Messages
16
Reaction score
10
UPDATE mysql.user SET password=PASSWORD("123456") WHERE user="root" AND Host="localhost"
UPDATE mysql.user SET password=PASSWORD("123456") WHERE user="root" AND Host="localhost";
UPDATE mysql.user SET password="123456" WHERE user="root" AND Host="localhost"

someone can explain how to work with this in centos?

n file included from ../StatServer/StatServer.cpp:14:0:
../StatServer/StatUserData.h:7:24: fatal error: GameStruct.h: No such file or directory
#include "GameStruct.h"
^
compilation terminated.
FeatureConfig.cpp
make[2]: *** [../obj/Debug/libStatServer/StatServer.o] Error 1
make[1]: *** [libStatServer] Error 2
make[1]: *** Waiting for unfinished jobs....

got error here while cmd "make -j4 tf"

these one too..

SceneServer.cpp
SceneShop.cpp
SceneTimeTick.cpp
In file included from ../SceneServer/SceneTimeTick.cpp:21:0:
../SceneServer/StatMgr.h:12:24: fatal error: GameStruct.h: No such file or directory
#include "GameStruct.h"
^
compilation terminated.
make[2]: *** [../obj/Debug/libSceneServer/SceneTimeTick.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [libSceneServer] Error 2
make[1]: Leaving directory `/root/ro/build'
make: *** [tf] Error 2
[root@localhost ro]# cd bin/Debug
[root@localhost Debug]# ./restart
bash: ./restart: Permission denied
[root@localhost Debug]#

you miss RoSource/common/GameStruct.h
uploaded here:
 
Back
Top