Search found 5 matches

by hfx10
24 Nov 2021, 13:53
Forum: Support
Topic: Trouble compiling
Replies: 6
Views: 2342

Re: Trouble compiling

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.
by hfx10
24 Nov 2021, 10:42
Forum: Support
Topic: Trouble compiling
Replies: 6
Views: 2342

Re: Trouble compiling

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...
by hfx10
23 Nov 2021, 13:19
Forum: Support
Topic: Trouble compiling
Replies: 6
Views: 2342

Re: Trouble compiling

Ok so after tiinkering around a bit and installing a bunch of qt stuff, I got it to generate a make file with

Code: Select all

cmake . 
, and then

Code: Select all

make
didn't report any errors. Unfortunately, when trying to launch I get a segmentation fault.
by hfx10
22 Nov 2021, 11:20
Forum: Support
Topic: Trouble compiling
Replies: 6
Views: 2342

Re: Trouble compiling

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.
by hfx10
21 Nov 2021, 20:43
Forum: Support
Topic: Trouble compiling
Replies: 6
Views: 2342

Trouble compiling

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 qmake -r 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...