Open ZeroChaos- opened 2 years ago
Could you please tell what exact version of Qt is installed on your system? Does the pre-built AppImage version run on it?
dev-qt/qtcore-5.15.3 Yes, the pre-built AppImage does work.
@ZeroChaos- do you want to make an eBuild of qFlipper for Gentoo? Otherwise, we should close this issue and recommend to use AppImage.
That was my goal, yes
Same issue.
QMake version 3.1
Using Qt version 6.3.1 in /opt/homebrew/lib
./qFlipper
zsh: killed ./qFlipper
netbug@netbug-mbp2 MacOS % uname -a
Darwin netbug-mbp2.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64```
hello all,
the problem is with 3rdparty
directory and its nanopb (the only dependency so far).
Basically, that symlink is not getting included in a release tar-ball and that's a good thing. However, the compilation does not really fail when there is no nanopd found.
Currently, qmake scripts expects a bundled nanopb only. I patched it to search in the system libraries instead. You might want to adopt the patch and make it more universal.
First and foremost, thank you for your interest in making qFlipper better by reporting bugs!
Describe the bug What were you trying to do? Run qFlipper
To Reproduce Steps to reproduce the behavior: Build git HEAD on Gentoo following build instructions.
Expected behavior The UI to appear
Actual behavior Crashes with SIGSEGV
Additional troubleshooting
Additional context