[LAU] Re: [linux-audio-user] [ANN] New releases

Fernando Lopez-Lezcano nando at ccrma.Stanford.EDU
Mon Apr 2 14:52:56 EDT 2007


On Mon, 2007-04-02 at 19:18 +0200, Dragan Noveski wrote:
> Fons Adriaensen wrote:
> > New releases and updates at <http://www.kokkinizita.net/linuxaudio>
> >
> >
> > Aliki-0.0.3   Impulse response measurement.
> >
> >   - Many bug fixes, should be a bit more stable now...
> >   - Added flexible export options.
> >   - Manual updated.
> >
> > Jace-0.0.4    Low-weight convolution engine for JACK and ALSA.
> >
> >   - Now includes configuration and IR files for stereo dipole
> >     processing using the filters designed by E. Choueiri of
> >     Princeton University. These are the best filters available
> >     AFAIK.
> >
> > AmbDec-0.0.1  1st and 2nd order Ambisonic decoder.
> >
> >   - First release. Universal decoder with many advanced
> >     features. PDF manual also available. 
> >    
> >
> > Enjoy !
> >
> >
> >   
> hi fons,
> aliki won't compile here, i 've installed first the newer version of
> clalsadrv1.2.2, clthreads and clxclient did not changed since last time
> i visited your site.
> 
> here is the error:
> 
> nowhiskey at murija2:~/software/nove/fonsA/aliki$ make
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o aliki.o aliki.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o control.o
> control.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o mainwin.o
> mainwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o splashwin.o
> splashwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o captwin.o
> captwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o styles.o styles.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o shmem.o shmem.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o extproc.o
> extproc.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o exptwin.o
> exptwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o guiclass.o
> guiclass.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o filewin.o
> filewin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o sgenwin.o
> sgenwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o editwin.o
> editwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o filtwin.o
> filtwin.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o invfilt.o
> invfilt.cc
> g++  -O3 -Wall -MMD -MP -DVERSION=\"0.0.3\" -DPREFIX=\"/usr\"
> -I/usr/include/freetype2 -I/usr/include/freetype2  -c -o impdata.o
> impdata.cc
> impdata.cc: In member function 'int Impdata::sf_open_read(const char*)':
> impdata.cc:264: error: 'SFC_WAVEX_GET_AMBISONIC' was not declared in
> this scope
> impdata.cc:264: error: 'SF_AMBISONIC_B_FORMAT' was not declared in this
> scope
> impdata.cc: In member function 'int Impdata::sf_open_write(const char*)':
> impdata.cc:306: error: 'SFC_WAVEX_SET_AMBISONIC' was not declared in
> this scope
> impdata.cc:306: error: 'SF_AMBISONIC_B_FORMAT' was not declared in this
> scope
> make: *** [impdata.o] Fehler 1
> nowhiskey at murija2:~/software/nove/fonsA/aliki$
> 
> do you have an idea why it won't compile, the older version compiled fine.

It needs a prerelease version of libsndfile (with support for writing
ambisonics tagged files, I think). 

Look at the Makefile, there's a commented out #CPPFLAGS incantation, if
you enable it you will be able to build with the latest released
libsndfile. 

-- Fernando





More information about the Linux-audio-user mailing list