NailGit

Results 25 comments of NailGit

> Is this the entire error? I can't do much with this information, please include the full error message. In the source directory appeared many Touch.... , but there is...

> You are using qt5, the development branch requires qt 6.8+. No, I installed QT 6.9. I installed by using official online installer. Maybe after installation I have to make...

> You are using qt5, the development branch requires qt 6.8+. ``` qmake --version QMake version 3.1 Using Qt version 6.9.2 in /home/nail/Qt/6.9.2/gcc_64/lib ```

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

I understood what was the reason. I reinstalled QT6 with all libraries. But now another error: ``` make: *** [Makefile:14952: document.o] Error 1 ``` What is this error now?

Below is all output ``` make -j$(nproc) g++ -c -pipe -std=c++17 -O2 -std=gnu++1z -Wall -Wextra -fPIC -D_REENTRANT -DSIOYEK_QT6 -DQT_3DINPUT_LIB -DQT_OPENGL_LIB -DQT_OPENGLEXTENSIONS_LIB -DQT_WIDGETS_LIB -DQT_NO_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_QUICK_LIB -DQT_OPENGLWIDGETS_LIB -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_SVG_LIB -DQT_TEXTTOSPEECH_LIB...

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

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

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

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