MRPT / mrpt

:zap: The Mobile Robot Programming Toolkit (MRPT)
https://docs.mrpt.org/reference/latest/
BSD 3-Clause "New" or "Revised" License
1.93k stars 630 forks source link

CFFMPEG_Inputstream.cpp error during "cmake --build ." #1165

Closed ketchart closed 2 years ago

ketchart commented 2 years ago

https://ibb.co/sm3WLrF

The error appeares during "cmake --build ."

https://www.dropbox.com/s/wvckxx7kerawvtw/CMAKE_CONFIG.txt?dl=0

This CMAKE_CONFIG.txt is the result of: cd mrpt mkdir build && cd build VERBOSE=1 cmake .. | tee CMAKE_CONFIG.txt

jlblancoc commented 2 years ago

What Ubuntu version (or any other distro) are you using? It seems an issue with a particular version of avcodec, using a docker image of your distro for testing would be the best way to go...

ketchart commented 2 years ago

It is Ubuntu 16.04 LTS (Xenial Xerus) Please give me more detail about what I have to do