i've tried to make rpm package of flac 0.10, but compilation fails near start, 'cause compilator couldn't find .h files in libFLAC directory, when it tries to build this library. generated makefile in this directory contains "-I.$(srcdir)" in compilator options, though it should be "-I.$(includedir)" strange, but ./configure; make; make install running from flac-0.10 directory works fine, 'cause option "-I./include" is passed to compilator. i don't understand anything in automake/autoconf/libtool, so could someone fix it or help me to solve this problem? Josh, could you make an option for ID3V2 padding till 1.0?> Yes, currently you need XMMS >= 0.9 installed to > generate configure. But I believe that if you just > delete the AM_PATH_XMMS line in configure.in it will > work for you (but won't build the XMMS plugin).i have XMMS 1.24 installed but configure script can't find it on my machine too, i'll try find reason. does anybody know players for windows/linux that supports continous output? continous output plugins for winamp2 aren't fine. ~~~~~~ andrei ICQ: 111725051
> Josh, could you make an option for ID3V2 padding till 1.0? >Yeah, I'm not sure quite the best way to implement this. ID3V2 requires at least one frame in a tag; it can't be all padding. So I could put just a tiny bogus comment frame 'COMM' and padding that sums up to the desired size, or just a COMM that is the right size. Or use a PRIV frame instead of COMM. Any suggestions? Josh __________________________________________________ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/
> > Yes, currently you need XMMS >= 0.9 installed to > > generate configure. But I believe that if you just > > delete the AM_PATH_XMMS line in configure.in it will > > work for you (but won't build the XMMS plugin). > > i have XMMS 1.24 installed but configure script > can't find it on my machine too, i'll try find reason. >hmm, that macro is supposed to be defined in /usr/share/aclocal/xmms.m4 I believe (or wherever you installed autoconf) but maybe that has changed recently or the name of the macro has changed. Josh __________________________________________________ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/
Josh Coalson wrote:> > > > Yes, currently you need XMMS >= 0.9 installed to > > > generate configure. But I believe that if you just > > > delete the AM_PATH_XMMS line in configure.in it will > > > work for you (but won't build the XMMS plugin). > > > > i have XMMS 1.24 installed but configure script > > can't find it on my machine too, i'll try find reason. > > > hmm, that macro is supposed to be defined in > /usr/share/aclocal/xmms.m4 I believe (or wherever you installed > autoconf) but maybe that has changed recently or the name of the > macro has changed. > > Josh >Perhaps you don't have the xmms-devel stuff? Josh Green