[vlc-devel] AppImage for distributing VLC builds for Linux

probono probono at puredarwin.org
Sun May 15 11:48:37 CEST 2016


> 2016-05-09 14:28 GMT+02:00 Filip Roséen <filip at videolabs.io>:
>> Looking into the issue the relevant headers for PRId64 should be implicitly
>> included:
>>
>> "util.cpp" --> "util.hpp" --> "mkv.hpp" --> <vlc_common.h> --> <inttypes.h>

Tried multiple times, compilation of the sample c code from this
thread works but compilation of VLC fails on Ubuntu 12.04.

With the following workaround the error goes away by upgrading
libc6-dev from the 12.04 (precise) to the 14.04 (trusty) one:
sed -i -e 's|precise|trusty|'g /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y install libc6-dev

However this means that the resulting binary depends on the newer
14.04 (trusty) libc6 that gets installed along with libc6-dev which I
want to avoid.

Is there another way to compile VLC on Ubuntu 12.04 without needing to
upgrade libc6-dev?


More information about the vlc-devel mailing list