Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Jan Stary
On Aug 24 12:04:11, m...@mansr.com wrote: > Jan Stary writes: > > > We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH > > into ./configure's environment produces a working link command; > > passing CPPFLAGS and LDFLAGS to ./configure also used to produce > > a working command, but

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Jan Stary
On Aug 23 23:55:51, h...@stare.cz wrote: > > > cc [...] -o .libs/sox sox.o -L./.libs -lsox -L/usr/local/lib -lpng [...] > > > cc [...] -o .libs/sox sox.o -L/usr/local/lib -L./.libs -lsox -lpng [...] > > > > > > The first works, the second does not. > > > The only difference between the two is

Re: [SoX-devel] ladspa support detection

2020-08-24 Thread Måns Rullgård
Jan Stary writes: > Running the new ./configure (from the new-build branch) > autodetects LADSPA as enabled: > > LADSPA effect plugins yes > > I don't have anything ladspa-related installed > (or is nothing particular required to "enable" ladspa?) You don't need anything besides dlopen()

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Måns Rullgård
Jan Stary writes: > We both know what it is: passing C_INCLUDE_PATH and LIBRARY_PATH > into ./configure's environment produces a working link command; > passing CPPFLAGS and LDFLAGS to ./configure also used to produce > a working command, but now produces a failing link line; > the position of

Re: [SoX-devel] NSP support

2020-08-24 Thread Jim O'Regan
Updated version Ar Domh 2 Lún 2020 ag 01:26, scríobh Jim O'Regan : > Hi. > > I did this a few years ago to convert some old files created with > Wavesurfer. I've just checked that the patch applies. It's also in a branch > on github, here: https://github.com/jimregan/sox-nsp/tree/nsp-flat >

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Jan Stary
> It all works fine on my VM with this environment and no configure options: > AUTOCONF_VERSION=2.69 > AUTOMAKE_VERSION=1.16 > CC=cc > C_INCLUDE_PATH=/usr/local/include > LIBRARY_PATH=/usr/local/lib I see you have changed the install instructions in the INSTALL file (slapping them onto the Aug 14

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Måns Rullgård
Jan Stary writes: >> > cc [...] -o .libs/sox sox.o -L./.libs -lsox -L/usr/local/lib -lpng [...] >> > cc [...] -o .libs/sox sox.o -L/usr/local/lib -L./.libs -lsox -lpng [...] >> > >> > The first works, the second does not. >> > The only difference between the two is the place >> > where the

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Jan Stary
On Aug 24 13:19:36, m...@mansr.com wrote: > Jan Stary writes: > > >> > cc [...] -o .libs/sox sox.o -L./.libs -lsox -L/usr/local/lib -lpng [...] > >> > cc [...] -o .libs/sox sox.o -L/usr/local/lib -L./.libs -lsox -lpng [...] > >> > > >> > The first works, the second does not. > >> > The only

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Måns Rullgård
Jan Stary writes: >> It all works fine on my VM with this environment and no configure options: >> AUTOCONF_VERSION=2.69 >> AUTOMAKE_VERSION=1.16 >> CC=cc >> C_INCLUDE_PATH=/usr/local/include >> LIBRARY_PATH=/usr/local/lib > > I see you have changed the install instructions in the INSTALL file >

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Jan Stary
On Aug 24 13:27:00, m...@mansr.com wrote: > Jan Stary writes: > > >> It all works fine on my VM with this environment and no configure options: > >> AUTOCONF_VERSION=2.69 > >> AUTOMAKE_VERSION=1.16 > >> CC=cc > >> C_INCLUDE_PATH=/usr/local/include > >> LIBRARY_PATH=/usr/local/lib > > > > I see

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Måns Rullgård
Jan Stary writes: > On Aug 24 13:27:00, m...@mansr.com wrote: >> Jan Stary writes: >> >> >> It all works fine on my VM with this environment and no configure options: >> >> AUTOCONF_VERSION=2.69 >> >> AUTOMAKE_VERSION=1.16 >> >> CC=cc >> >> C_INCLUDE_PATH=/usr/local/include >> >>

Re: [SoX-devel] Build system cleanup

2020-08-24 Thread Måns Rullgård
Jan Stary writes: > On Aug 24 13:19:36, m...@mansr.com wrote: >> Jan Stary writes: >> >> >> > cc [...] -o .libs/sox sox.o -L./.libs -lsox -L/usr/local/lib -lpng >> >> > [...] >> >> > cc [...] -o .libs/sox sox.o -L/usr/local/lib -L./.libs -lsox -lpng >> >> > [...] >> >> > >> >> > The first