Displaying 17 results from an estimated 17 matches for "am_path_xmms".
2004 Sep 10
2
beta 10 candidate checked in
...at the syntax error is; did you run aclocal
> first?
>
> No. Had no idea I had to. I've gleaned from someone else's message
> that I
> should be doing something like:
>
> $ aclocal && autoconf && automake -c -a -i
> aclocal: configure.in: 45: macro `AM_PATH_XMMS' not found in library
>
> As you can see that still gives me an error though? Any ideas? This
> is
> FreeBSD 4.3-STABLE.
my hunch is that your version of either automake or possibly
autoconf is not recent enough. but I should have a release
out tonight or tomorrow if you can'...
2004 Sep 10
5
Re: beta 10 candidate checked in
> > > $ aclocal && autoconf && automake -c -a -i
> > > aclocal: configure.in: 45: macro `AM_PATH_XMMS' not found in
> library
> >
> > my hunch is that your version of either automake or possibly
> > autoconf is not recent enough.
>
> No. He simply doesn't have xmms installed. That's what I mentioned
> a while ago: non-standard macros should go into aci...
2004 Sep 10
3
rpm building
...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...
2004 Sep 10
5
0.9 problems
Problems in FLAC 0.9:
- On alpha, flac immediately dumps core for both encoding and
decoding (FreeBSD/alpha).
- The distribution Makefile.in files haven't been generated with
"automake --include-deps". The resulting Makefiles aren't fully
portable; in particular they break with BSD make. In the future,
care should be taken to use "--include-deps".
- What is
2004 Sep 10
2
Re: 0.9 problems
...Christian Weisgerber <naddy@mips.inka.de> wrote:
>
> > Problems in FLAC 0.9:
>
> Also:
>
> ===> Building for flac-0.9
> cd . && aclocal
> aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library
> aclocal: configure.in: 22: macro `AM_PATH_XMMS' not found in library
> gmake: *** [aclocal.m4] Error 1
>
> That is, if I touch configure.in I must have libtool and XMMS
> installed. This doesn't seem right. Should AM_PROG_LIBTOOL and
> AM_PATH_XMMS be shipped in acinclude.m4?
These macros are supplied by aclocal.m4, w...
2006 Jul 27
1
[PATCH] add local xmms.m4
...--
diff -ruN flac-1.1.2.orig/xmms.m4 flac-1.1.2/xmms.m4
--- flac-1.1.2.orig/xmms.m4 Thu Jan 1 01:00:00 1970
+++ flac-1.1.2/xmms.m4 Thu Jan 27 21:30:35 2000
@@ -0,0 +1,148 @@
+# CFLAGS and library paths for XMMS
+# written 15 December 1999 by Ben Gertzfield <che@debian.org>
+
+dnl Usage:
+dnl AM_PATH_XMMS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+dnl
+dnl Example:
+dnl AM_PATH_XMMS(0.9.5.1, , AC_MSG_ERROR([*** XMMS >= 0.9.5.1 not installed - please install first ***]))
+dnl
+dnl Defines XMMS_CFLAGS, XMMS_LIBS, XMMS_DATA_DIR, XMMS_PLUGIN_DIR,
+dnl XMMS_VISUALIZATION_PLUGIN_DI...
2004 Sep 10
1
Re: beta 10 candidate checked in
> > Now I have done some more reading, and I don't think simply
> > putting the call to AM_PATH_XMMS an acinclude.m4 will help him.
>
> No, of course not. You need to put the macro _definition_, i.e. ...
>
> > This macro is defined in /usr/local/share/aclocal/xmms.m4
>
> ... xmms.m4 into acinclude.m4. (Putting it into aclocal.m4 may or
> may
> not suffice, I don'...
2004 Sep 10
4
beta 10 candidate checked in
> > I have checked in all the latest into CVS and am going to start the
> > test suite again. if all goes well I will probably release this as
> > beta 10.
> >
> > anyway, try it out and let me know if anything bad happens! it
> > should be a short jump from beta 10 to 1.0.
>
> I've just checked out the latest from scratch. There is no configure
2004 Sep 10
1
Altivec, automake
...but I
figured I'd mention it to make sure.
And to segue me into this. I think it would be handy (especially for ac/am
newbies) if something like autogen.sh contained:
-a tip about the -I option to aclocal
-a note about xmms; the only way I know to run aclocal without it is to comment-
out the AM_PATH_XMMS line in configure.in
-version suggestions for autoconf, automake, and anything else needed to
generate configure (libtool?)
I would write that up, but I don't know the answers to the last question, and
I could be missing something on xmms.
My pbook is still making check, but so far so good. I...
2004 Sep 10
0
beta 10 candidate checked in
...oing.
> >
> hmm... not sure what the syntax error is; did you run aclocal first?
No. Had no idea I had to. I've gleaned from someone else's message that I
should be doing something like:
$ aclocal && autoconf && automake -c -a -i
aclocal: configure.in: 45: macro `AM_PATH_XMMS' not found in library
As you can see that still gives me an error though? Any ideas? This is
FreeBSD 4.3-STABLE.
Cheers.
> but it does remind me to update the version number.
>
> Josh
>
>
> __________________________________________________
> Do You Yahoo!?
> Yaho...
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
...please wait....
aclocal
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
run info '(automake1.8)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definition of AM_OPTIONS_WXCONFIG
/usr/share/aclocal/wxwin.m4:76: warning: underquoted definition of AM_PATH_WXCONFIG
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VORBIS
/usr/share/aclocal/speex.m4:10: warning: und...
2004 Sep 10
0
Re: beta 10 candidate checked in
...and that's part of automake v1.4.
> > No. He simply doesn't have xmms installed. That's what I mentioned
> > a while ago: non-standard macros should go into acinclude.m4.
>
> Now I have done some more reading, and I don't think simply
> putting the call to AM_PATH_XMMS an acinclude.m4 will help him.
> This macro is defined in /usr/local/share/aclocal/xmms.m4
Well I just installed xmms v1.2.4 and didn't get that file placed there. I
copied it there manually and aclocal is now happy.
$ aclocal
$ autoconf
configure.in:33: warning: AC_CANONICAL_HOST invoked...
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder.
I ran a test, doing a 'flac -t' on 400MB of files compresses at
level 5. the runtime dropped from from 180 sec to 105 sec!
once I get the latest autotools on my ibook I'll try and get
asm compilation to work that way.
Josh
--- Josh Coalson <xflac@yahoo.com> wrote:
> OK, checked it all in (only minor
2004 Sep 10
2
getting framesize in client
...--
Index: configure.in
===================================================================
RCS file: /cvsroot/flac/flac/configure.in,v
retrieving revision 1.64
diff -u -r1.64 configure.in
--- configure.in 7 Nov 2002 05:14:02 -0000 1.64
+++ configure.in 9 Nov 2002 16:51:46 -0000
@@ -230,7 +230,7 @@
AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built]))
AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x)
-SHARE_LIBS='$(top_builddir)/src/share/libgrabbag.a $(top_builddir)/src/share/libgain_analysis.a $(top_builddir)/src/share/libget...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote:
> --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote:
> > I have few notes:
> >
> > It seems there is changed API in CVS again. So, what about adding
> > function like
> > unsigned FLAC__format_frame_size(const FLAC__Frame *frame)
> > which returns size of the frame in bytes. This
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
...enlightenment's cvs)
-
-# Some notes:
-#
-# You may need to specify -I /SOME_PATH/share/aclocal in ACLOCAL_FLAGS
-# if any packages FLAC relies on (autotools, libogg, libiconv) are
-# installed in non-standard places.
-#
-# If you don't have XMMS installed at all, you should comment out
-# AM_PATH_XMMS in configure.in.
-#
-# FLAC uses iconv but not gettext. iconv requires config.rpath which
-# is supplied by gettext, which is copied in by gettextize. But we
-# can't run gettextize since we do not fulfill all it's requirements
-# (because we don't use it). So you may have to:
-#
-#...
2012 Dec 12
8
[PATCH 0/5] update build system
This patch series modernizes various aspects of the autotools
based build system. There is a lot more that could and should be
done, but I tried to stay conservative for now and just resolve
some of the most obvious issues.
Max Horn (5):
configure: replace XIPH_C_FIND_ENDIAN by AC_C_BIGENDIAN
autogen.sh: replace this by a simple call to autoreconf
configure: always print