Ubuntu - compile old version

Linux specific questions, problems.
Post Reply
neuron

Ubuntu - compile old version

Post by neuron »

Great software,  ;)

I tried compile - old O.S. version Ubuntu 11.10

qbittorrent- 3.3.0 and 3.3.1:
cc1plus: error: unrecognized command line option ‘-std=c++11’    :(

I need run this old version in some computers ... Video graphic driver.

It's possible change this options ... ?

Thanks,
ciaobaby

Re: Ubuntu - compile old version

Post by ciaobaby »

I need run this old version in some computers
some options for you.

1) Run a version prior to 3.3.0 which has not been updated to require c++11

2) update the machine OS to run a C++11 compiler/linker

3) use 3.3.0 source prior to the "require C++11" change.
neuron

Re: Ubuntu - compile old version

Post by neuron »

ciaobaby wrote:
I need run this old version in some computers
some options for you.

1) Run a version prior to 3.3.0 which has not been updated to require c++11

2) update the machine OS to run a C++11 compiler/linker

3) use 3.3.0 source prior to the "require C++11" change.
1 - Yes that's what i run at moment 3.2.5

2 - Please read "I need run this old version in some computers ... Video graphic driver."

3 - Hummmmm ... please answer 1

Any developer can help in this problem.

Thanks,
ciaobaby

Re: Ubuntu - compile old version

Post by ciaobaby »

2) You only need to update the compiler, not the whole operating system.

http://stackoverflow.com/questions/1737 ... -on-ubuntu

plus.
zip file of 3.3.0 beta prior to C++ 11 update with "beta" removed from version descriptor. (QT5 is the default framework)

logicalley.co.uk/downloads/qBittorrent-master-3.3.0.zip
neuron

Re: Ubuntu - compile old version

Post by neuron »

[quote="ciaobaby"]
2) You only need to update the compiler, not the whole operating system.

http://stackoverflow.com/questions/1737 ... -on-ubuntu

plus.
zip file of 3.3.0 beta prior to C++ 11 update with "beta" removed from version descriptor. (QT5 is the default framework)

logicalley.co.uk/downloads/qBittorrent-master-3.3.0.zip
[/quote]

Thank you for your comments,

We can use QT5 or QT4 with "--with-qt4" in 3.3.0 or 3.3.1

Kind Regards,
Post Reply