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

probono probono at puredarwin.org
Mon May 9 23:02:06 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>
>
> (...)
> Does the following sample compile on your system?
> (...)
> If it does not reproduce the behavior you describe further investigation is
> required in order to diagnose why things are failing. Let me know if you
> need help.

Thanks for offering your help. Yes, it compiles in my build environment with
gcc (Ubuntu 4.9.2-0ubuntu1~12.04) 4.9.2 on Ubuntu precise (12.04.5 LTS).

The build environment can been seen in detail on
https://github.com/probonopd/AppImages/blob/master/recipes/vlc3/Recipe

c99-gcc test.c
./a.out
x: 43008

So I suspect the
"util.cpp" --> "util.hpp" --> "mkv.hpp" --> <vlc_common.h> --> <inttypes.h>
chain isn't working properly on my sytem. How would I go about
analyzing/debugging this?


More information about the vlc-devel mailing list