New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Compile Error #2127
Comments
|
Please retry it by using |
|
@Jeybla it same, problem on here
|
|
Mh.. This eventually is caused by 4a004ad . You could try to checkout a3282c1 . |
|
Adding |
|
adding like this?
still not work, while I have try to ./configure --disable-64bit or ./configure and same error on
|
|
CXXFLAG =-std=c++11 -fpermissive |
|
@secretdataz still same, configure not working. |
|
@rofasindo Can you try installing g++ package? |
|
@secretdataz thank you, just missing g++ package. Now fix, I can configure and make server. thanks again. |
|
I am facing the same on centos, this time i have an gcc-c++ package installed. |
|
i too same error in centos 6 but have Package gcc-c++-4.4.7-18.el6.x86_64 already installed and latest version |
|
$ cat /etc/centos-release $ sudo yum install centos-release-scl $ gcc --version $ g++ --version $ gfortran --version |
|
sudo yum install centos-release-scl for gcc 5.3.1 |
|
Did you manage to fix it @NandoPrates ? Note: Let me know the result. |
|
@lighta use three ticks. ``` |
|
I mean.. for starters, tell users to install GCC5 and G++5, like to we do on the forums for similar issues. CentOS 6 is unable to install version 5 of these tools as their repo doesn't have access to them by default, and there's no reason why users shouldn't be upgrading to CentOS 7 in order to access these packages anyway. We have these guides on the wiki. |
Compile error, I'm using Linux Centos 6 32Bit with latest git rAthena today 2017/05/08 (svn 19694), error ./configure and cannot command make server
The text was updated successfully, but these errors were encountered: