For some reason it doesn't work to build. Not very clear error message. Have qt6-tools installed.
make[2]: *** [Pdf4QtLibCore/CMakeFiles/Pdf4QtLibCore.dir/build.make:1224: Pdf4QtLibCore/CMakeFiles/Pdf4QtLibCore.dir/sources/pdfblpainter.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:950: Pdf4QtLibCore/CMakeFiles/Pdf4QtLibCore.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: pdf4qt-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
pdf4qt-git - exit status 4
Pinned Comments
<deleted-account> commented on 2023-12-24 13:02 (UTC)
Export the environment variable
CMAKE_BUILD_PARALLEL_LEVELwith the number of parallel jobs you want to use when building.Example:
export CMAKE_BUILD_PARALLEL_LEVEL=8