MintPPC

AmigaOne X5000 platform specific issues related to Linux only.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

MartinW wrote: Thu Sep 18, 2025 12:25 pm Thanks. I’ll try some of these. To answer the initial question, on my desktop (Mac) I usually use any number of the Jetbrains IDEs (pycharm, rust rover, clion) but they’re not an option. Aside from that I use neovim, more specifically astronvim. The problem there is it needs 10+ and a whole load of plugins so I’d be amazed if they’re all working.

So given all that, I’ll try some of your suggestions. Thanks for your time sorting a few things out!
xed is in the repo now, let me know if you want neovim.
MartinW
Posts: 32
Joined: Tue May 27, 2025 3:42 am

Re: MintPPC

Post by MartinW »

Possibly, but my config requires NeoVim 10+ It wouldn't hurt me to learn how to do it properly instead of using a predefined config however!.

So if it's quick and easy to add then please do, else your time is better spent elsewhere :D

I tried Geany, that seems to support rust out of the box, but none of the autocomplete stuff that was meant to work did. I'm sure that's just something I could look into. I doubt that's related to the platform, it will be me not knowing how to set it up right, I'm sure.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

NeoVIM in Debian sid is 10.4. That is what I would build.
https://packages.debian.org/sid/neovim

Autocompletion:
https://stackoverflow.com/questions/749 ... etion-wơrk
Last edited by mintppc on Thu Sep 18, 2025 3:12 pm, edited 1 time in total.
MartinW
Posts: 32
Joined: Tue May 27, 2025 3:42 am

Re: MintPPC

Post by MartinW »

Well that would be my preferred option. I’d have to see how I get on with the plugin ecosystem but neovim itself would definitely get my vote as it’s one of the tools I use all day long in my job and a bit of a go to for me.
mintppc
Posts: 97
Joined: Thu May 01, 2025 9:20 am
Contact:

Re: MintPPC

Post by mintppc »

More dependency problems during the build of neovim:

The following packages have unmet dependencies:
pbuilder-satisfydepends-dummy : Depends: lua-luv-dev (>= 1.43.0) but it is not installable
Depends: python3-pynvim (>= 0.5.2-2~) but it is not installable
Unable to resolve dependencies! Giving up...

So I need to somehow also build lua-luv (or use an older version) and maybe more. I will try tomorrow. It is more complicated than I thought.
MartinW
Posts: 32
Joined: Tue May 27, 2025 3:42 am

Re: MintPPC

Post by MartinW »

Don’t invest too much time and effort on my part. I can get by with other options and I don’t spend a massive amount of time in Linux on my PPC machines. I can always cross compile or just do most work on Mac and then just compile / test on ppc. The keybinds drive me insane on Linux, whatever the flavour for starters.
Post Reply