Git Product home page Git Product logo

Comments (5)

pecha7x avatar pecha7x commented on July 30, 2024

some additional info -
aws-sdk was installed by next steps -

  1. git clone --recurse-submodules --depth 1 https://github.com/aws/aws-sdk-cpp.git -b 1.10.30
  2. mkdir aws_sdk_build
  3. cd aws_sdk_build
  4. cmake ../aws-sdk-cpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=/usr/local/ -DCMAKE_INSTALL_PREFIX=/usr/local/ -DBUILD_ONLY="s3;sts"
  5. make
  6. make install

Before I was tried to use a last version of the SDK, but I've got the same error when tried to build the plugin.

from amazon-s3-gst-plugin.

russnic avatar russnic commented on July 30, 2024

Hi Artem,

Sorry for the delayed reply.

We have reproduced the issue internally and are currently troubleshooting.

We'll get back to you once we know more.

Thank you!

Nic

from amazon-s3-gst-plugin.

smthsm avatar smthsm commented on July 30, 2024

Hi @pecha7x,

It looks like the errors occurred because meson couldn't find the pkgconfig files for the SDK, so it didn't set the cflags required to compile anything that includes the SDK headers (in particular -std=c++11 was missing). You can check for this error in meson-logs/meson-log.txt to confirm:

Package aws-cpp-sdk-sts was not found in the pkg-config search path.
Perhaps you should add the directory containing `aws-cpp-sdk-sts.pc'
to the PKG_CONFIG_PATH environment variable

Doing as the message suggests (i.e. PKG_CONFIG_PATH=/usr/local/lib/pkgconfig meson build) solves that issue, but unfortunately the build still fails because of some unexpected differences in how the compiler toolchain behaves on macos.

I'll get a PR up shortly with a fix for that.

from amazon-s3-gst-plugin.

smthsm avatar smthsm commented on July 30, 2024

@pecha7x - could you try building against the latest changes please?

from amazon-s3-gst-plugin.

johnbabat avatar johnbabat commented on July 30, 2024

We are closing this ticket as this is working as expected. Feel free to raise issue if this still does not work for you

from amazon-s3-gst-plugin.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.