|
From: <in...@au...> - 2021-02-01 17:24:04
|
> Simone Filippini <in...@au...> writes:
>
>> OS: FreeBSD 12.2
>> Commit: dd8b63
>>
>> After "autoreconf -i" I get:
>> "Makefile.am:18: error: 'pkgconfig_DATA' Is used but 'pkgconfigdir' Is
>> undefined."
>>
>> I tried several previous commits but the error persists OR there are
>> errors after "./configure"
>>
>> I can only compile the 2017 version of SoX on mansr GitHub.
>>
>> Can anyone help me?
>
> Make sure you have all the required packages installed. It works fine
> on FreeBSD here.
>
> $ freebsd-version
> 12.2-RELEASE-p3
> $ pkg info autoconf automake autoconf-archive libtool pkgconf
> autoconf-2.69_3
> automake-1.16.3
> autoconf-archive-0.2019.01.06
> libtool-2.4.6_1
> pkgconf-1.7.3,1
pkgconf was missing. Thanks a lot.
Is there any reason why your patches to support dsd are not merged in
this version on sourceforge?
I tried to parse all your commits on github when you implemented dsd and
tried to merge them all with the code here on SF.
When trying to compile I get:
--- libsox_la-sdm.lo ---
In file included from sdm.c:670:
./sdm_x86.h:52:41: error: unknown type name 'sdm_filter_t'
const sdm_filter_t *f,
[...]
Any input would be really appreciated.
Thanks for your work,
Regards,
Simone
|