Closed stevezau closed 4 years ago
Can you compile official 0.9.6/0.13.6 manually with gcc 4.4.7?
I actually went into the libtorrent folder and ran a ./configure and it complied fine. It broke if i used the same configure as build.sh (with all the included libs etc).
TBH, i am going to just go through the pain and upgrade to centos 7
Try to build rtorrent-ps-ch (it uses a bit different build.sh), I'd be curious about the result :)
What is definitely not supported is running recent on ooooooooooold – there are limits how far you can stretch these things. Coming rt version will again raise the C++ std lower limit.
Install a decent distro, and run the rotting stuff in Docker.
Hello, trying to upgrade to latest version.
i'm stuck on centos 6.5, old i know. Not sure if you still support it as getting errors.
Installing from source, Running
./build.all all
.It failed with an error complaining that gcc unknown option -std=c++11
Looking at https://github.com/pyroscope/rtorrent-ps/blob/master/build.sh#L180. this is due to the old version of gcc on centos 6.5.
Researching, i tried to force -std=c++0x. But now i'm getting
So i tried to upgrade to new dev toolset using https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/. I also reverted build.sh
Now getting errors
Any advice?