WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Gmusicbrowser  (Read 1873 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Gmusicbrowser
« on: November 30, 2011, 03:31:09 AM »
http://gmusicbrowser.org
I tried to install it but I have this error after run executable:
Code: [Select]
tc@box:~$ gmusicbrowser
Can't locate Gtk2.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.14.1/i686-linux /usr/local/lib/perl5/site_perl/5.14.1 /usr/local/lib/perl5/vendor_perl/5.14.1/i686-linux /usr/local/lib/perl5/vendor_perl/5.14.1 /usr/local/lib/perl5/5.14.1/i686-linux /usr/local/lib/perl5/5.14.1 .) at /usr/local/bin/gmusicbrowser line 23.
BEGIN failed--compilation aborted at /usr/local/bin/gmusicbrowser line 23.

I do not find this in gtk2.pm appbrowser (in Provides).

thanks

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: Gmusicbrowser
« Reply #1 on: November 30, 2011, 07:36:28 AM »
http://gtk2-perl.sourceforge.net/

This looks to be it...
The only barriers that can stop you are the ones you create yourself.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Gmusicbrowser
« Reply #2 on: December 01, 2011, 02:56:42 AM »
ok, I tried but the result is (as usual) negative.

I donwloand Gtk2-1.241.tar.gz, read the readme and install perl Glib Pango and Gtk+ from repository.
In addition i search and download ExtUtils::Depends ExtUtils::PkgConfig.
First i tried to install extutils::pkgconfig, it requires pkg-config and popt, after I install its from repo, install work fine.
extutils::depends was installed without any further requests.
After that, when I tried to start the installation this not work:
Code: [Select]
tc@box:~/Gtk2-1.241/Gtk2-1.241$ perl Makefile.PL PREFIX=/usr/local
Can't locate ExtUtils/Depends.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.14.1/i686-linux /usr/local/lib/perl5/site_perl/5.14.1 /usr/local/lib/perl5/vendor_perl/5.14.1/i686-linux /usr/local/lib/perl5/vendor_perl/5.14.1 /usr/local/lib/perl5/5.14.1/i686-linux /usr/local/lib/perl5/5.14.1 .) at (eval 6) line 1.
BEGIN failed--compilation aborted at (eval 6) line 1.

Checking if your kit is complete...
Looks good
MakeMaker FATAL: prerequisites not found.
    ExtUtils::Depends not installed
    ExtUtils::PkgConfig not installed
    Glib not installed
    Pango not installed

Please install these modules first and rerun 'perl Makefile.PL'.
tc@box:~/Gtk2-1.241/Gtk2-1.241$

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14625
Re: Gmusicbrowser
« Reply #3 on: December 01, 2011, 05:00:03 AM »
Are glib2-dev and pango-dev installed?