Page 1 of 1
Trouble compiling
Posted: 21 Nov 2021, 20:43
by hfx10
I really like actiona but am no longer running a Debian based distro and so I need to compile it from source. The instructions say to use
to get a make file, but I don't think this is correct as it appears I now need to use cmake instead? I'm not very familiar with cmake and so I'm not sure how to proceed. Any help would be appreciated.
Re: Trouble compiling
Posted: 22 Nov 2021, 10:49
by eureka
You do not mention your distro/version.
Last time I compiled from source (on Ubuntu some time ago) I used QtCreator.
https://doc.qt.io/qtcreator/creator-project-other.html
Qt and QtCreator admittedly is a lengthy installation but offers lots of flexibility to customise.
Another option is to build on a VirtualBox virtual machine but I have not done that.
Re: Trouble compiling
Posted: 22 Nov 2021, 11:20
by hfx10
I'm using gentoo. Looks like qt creator is available so I might try that, otherwise I might try with virtual box, thanks for the suggestions.
Re: Trouble compiling
Posted: 23 Nov 2021, 13:19
by hfx10
Ok so after tiinkering around a bit and installing a bunch of qt stuff, I got it to generate a make file with
, and then
didn't report any errors. Unfortunately, when trying to launch I get a segmentation fault.
Re: Trouble compiling
Posted: 23 Nov 2021, 20:15
by eureka
Can you post the actual error message.
My last attempt yp build was some years ago.
viewtopic.php?f=35&t=9711&p=23431&hilit=qmake#p23431
Check that you can installed all Qt dependencies.
Re: Trouble compiling
Posted: 24 Nov 2021, 10:42
by hfx10
I'm pretty sure I installed everything from here
https://gitweb.gentoo.org/proj/qt.git/tree/sets except for qtwebengine as it takes a really long time to compile. It's possible one of the packages needs some USE flag I don't have enabled but that's going to be hard to diagnose.
When trying to launch actiona, 'segmentation fault' is the only error that appears in the terminal. I'm not sure if there is any way for me to get more information. I've also tried to build a simple AppImage from Debian, this also leads to a segmentation fault on gentoo, so I'm most likely missing some .so file. I was thinking of trying to build an AppImage with all required libraries built into the AppImage, that looks like it would be a big task though. Also ran it through wine but it does not manage to get control of the cursor through wine.
Re: Trouble compiling
Posted: 24 Nov 2021, 13:53
by hfx10
Ok so I've figured out the issue, I forgot that not everything works with xwayland... It works just fine under i3, not sure if it's possible to run with wayland but at least now I know it's compiled correctly and all dependencies are there.