Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: vinnie on November 30, 2011, 06:31:09 AM

Title: Gmusicbrowser
Post by: vinnie on November 30, 2011, 06:31:09 AM
http://gmusicbrowser.org (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
Title: Re: Gmusicbrowser
Post by: curaga on November 30, 2011, 10:36:28 AM
http://gtk2-perl.sourceforge.net/ (http://gtk2-perl.sourceforge.net/)

This looks to be it...
Title: Re: Gmusicbrowser
Post by: vinnie on December 01, 2011, 05:56:42 AM
ok, I tried but the result is (as usual) negative.

I donwloand Gtk2-1.241.tar.gz (http://downloads.sourceforge.net/gtk2-perl/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 (http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/ExtUtils-Depends-0.304.tar.gz) ExtUtils::PkgConfig (http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-1.12.tar.gz).
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$
Title: Re: Gmusicbrowser
Post by: Juanito on December 01, 2011, 08:00:03 AM
Are glib2-dev and pango-dev installed?