Page 1 of 1

Ubuntu - compile old version

Posted: Sat Dec 12, 2015 9:33 pm
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,

Re: Ubuntu - compile old version

Posted: Sun Dec 13, 2015 4:56 pm
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.

Re: Ubuntu - compile old version

Posted: Sun Dec 13, 2015 11:04 pm
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,

Re: Ubuntu - compile old version

Posted: Mon Dec 14, 2015 6:29 pm
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

Re: Ubuntu - compile old version

Posted: Tue Dec 15, 2015 10:26 pm
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,