kabralgaming Posted July 19, 2017 Posted July 19, 2017 I'm in trouble with the current rathena. i have one Problem command make SQL. i use centos.Can someone tell me what's happening, please? [root@vps rAthena]# make sql make[1]: Entering directory `/home/emulador/rAthena/3rdparty/mt19937ar' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/emulador/rAthena/3rdparty/mt19937ar' make[1]: Entering directory `/home/emulador/rAthena/3rdparty/libconfig' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/emulador/rAthena/3rdparty/libconfig' make[1]: Entering directory `/home/emulador/rAthena/src/common' CXX core.cpp cc1plus: error: unrecognized command line option "-std=c++11" cc1plus: warning: unrecognized command line option "-Wno-maybe-uninitialized" make[1]: *** [obj/core.o] Error 1 make[1]: Leaving directory `/home/emulador/rAthena/src/common' make: *** [common] Error 2 [root@vps rAthena]# Quote
0 sader1992 Posted July 19, 2017 Posted July 19, 2017 did you follow this ? https://github.com/rathena/rathena/wiki/Install-on-Centos Quote
0 jTynne Posted July 20, 2017 Posted July 20, 2017 I am also experiencing the same problem and yes, I've also followed the installation guide from the wiki for Linux CentOS. Using version 6.9, not 7. Quote
0 Cyro Posted July 20, 2017 Posted July 20, 2017 What is your compiler version? Ps- use code box next time when you paste something Quote
0 jTynne Posted July 20, 2017 Posted July 20, 2017 Whoopsie! Just saw this, Perhaps adding this to the wiki page may help -- I imagine anyone else returning after an extended period of time may run into this issue as well. >.< 1 Quote
Question
kabralgaming
I'm in trouble with the current rathena.
i have one Problem command make SQL.
i use centos.
Can someone tell me what's happening, please?
[root@vps rAthena]# make sql
make[1]: Entering directory `/home/emulador/rAthena/3rdparty/mt19937ar'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/emulador/rAthena/3rdparty/mt19937ar'
make[1]: Entering directory `/home/emulador/rAthena/3rdparty/libconfig'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/emulador/rAthena/3rdparty/libconfig'
make[1]: Entering directory `/home/emulador/rAthena/src/common'
CXX core.cpp
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: warning: unrecognized command line option "-Wno-maybe-uninitialized"
make[1]: *** [obj/core.o] Error 1
make[1]: Leaving directory `/home/emulador/rAthena/src/common'
make: *** [common] Error 2
[root@vps rAthena]#
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.