Giter VIP home page Giter VIP logo

Comments (5)

pyroscope avatar pyroscope commented on May 24, 2024

Can't do anything without some (version) info on platform, gcc/clang, etc.

from rtorrent-ps.

RafalBabinicz avatar RafalBabinicz commented on May 24, 2024

More info at https://aur.archlinux.org/packages/rtorrent-pyro-git
Check comment from 2014-06-25 23:36.

I've had the same error with
gcc (GCC) 4.9.0 20140604 (prerelease)
3.15.5-2-ARCH x86_64 GNU/Linux

from rtorrent-ps.

laudrup avatar laudrup commented on May 24, 2024

Hi there,

I made that comment on the Arch Linux site. Didn't know it wasn't related to the Arch package.

Please do let me know if I can be helpful in any way.

As I wrote in the comment on the Arch Linux site, I assume it might have something to do with the tr1 namespace possibly being deprecated in GCC 4.9 although I haven't been able to confirm that from the GCC changelogs.

from rtorrent-ps.

pyroscope avatar pyroscope commented on May 24, 2024

FYI, RT_HEX_VERSION is a simple way to write conditions based on the rT version, within cpp's limited powers. RT_HEX_VERSION >= 0x000901 means 0.9.1 and up.

The usage of std and tr1 in the main source is a mess, and things like this certainly add to it:

./command_helpers.h:44:namespace tr1 { using namespace std::tr1; }

And read these:

You have to find a condition to determine your configuration (either directly in cpp, or via configure), and then expand the #if accordingly with additional branches.

from rtorrent-ps.

pyroscope avatar pyroscope commented on May 24, 2024

0.9.4 + Wheezy and Trusty work, and with a pre-release compiler you're on your own. Also, no further feedback for ½ a year.

from rtorrent-ps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.