Quote:
Originally Posted by philja
I guess this last bit about Qt6WebEngineCore says something about the naming conventions. I do have qt6-webengine-dev installed.
|
I don't think so. The repository package names don't really have anything to do the names of the libraries they provide. Those are always consistent.
Give me a chance to parse all the info you provided, but WOW! The bit about not being able to find windows.h on Linux is whopper!
To begin with, the part about using the system libs is mostly for package maintainers. I almost always build the bundled libs when I build Sigil. But if you want -DUSE_SYSTEM_LIBS=1 to really mean anything, you also need to configure with -DSYSTEM_LIBS_REQUIRED=1 (from the advanced section). Othwise Sigil will use it's own bundled versions for any of the three it fails to find on your system. -DSYSTEM_LIBS_REQUIRED=1 causes the build to fail if they're not ALL found on your system.