Builds for newer Ubuntu versions?

Asked by dmoore

Could someone please add builds for newer versions. I am trying to get this working again: https://launchpad.net/~damien-moore/+archive/ubuntu/codeblocks-stable but wx2.8 isn't in the 16.04 repos anymore.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wxwidgets2.8 Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Xenial has wxwidgets3.0
Do you have a problem using that one instead?
There might be PPAs with wxwidgets2.8 for xenial. Maybe you can use these.

Revision history for this message
dmoore (damien-moore) said :
#2

wxWidgets 3.0 makes the 16.01 version of Code::Blocks unstable.
On Apr 26, 2016 10:32 AM, "Manfred Hampl" <
<email address hidden>> wrote:

Your question #292425 on wxwidgets2.8 in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/wxwidgets2.8/+question/292425

    Status: Open => Answered

Manfred Hampl proposed the following answer:
Xenial has wxwidgets3.0
Do you have a problem using that one instead?
There might be PPAs with wxwidgets2.8 for xenial. Maybe you can use these.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/wxwidgets2.8/+question/292425/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/wxwidgets2.8/+question/292425

You received this question notification because you asked the question.

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

see also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785079

I see the following possibilities:
1. get codeblocks working with wxwidgets3.0 (fix codeblocks or wxwidgets3.0, or whoever is to blame for the instabilities)
2. try using an existing wxwidgets2.8 version (either from an existing PPA, or by manually installing the version for wily in xenial, if that is possible)
3. build your own version of wxwidgets2.8 for xenial, e.g. in the PPA that you are working on.

I do not expect that wxwidgets2.8 will be re-introduced in xenial. You can of course try creating a respective bug report, but do not put your expectations too high.

Revision history for this message
dmoore (damien-moore) said :
#4

Thanks, I went with option 3 using

https://code.launchpad.net/ubuntu/+source/wxwidgets2.8

to build a recipe. It looks like that takes care of the problem.