Comment 1 for bug 2054815

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

With 2.2.4, which fixes that build issue, another one crops up:
https://github.com/savonet/liquidsoap/issues/3752

15:01 $ make
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<built-in>: note: this is the location of the previous definition
File "src/core/decoder/gstreamer_decoder.ml", line 314, characters 37-51:
314 | (Decoder.test_file ~log ~mimes:mime_types#get
                                           ^^^^^^^^^^^^^^
Error: This expression has type string list
       but an expression was expected of type string list option
make: *** [Makefile:4: build] Error 1