compiling procedure in ubuntu 18.10 with xfree
Hi again,
I tried to compile this in ubuntu 18.10 replacing python-image with python-pil, but in the 'make' step it fails:
/opt/livewallpa
const MarkupParser PluginParser = {start, end, text, null, null};
Followed by other errors
I have xfree and I cant install it by apt-get install livewallpaper because it doesn't exists.
Thanx
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Maximilian Schnarr
- Solved:
- 2018-08-14
- Last query:
- 2018-08-14
- Last reply:
- 2018-08-14
Manfred Hampl (m-hampl) said : | #1 |
Which version of the source are you using?
The error message that you get is similar to the one that Maximilian Schnarr got in a compliation attempt for 0.5.0-0~
Meanwhile Maximilian Schnarr has worked on a version 0.5.0-0~
It seems to me that you are not using the newest source.
By the way, are you aware that Ubuntu 18.10 is the development release of Ubuntu which is due only in October 2018? You cannot expect that everything is already error-free and working in that release.
|
#2 |
I just triggered a daily build for ubuntu 18.10 and the build was successful. So I guess you tried to build livewallpaper using old source code like Manfred Hampl suggested.
Please try to install livewallpaper using the daily PPA or use bzr to get the latest source code.
Serafin Granados (amadeuscito) said : | #3 |
Excuse me, the correct version was 18.04 as you correctly mentioned.
Today I update my package and magically works now.
Thank you
Serafin Granados (amadeuscito) said : | #4 |
Thanks Maximilian Schnarr, that solved my question.