https://bugs.kde.org/show_bug.cgi?id=468255
--- Comment #2 from Pr. Sunflower <[email protected]> --- (In reply to megan.conkle from comment #1) > Try installing the qttools5-dev package. I had thought qttools5-dev-tools > would have contained the Qt5LinguistTools, but apparently not. Thank you for helping me! 😁 I have successfully installed all necessary packages but I am having a different error now 😅 Do you mind looking at it? ``` user@PC:~/Builds/ghostwriter/build$ cmake .. -- The CXX compiler identification is GNU 12.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Installing in the same prefix as Qt, adopting their path scheme. -- Setting build type to 'Debug' as none was specified. -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Using Font Awesome Free -- The following OPTIONAL packages have been found: * Qt5Core (required version >= 5.15.2) * KF5DocTools (required version >= 5.90), Tools to generate documentation -- The following REQUIRED packages have been found: * ECM (required version >= 5.90) * Qt5LinguistTools * Qt5Gui * Qt5Widgets * Qt5 (required version >= 5.15.2) -- The C compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAVE_FLAG_ADDRESS_SANITIZER -- Performing Test HAVE_FLAG_ADDRESS_SANITIZER - Failed -- Performing Test HAVE_FLAG_SANITIZE_ADDRESS -- Performing Test HAVE_FLAG_SANITIZE_ADDRESS - Success -- Checking _FILE_OFFSET_BITS for large files -- Checking _FILE_OFFSET_BITS for large files - not needed -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Looking for stdbool.h -- Looking for stdbool.h - found -- Performing Test HAVE___BUILTIN_EXPECT -- Performing Test HAVE___BUILTIN_EXPECT - Success -- Performing Test HAVE___ATTRIBUTE__ -- Performing Test HAVE___ATTRIBUTE__ - Success CMake Deprecation Warning at /usr/share/cmake-3.25/Modules/GenerateExportHeader.cmake:427 (message): The add_compiler_export_flags function is obsolete. Use the CXX_VISIBILITY_PRESET and VISIBILITY_INLINES_HIDDEN target properties instead. Call Stack (most recent call first): 3rdparty/cmark-gfm/extensions/CMakeLists.txt:31 (add_compiler_export_flags) -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") -- Checking for module 'hunspell' -- Package 'hunspell', required by 'virtual:world', not found CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) src/CMakeLists.txt:74 (pkg_check_modules) -- Configuring incomplete, errors occurred! See also "/home/user/Builds/ghostwriter/build/CMakeFiles/CMakeOutput.log". See also "/home/user/Builds/ghostwriter/build/CMakeFiles/CMakeError.log". ``` -- You are receiving this mail because: You are watching all bug changes.
