Results 543 comments of ahrm

Yes, I think that should do it. yw :) .

Ahh, I think you are building against your system's mupdf but using the mupdf headers included in sioyek repo. You can either use your system's headers files (probably removing this...

Yeah the patch uses the system's mupdf (by removing -Lmupdf/build/release).

If your database doesn't contain private information, you can mail it to me and I can see what is wrong, otherwise maybe the stack trace gives a clue?

Try building the latest commits, I think some of these issues might already be fixed.

Is this the entire error? I can't do much with this information, please include the full error message.

You are using qt5, the development branch requires qt 6.8+.

If you look at the error messages, it clearly is using qt5. e.g.: ``` /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h ``` Maybe try running the commands in build_linux manually one by one and see if...

The error indicates that it can not find `fz_page_label` which is a mupdf function. I don't know why this is happening though because this should be included in the mupdf.

The development branch requires mupdf 1.25 . Where did the 1.20 mupdf come from? Are you using your system's mupdf? (or maybe you cloned the main branch first and downloaded...