Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: [SOLVED] Problem to install gtk2-mozembed perl

  1. #1
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    [SOLVED] Problem to install gtk2-mozembed perl

    Hello

    I'm trying to install gtk2-mozembed perl, but i have problem to install:

    i've installed the building dependences, i think:
    libextutils-pkgconfig-perl, libextutils-depends-perl, libgtk2.0-dev, libxul-dev

    but when i try to built i have this error:

    Code:
    jjgomera@ordenata:~/mozembed/Gtk2-MozEmbed-0.07$ perl Makefile.PL 
    Glib version 1.180 required--this is only version 1.161 at /usr/share/perl/5.8/Exporter/Heavy.pm line 107.
    BEGIN failed--compilation aborted at (eval 9) line 1.
    
    Checking if your kit is complete...
    Looks good
    Warning: Guessing NAME [Gtk2-MozEmbed] from current directory name.
    Can't locate object method "postamble_clean" via package "Glib::MakeHelper" (perhaps you forgot to load "Glib::MakeHelper"?) at Makefile.PL line 111.
    jjgomera@ordenata:~/mozembed/Gtk2-MozEmbed-0.07$
    really, i dont know how fix that problem

    Any help would be appreciate, thanks
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  2. #2
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    anyone?
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  3. #3
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    nobody?
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  4. #4
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    nobody?
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  5. #5
    Join Date
    May 2008
    Beans
    8

    Re: Problem to install gtk2-mozembed perl

    I have exactly the same problem. I wanted compile it for gmusicbrowser. Did you solve this problem?

  6. #6
    Join Date
    May 2008
    Beans
    8

    Re: Problem to install gtk2-mozembed perl

    You must take the version 0.06 and you will compile it without problem
    http://sourceforge.net/project/showf...kage_id=127248

  7. #7
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    Hi
    thanks for answer, really for me dont work:

    Code:
    jjgomera@ordenata:~/mozembed/Gtk2-MozEmbed-0.06$ perl Makefile.PL
    Mozilla::DOM >= 0.01 not found.
    Including ApiDoc pod...
    Loaded 3 type definitions from maps
        2 GFlags
        1 GtkObject
    Found Gtk2 in /usr/lib/perl5/Gtk2/Install
    Found Glib in /usr/lib/perl5/Glib/Install
    Found Cairo in /usr/lib/perl5/Cairo/Install
    Writing build/IFiles.pm
    Checking if your kit is complete...
    Looks good
    Unrecognized argument in LIBS ignored: '-pthread'
    Writing Makefile for Gtk2::MozEmbed
    but with make:

    Code:
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    make: *** [build/podindex] Error 2
    PD: i want it for gmusicbrowser too
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

  8. #8
    Join Date
    May 2008
    Beans
    8

    Re: Problem to install gtk2-mozembed perl

    Try it - it works I consulted it with the author of gmusicbrowser.
    sudo apt-get install libextutils-pkgconfig-perl libextutils-depends-perl libgtk2.0-dev libxul-dev
    mkdir ~/mozembed_sandbox
    wget http://search.cpan.org/CPAN/authors/...ed-0.06.tar.gz
    tar xvf Gtk2-MozEmbed-0.06.tar.gz
    cd Gtk2-MozEmbed-0.06
    perl Makefile.PL PREFIX=~/mozembed_sandbox && make && make install
    echo 'export PERL5LIB=~/mozembed_sandbox/lib/perl/:$PERL5LIB' >> ~/.bashrc
    Last instruction need log off for taking effect.

  9. #9
    Join Date
    Nov 2008
    Beans
    1

    Re: Problem to install gtk2-mozembed perl

    If you are using intrepid, you should install 0.08 instead of 0.06, and xulrunner-1.9-dev instead of libxul-dev.
    So the instructions would be :

    Code:
    sudo apt-get install libextutils-pkgconfig-perl libextutils-depends-perl libgtk2.0-dev xulrunner-1.9-dev
    rm -rf ~/mozembed_sandbox
    mkdir ~/mozembed_sandbox
    wget http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/Gtk2-MozEmbed-0.08.tar.gz
    tar xvf Gtk2-MozEmbed-0.08.tar.gz
    cd Gtk2-MozEmbed-0.08
    perl Makefile.PL PREFIX=~/mozembed_sandbox && make && make install
    echo 'export PERL5LIB=~/mozembed_sandbox/lib/perl/:$PERL5LIB' >> ~/.bashrc
    Last instruction need log off for taking effect.
    (I added the "rm -rf ~/mozembed_sandbox" to make sure it's clean)

  10. #10
    Join Date
    Jul 2007
    Location
    Segura, Spain
    Beans
    235

    Re: Problem to install gtk2-mozembed perl

    Quote Originally Posted by robwoj44 View Post
    Try it - it works I consulted it with the author of gmusicbrowser.
    sudo apt-get install libextutils-pkgconfig-perl libextutils-depends-perl libgtk2.0-dev libxul-dev
    mkdir ~/mozembed_sandbox
    wget http://search.cpan.org/CPAN/authors/...ed-0.06.tar.gz
    tar xvf Gtk2-MozEmbed-0.06.tar.gz
    cd Gtk2-MozEmbed-0.06
    perl Makefile.PL PREFIX=~/mozembed_sandbox && make && make install
    echo 'export PERL5LIB=~/mozembed_sandbox/lib/perl/:$PERL5LIB' >> ~/.bashrc
    Last instruction need log off for taking effect.
    Thanks, it works perfect

    @squentin: Thanks, i yet use hardy, and im glad to see you here
    mujeres y hombres de esta tierra
    un otro mundo es posible
    otro mundo diferente
    justo si, y sin miedo de su gente

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •