Anton Filimonov
Anton Filimonov
@henrify I've merge Qt6 support to master. On linux I configure it like this ``` cmake -G Ninja -DCMAKE_PREFIX_PATH=/home/omni/projects/sdk/Qt/6.2.3/gcc_64/ -DCMAKE_BUILD_TYPE=RelWithDebInfo -DKLOGG_USE_HYPERSCAN=False .. ``` Unfortunately, hyperscan regex engine doesn't support M1,...
From discussion on that link it looks like setting LDFLAGS environment variable in the terminal could help. Try something like this: ``` export LDFLAGS=-L/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib cmake -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH=/opt/homebrew/Cellar/qt/6.2.3_1 .....
CI is using GitHub actions. Currently it is macOS Big Sur 11. Looking at the error one more time, and I don't see how adding LDFLAGS could help finding pthread.h....
Thanks for keep trying this. I don't have mac hardware, so your help in testing is very appreciated. Klogg by default is build with tuning for the build host cpu....
Yea, sorry about that :(. Klogg has many x86-64 specific things as it is the only supported platform. And I don't know if roaring-bitmap project is supported for M1. Could...
This is great news! The next step would be to setup a CI build to produce the packages for M1.
I've added a cmake option to buld with vectorscan. Adding to CI should be possible after github/roadmap#528
Hi, which font a and klogg version are you using? With my fix logs and DejaVu Sans Mono it looks like this:  With JetBrains Mono 
If it works in Notepad++ and VSCode, then it still could be something wrong in klogg. Anyway, I think it is a good idea to have something like a replace...
@cagnulein you mean porting klogg to tablets? I don't think I'll do this, because I doubt there is a big demand for it. However, pull requests are always welcome.