Making an xmms plugin
"Sabarish R" <[email protected]> Tue, 17 Oct 2006 00:06:27 +0530
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============10760913720582543== Content-Type: multipart/alternative; boundary="----=_Part_7493_4847508.1161023787259" ------=_Part_7493_4847508.1161023787259 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, Iam a new-bie to linux , xmms and all that stuff . So my apologies if the following sounds stupid. I'm tring to write my first xmms plugin. I followed this tutorial http://www.xmms.org/docs/vis-plugin.html to create a Visualization plugin . But I got the following error when I executed the command autoconf. (I have the main.c, configure.in and Makefile.am files in the working directory) * ben@localhost xmms-nobugs]$ *aclocal aclocal:configure.in:19: warning: macro `AM_PATH_GLIB' not found in library aclocal:configure.in:20: warning: macro `AM_PATH_XMMS' not found in library aclocal:configure.in:21: warning: macro `AM_PATH_GTK' not found in library * [ben@localhost xmms-nobugs]$ *autoheader * [ben@localhost xmms-nobugs]$ *automake -a configure.in: installing `./install-sh' configure.in: installing `./missing' configure.in:5: installing `./config.guess' configure.in:5: installing `./config.sub' Makefile.am: installing `./INSTALL' Makefile.am: required file `./NEWS' not found Makefile.am: required file `./README' not found Makefile.am: required file `./AUTHORS' not found Makefile.am: required file `./ChangeLog' not found Makefile.am: installing `./COPYING' Makefile.am: installing `./depcomp' Makefile.am:6: `CFLAGS' is a user variable, you should not override it; Makefile.am:6: use `AM_CFLAGS' instead. configure.in:15: required file `./ltmain.sh' not found * [ben@localhost xmms-nobugs]$ *touch README AUTHORS NEWS ChangeLog * [ben@localhost xmms-nobugs]$* libtoolize --force * [ben@localhost xmms-nobugs]$* autoconf configure.in:19: error: possibly undefined macro: AM_PATH_GLIB If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:20: error: possibly undefined macro: AM_PATH_XMMS configure.in:21: error: possibly undefined macro: AM_PATH_GTK Can anyone help me out of this ? ------=_Part_7493_4847508.1161023787259 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline <p>Hi all, </p> <p>Iam a new-bie to linux , xmms and all that stuff . So my apologies if the following sounds stupid.</p> <p>I'm tring to write my first xmms plugin.</p> <p>I followed this tutorial <a href="http://www.xmms.org/docs/vis-plugin.html">http://www.xmms.org/docs/vis-plugin.html</a> to create a Visualization plugin . But I got the following error when I executed the command autoconf. </p><font face="Courier New" size="2"> <p>(I have the main.c, <a href="http://configure.in">configure.in</a> and <a href="http://Makefile.am">Makefile.am</a> files in the working directory) </p><b> <p>ben@localhost xmms-nobugs]$ </p></b>aclocal <p>aclocal:<a href="http://configure.in:19">configure.in:19</a>: warning: macro `AM_PATH_GLIB' not found in library</p> <p>aclocal:<a href="http://configure.in:20">configure.in:20</a>: warning: macro `AM_PATH_XMMS' not found in library</p> <p>aclocal:<a href="http://configure.in:21">configure.in:21</a>: warning: macro `AM_PATH_GTK' not found in library</p><b> <p>[ben@localhost xmms-nobugs]$ </p></b>autoheader<b> <p>[ben@localhost xmms-nobugs]$ </p></b>automake -a <p><a href="http://configure.in">configure.in</a>: installing `./install-sh'</p> <p><a href="http://configure.in">configure.in</a>: installing `./missing'</p> <p><a href="http://configure.in:5">configure.in:5</a>: installing `./config.guess'</p> <p><a href="http://configure.in:5">configure.in:5</a>: installing `./config.sub'</p> <p><a href="http://Makefile.am">Makefile.am</a>: installing `./INSTALL'</p> <p><a href="http://Makefile.am">Makefile.am</a>: required file `./NEWS' not found</p> <p><a href="http://Makefile.am">Makefile.am</a>: required file `./README' not found</p> <p><a href="http://Makefile.am">Makefile.am</a>: required file `./AUTHORS' not found</p> <p><a href="http://Makefile.am">Makefile.am</a>: required file `./ChangeLog' not found</p> <p><a href="http://Makefile.am">Makefile.am</a>: installing `./COPYING'</p> <p><a href="http://Makefile.am">Makefile.am</a>: installing `./depcomp'</p> <p><a href="http://Makefile.am:6">Makefile.am:6</a>: `CFLAGS' is a user variable, you should not override it;</p> <p><a href="http://Makefile.am:6">Makefile.am:6</a>: use `AM_CFLAGS' instead.</p> <p><a href="http://configure.in:15">configure.in:15</a>: required file `./ltmain.sh' not found</p><b> <p>[ben@localhost xmms-nobugs]$ </p></b>touch README AUTHORS NEWS ChangeLog<b> <p>[ben@localhost xmms-nobugs]$</p></b> libtoolize --force<b> <p>[ben@localhost xmms-nobugs]$</p></b> autoconf <p><a href="http://configure.in:19">configure.in:19</a>: error: possibly undefined macro: AM_PATH_GLIB</p> <p>If this token and others are legitimate, please use m4_pattern_allow.</p> <p>See the Autoconf documentation.</p> <p><a href="http://configure.in:20">configure.in:20</a>: error: possibly undefined macro: AM_PATH_XMMS</p> <p><a href="http://configure.in:21">configure.in:21</a>: error: possibly undefined macro: AM_PATH_GTK</p> <p></p> <p>Can anyone help me out of this ?</p></font><font face="Arial" size="2"> <p> </p></font> ------=_Part_7493_4847508.1161023787259-- --===============10760913720582543== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ xmms-devel mailing list [email protected] http://lists.xmms.org/mailman/listinfo/xmms-devel --===============10760913720582543==--