MediaArea / MediaInfo

Convenient unified display of the most relevant technical and tag data for video and audio files.
https://MediaArea.net/MediaInfo
BSD 2-Clause "Simplified" License
1.38k stars 160 forks source link

Mediainfo 23.03: build fails (Problem while compiling MediaInfoLib) #696

Closed Vouivre closed 1 year ago

Vouivre commented 1 year ago

When I compile mediainfo 23.03 the build fails. You can get the log here.

I can compile mediainfo 22.12 without problem.

My system

$ uname -a
Linux KISS 6.1.0 #6 SMP PREEMPT_DYNAMIC Mon Jan 16 07:26:08 UTC 2023 x86_64 GNU/Linux

I use the linux distribution kisslinux which is based on musl. I use the following tarball:

https://mediaarea.net/download/binary/mediainfo/23.03/MediaInfo_CLI_23.03_GNU_FromSource.tar.xz

To compile mediainfo, I use

./CLI_Compile.sh 

cd MediaInfo/Project/GNU/CLI 

make DESTDIR="$1" install 

Tell me if you need more information.

JeromeMartinez commented 1 year ago

Fixed with https://github.com/MediaArea/MediaInfoLib/pull/1726, changes to do are at https://github.com/MediaArea/MediaInfoLib/commit/91d06a6fef303834cddc54f069f76f9113247a6a.

Vouivre commented 1 year ago

Great, thank you!