poppler Bibliothek einbinden



  • ich bekomme folgende fehlermeldung wenn ich die bibliothek installieren möchte:
    $ cmake ..
    -- Building for: Ninja
    -- The C compiler identification is GNU 13.2.0
    -- The CXX compiler identification is GNU 13.2.0
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working C compiler:/msys64/mingw64/bin/cc.exe - skipped
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Check for working CXX compiler: /msys64/mingw64/bin/c++.exe - skipped
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Performing Test GCC_HAS_AS_NEEDED
    -- Performing Test GCC_HAS_AS_NEEDED - Success
    -- Found PkgConfig:msys64/mingw64/bin/pkg-config.exe (found version "2.1.1")
    -- Checking _FILE_OFFSET_BITS for large files
    -- Checking _FILE_OFFSET_BITS for large files - needed
    CMake Warning at CMakeLists.txt:98 (message):

    No test data found in $testdatadir.
    You will not be able to run 'make test' successfully.

    The test data is not included in the source packages
    and is also not part of the main git repository. Instead,
    you can checkout the test data from its own git
    repository with:

     git clone git://git.freedesktop.org/git/poppler/test
    

    You should checkout the test data as a sibling of your
    poppler source folder or specify the location of your
    checkout with -DTESTDATADIR=/path/to/checkoutdir/test.

    -- Found Freetype:/msys64/mingw64/lib/libfreetype.dll.a (found suitable version "2.13.2",
    minimum required is "2.10")
    -- Checking for module 'nss>=3.49'
    -- Found nss, version 3.97
    -- Found NSS3: ssl3;smime3;nss3;nssutil3;plds4;plc4;nspr4 (Required is at least version "3.68")
    CMake Warning at CMakeLists.txt:160 (find_package):
    By not providing "FindGpgmepp.cmake" in CMAKE_MODULE_PATH this project has
    asked CMake to find a package configuration file provided by "Gpgmepp", but
    CMake did not find one.

    Could not find a package configuration file provided by "Gpgmepp"
    (requested version 1.19) with any of the following names:

    GpgmeppConfig.cmake
    gpgmepp-config.cmake
    

    Add the installation prefix of "Gpgmepp" to CMAKE_PREFIX_PATH or set
    "Gpgmepp_DIR" to a directory containing one of the above files. If
    "Gpgmepp" provides a separate development package or SDK, be sure it has
    been installed.
    Call Stack (most recent call first):
    CMakeLists.txt:168 (find_soft_mandatory_package)

    CMake Error at CMakeLists.txt:162 (MESSAGE):
    Could not find the 1.19 version of Gpgmepp. If you're not interested in
    the features it provides set the cmake ENABLE_GPGME option to OFF
    Call Stack (most recent call first):
    CMakeLists.txt:168 (find_soft_mandatory_package)

    -- Configuring incomplete, errors occurred!


  • Mod

    Hast du denn Gpgmepp?


Anmelden zum Antworten