Andreas Stieger wrote:
Hello,
should we continue to add all linked dependencies (here: lz4) to the verbose
version output, as the attached patch would do?
Sounds good to me, but isn't working for me:
configure says:
checking for lz4 library via pkg-config... yes
and build says:
subversion/libsvn_subr/compress_lz4.c:30:5: warning: "SVN_INTERNAL_LZ4"
is not defined [-Wundef]
cc1: warning: unrecognized command line option ‘-Wno-unused-const-variable’
subversion/libsvn_subr/compress_lz4.c: In function
‘svn_lz4__compiled_version’:
subversion/libsvn_subr/compress_lz4.c:133:41: error:
‘LZ4_VERSION_STRING’ undeclared (first use in this function)
subversion/libsvn_subr/compress_lz4.c:133:41: note: each undeclared
identifier is reported only once for each function it appears in
subversion/libsvn_subr/compress_lz4.c: In function
‘svn_lz4__runtime_version’:
subversion/libsvn_subr/compress_lz4.c:141:10: error: implicit
declaration of function ‘LZ4_versionString’
[-Werror=implicit-function-declaration]
Subversion trunk@1818671 on Ubuntu 16.04.
Ubuntu packages 'liblz4-1' and 'liblz4-dev' version '0.0~r131-2ubuntu2'.
- Julian