in reply to Installing Bundle::Xmms

Config.xs:5:29: xmms/configfile.h: No such file or directory
Can you locate that file? If not, on many distros you will probably need to install a package called xmms-devel or something similar. Is xmms-config present, and if so what does it say about which directories the include files should be in?

Makeshifts last the longest.

Replies are listed 'Best First'.
Re: Re: Installing Bundle::Xmms
by tcf22 (Priest) on Aug 11, 2003 at 21:37 UTC
    I have xmms-devel installed. I've found it at /usr/include/xmms/configfile.h. How do I get the CPAN module to look there for included files?

    UPDATE:
    Dumb question now that I think of it.
    perl -MCPAN -e 'push(@INC, "/usr/include");shell'
      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?