in reply to Re^2: System tray application
in thread System tray application

I would rather figure out how to compile/deploy Gtk2, than dicker with Win32::GUI

Oh noes, the url changed, what do now? :p

http://www.gtk.org/download/win32.php

Replies are listed 'Best First'.
Re^4: System tray application
by chessgui (Scribe) on Jan 29, 2012 at 19:38 UTC
    After correcting the url:
    C:\strawberry\perl\bin\perl.exe -pi.orig -e s!Requires!#Requires! gtk_ +bundle/lib/pkgconfig/libglade-2.0.pc at gtkinst.pl line 178. Can't open gtk_bundle/lib/pkgconfig/libglade-2.0.pc: No such file or d +irectory. Can't call method "url_abs" on an undefined value at gtkinst.pl line 1 +14.

      Oh noes, surely you must to give up now :D

        http://www.sisyphusion.tk/ppm/Gtk2.ppd

        PPM::Repositories

        $ perl use WWW::Mechanize; my $ua = WWW::Mechanize->new( autocheck => 1 ); $ua->get('http://www.gtk.org/download/win32.php'); my $bundle = $ua->find_link('text' => 'bundle')->url_abs; die $bundle; __END__ Can't call method "url_abs" on an undefined value at - line 4. $ perl use WWW::Mechanize; my $ua = WWW::Mechanize->new( autocheck => 1 ); $ua->get('http://www.gtk.org/download/win32.php'); my $bundle = $ua->find_link('text' => qr/bundle/i )->url_abs; die $bundle; __END__ (?^i:bundle) passed as 'text' is a regex at - line 4 http://www.gtk.org/css/global.css $ perl use WWW::Mechanize; my $ua = WWW::Mechanize->new( autocheck => 1 ); $ua->get('http://www.gtk.org/download/win32.php'); my $bundle = $ua->find_link('text_regex' => qr/bundle/i )->url_abs; die $bundle; __END__ http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2. +24.8-20111122_win32.zip