I'm trying to install Bundle::Xmms using the following command
perl -MCPAN -e shell install Bundle::Xmms
But when it is building I get the following error
make[1]: Entering directory `/root/.cpan/build/Xmms-Perl-0.12/Config' cp Config.pm ../blib/lib/Xmms/Config.pm /usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/lib/ +perl5/5.8.0/ExtUtils/typemap Config.xs > Config.xsc && mv Config.xsc + Config.c gcc -c -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT - +D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/ +usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/i +nclude/gdbm -O2 -march=i386 -mcpu=i686 -g -DVERSION=\"0.01\" -DXS_V +ERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi +/CORE" Config.c Config.xs:5:29: xmms/configfile.h: No such file or directory Config.xs:7: parse error before '*' token Config.xs:7: warning: data definition has no type or storage class Config.c: In function `XS_Xmms__Config_new': Config.c:70: `gchar' undeclared (first use in this function) Config.c:70: (Each undeclared identifier is reported only once Config.c:70: for each function it appears in.) Config.c:70: `filename' undeclared (first use in this function) Config.c:71: parse error before "RETVAL" Config.c:76: parse error before ')' token Config.xs:44: `RETVAL' undeclared (first use in this function) Config.c: In function `XS_Xmms__Config_DESTROY': Config.c:101: parse error before "cfg" Config.c:105: `cfg' undeclared (first use in this function) Config.c:105: called object is not a function Config.c: In function `XS_Xmms__Config_write_file': Config.c:122: parse error before "cfg" Config.c:123: `gchar' undeclared (first use in this function) Config.c:123: `filename' undeclared (first use in this function) Config.c:123: parse error before ')' token Config.c:124: `gboolean' undeclared (first use in this function) Config.c:124: parse error before "RETVAL" Config.c:129: `cfg' undeclared (first use in this function) Config.c:129: called object is not a function Config.c:134: `RETVAL' undeclared (first use in this function) Config.c: In function `XS_Xmms__Config_remove_key': Config.c:147: parse error before "cfg" Config.c:148: `gchar' undeclared (first use in this function) Config.c:148: `section' undeclared (first use in this function) Config.c:148: parse error before ')' token Config.c:149: `key' undeclared (first use in this function) Config.c:149: parse error before ')' token Config.c:153: `cfg' undeclared (first use in this function) Config.c:153: called object is not a function Config.c: In function `XS_Xmms__Config_read': Config.c:170: parse error before "cfg" Config.c:171: `gchar' undeclared (first use in this function) Config.c:171: `section' undeclared (first use in this function) Config.c:171: parse error before ')' token Config.c:172: `key' undeclared (first use in this function) Config.c:172: parse error before ')' token Config.xs:77: `value' undeclared (first use in this function) Config.c:181: `cfg' undeclared (first use in this function) Config.c:181: called object is not a function Config.c: In function `XS_Xmms__Config_write': Config.c:207: parse error before "cfg" Config.c:208: `gchar' undeclared (first use in this function) Config.c:208: `section' undeclared (first use in this function) Config.c:208: parse error before ')' token Config.c:209: `key' undeclared (first use in this function) Config.c:209: parse error before ')' token Config.c:210: `value' undeclared (first use in this function) Config.c:210: parse error before ')' token Config.c:214: `cfg' undeclared (first use in this function) Config.c:214: called object is not a function make[1]: *** [Config.o] Error 1 make[1]: Leaving directory `/root/.cpan/build/Xmms-Perl-0.12/Config' make: *** [subdirs] Error 2 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Bundle summary: The following items in bundle Bundle::Xmms had install +ation problems: Xmms

Has anyone experienced this before?

In reply to Installing Bundle::Xmms by tcf22

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.