|
From: Arturo R. <art...@gm...> - 2010-05-25 17:50:57
|
i'm trying to build sox 14.3.1 from source on ubuntu jaunty 9.04 but i get this error in the "make" *mp3.c: In function 'startwrite': mp3.c:740: error: 'id3tag_set_pad' undeclared (first use in this function) mp3.c:740: error: (Each undeclared identifier is reported only once mp3.c:740: error: for each function it appears in.) make[1]: *** [libsox_la-mp3.lo] Errore 1 make[1]: uscita dalla directory «/home/artynet/Scrivania/sox-14.3.1/src» make: *** [all-recursive] Errore 1* i satisfied all the dependencies by *sudo apt-get build-dep sox* and the* ./configure* goes smoothly *BUILD OPTIONS Debugging build............no Distro name ...............not specified! Dynamic loading support....yes Pkg-config location........$(libdir)/pkgconfig Play and rec symlinks......yes Symlinks enabled...........yes OPTIONAL DEVICE DRIVERS ao (Xiph)..................yes alsa (Linux)...............yes coreaudio (Mac OS X).......no sndio (OpenBSD)............no oss........................yes pulseaudio.................yes sunaudio...................no waveaudio (MS-Windows).....no OPTIONAL FILE FORMATS amrnb......................yes dlopen amrnb..............no amrwb......................yes dlopen amrwb..............no ffmpeg.....................yes flac.......................yes gsm........................yes (external) lpc10......................yes (in-tree) mp3........................yes id3tag....................yes lame......................yes dlopen lame...............no mad.......................yes dlopen mad................no oggvorbis..................yes sndfile....................yes dlopen sndfile............no wavpack....................yes OTHER OPTIONS ladspa effects.............yes magic support..............yes png support................yes GOMP support...............yes Configure finished. Do 'make -s&& make install' to compile and install SoX.* thx in advance |