Hi Im running Fedora Core 1 with perl-5.8.3-16 xmms-1.2.10-2.fdr.0.1 xmms-devel-1.2.10-2.fdr.0.1 When I do
# perl -MCPAN -e
I obtain this warning
Undefined value assigned to typeglob at (eval 15) line 15, <RC> line 1 +1. Warning [/etc/inputrc line 11]: Invalid variable `mark-symlinked-directories' cpan shell -- CPAN exploration and modules installation (v1.7601) ReadLine support enabled cpan> install Bundle::Xmms
give this error:
--snip--- En el fichero incluído de Config.xs:5: /usr/include/xmms/configfile.h:21:18: glib.h: No existe el fichero o e +l directorio In file included from Config.xs:5: /usr/include/xmms/configfile.h:25: error: error sintáctico before "gch +ar" /usr/include/xmms/configfile.h:27: error: error sintáctico before '}' +token /usr/include/xmms/configfile.h:32: error: error sintáctico before "gch +ar" /usr/include/xmms/configfile.h:34: error: error sintáctico before '}' +token /usr/include/xmms/configfile.h:39: error: error sintáctico before "GLi +st" --snip-- make[1]: *** [Config.o] Error 1 make[1]: Saliendo directorio `/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
I turned off the option in /etc/inputrc but errors persist, I comented the line and the same. I do
perl -MCPAN -e 'push(@INC, "/usr/include");shell'
and I got the same errors. any ideas?

In reply to Re: Re: Re: Installing Bundle::Xmms by Anonymous Monk
in thread 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.