Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do I have to install aws-cpp-sdk-core by myself? #535

Open
ghost opened this issue Jun 19, 2021 · 0 comments
Open

Do I have to install aws-cpp-sdk-core by myself? #535

ghost opened this issue Jun 19, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 19, 2021

README CMake Build Instructions is Error.

Do I have to install aws-cpp-sdk-core by myself?
If I have to do it, how do I do it?

Do I use vcpkg?

git clone https://github.com/mozilla-services/lua_sandbox_extensions.git
cd lua_sandbox_extensions
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_ALL_EXT=true -DCPACK_GENERATOR=TGZ ..

CMake Warning (dev) at /usr/share/cmake/Modules/GNUInstallDirs.cmake:225 (message):
  Unable to determine default CMAKE_INSTALL_LIBDIR directory because no
  target architecture is known.  Please enable at least one language before
  including GNUInstallDirs.
Call Stack (most recent call first):
  CMakeLists.txt:9 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 8.4.1
-- 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
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.2")
-- Checking for one of the modules 'librabbitmq'
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:797 (message):
  None of the required 'librabbitmq' found
Call Stack (most recent call first):
  amqp/CMakeLists.txt:10 (pkg_search_module)


amqp    ENABLED
-- The CXX compiler identification is GNU 8.4.1
-- 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
CMake Error at aws/CMakeLists.txt:12 (find_package):
  Could not find a package configuration file provided by "aws-cpp-sdk-core"
  (requested version 1.1.46) with any of the following names:

    aws-cpp-sdk-coreConfig.cmake
    aws-cpp-sdk-core-config.cmake

  Add the installation prefix of "aws-cpp-sdk-core" to CMAKE_PREFIX_PATH or
  set "aws-cpp-sdk-core_DIR" to a directory containing one of the above
  files.  If "aws-cpp-sdk-core" provides a separate development package or
  SDK, be sure it has been installed.

Best Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants