Page 1 of 1

vlc.appdata.xml make error

Posted: 23 Dec 2023 16:10
by npuleio
Hello everyone! I was trying to compile libvlc and I arrived at the point where it fails on making vlc.appdata.xml with those errors :

Code: Select all

make[2]: Leaving directory '/home/dev/projects/libvlcjni/vlc/build-android-x86_64-linux-android/po' Making install in share make[2]: Entering directory '/home/dev/projects/libvlcjni/vlc/build-android-x86_64-linux-android/share' GEN vlc.appdata.xml mv: cannot stat 'vlc.appdata.xml.tmp': No such file or directory make[2]: *** [Makefile:1993: vlc.appdata.xml] Error 1 make[2]: Leaving directory '/home/dev/projects/libvlcjni/vlc/build-android-x86_64-linux-android/share' make[1]: *** [Makefile:1636: install-recursive] Error 1 make[1]: Leaving directory '/home/dev/projects/libvlcjni/vlc/build-android-x86_64-linux-android' make: *** [Makefile:2110: install] Error 2 make: Leaving directory '/home/dev/projects/libvlcjni/vlc/build-android-x86_64-linux-android'
reading a post on StackOverflow someone fixed just with a:

Code: Select all

cp vlc/share/vlc.appdata.xml.in.in vlc/share/vlc.appdata.xml
so I tried too to cp vlc.appdata.xml to .in and also .tmp but none of them worked and the error remains.
What I should do at this point since I think this vlc.appdata.xml part is important to generate the final .so jni?

Thanks in advance!
Cheers!

Re: vlc.appdata.xml make error

Posted: 02 Jan 2024 15:27
by npuleio
Nevermind.... solved... had to copy .tmp in parent directory....