Open antmakedev opened 5 months ago
@antmakedev ,
Thanks for the report. The issue is fixed but not yet released. As a workaround, could you try passing in -DCMAKE_C_FLAGS="-Wno-int-conversion -Wno-incompatible-pointer-types"
with your cmake command?
Thanks @disa6302 that worked :D
thanks for posting this worked for me also
Will keep this open until next release for ease of locating resolution & avoiding duplicates.
Describe the bug When trying to build I keep hitting the same issue outlined below
To Reproduce Steps to reproduce the behavior: Download amazon-kinesis-video-streams-producer-sdk-cpp-3.4.1 Make build directory Execute
cmake -DBUILD_GSTREAMER_PLUGIN=TRUE ..
Executemake
Get errorExpected behavior Expect library to build
Platform (please complete the following information):
I get the same issue if I pull master (49fa6cbb905958726fe54d98b837c3edf895025d) as well.