View Single Post
Old 01-05-2024, 10:45 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,731
Karma: 5444398
Join Date: Nov 2009
Device: many
Here is the actual error from your log file.

The imported target "Qt6::qwebengine_convert_dict" references the file

"/usr/lib/qt6/libexec/qwebengine_convert_dict"

but this file does not exist.


Some Qt6 related package needs to provide this qwebengine_convert_dict executable.
Use your package manager to determine which Qt6 package provides that executable file and install that package.

If that executable file is already provided but not installed in /usr/libqt6/libexec/ then copying it to that location or creating a symlink should be enough to continue the build.

Sigil itself does not use this particular executable but PageEdit does and it should exist in a proper qt6 installation. cmake is looking for it.
KevinH is offline   Reply With Quote