Hi
See your point.
Looks like your approach is definitely better.
Did a few trials and errors with 32 bit (have some issues with odbc and 64 bit for my application, so I stay with 32 bit)
This worked:
From
http://www.gtk.org/download/win32.php "all in one bundle"
And Unzipped
http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.24/gtk+-bundle_2.24.10-20120208_win32.zip
Copied all .exe and .dll from C:\Temp\gtk+-bundle_2.24.10-20120208_win32\bin to C:\strawberry516\perl\bin (probably C:\strawberry516\c\bin would be better)
Sat env variable PKG_CONFIG_PATH=C:\Temp\gtk+-bundle_2.24.10-20120208_win32\lib\pkgconfig
Cpan
install GPHAT/Chart-Clicker-2.81.tar.gz
and it all worked.
Maybe I one day manage to make my own bundle of straw and clicker....
Thanks
Frode
Show quoted text-----Original Message-----
From: kmx via RT [mailto:bug-Perl-Dist-Strawberry@rt.cpan.org]
Sent: 25. mai 2012 13:31
To: Lie, Frode T.
Subject: Re: [rt.cpan.org #77324] Cairo
<URL:
https://rt.cpan.org/Ticket/Display.html?id=77324 >
> By including the needed gtk2 etc libs, I presume Strawberry will be a
> beatiful killer.
The trouble is that gtk2 & co. are approx additional 50-100MB which is IMHO too big to bundle it with strawberry.
I can try to think over a way how to simply:
1/ install strawberry
2/ install official GTK2 binaries from
http://www.gtk.org/download/win32.php
3/ make necessary setup to make 1/ + 2/ play together
--
kmx