in reply to Re^4: cpanm tk and Finance::GeniusTrader
in thread cpanm tk and Finance::GeniusTrader
it does not work and gives a lot of errors mainly because#!/usr/bin/perl use lib '/opt/perl5/perlbrew/bin/perlbrew/perls/perl-5.14.0/lib/site_p +erl/5.14.0/darwin-2level'; use Tk;
package Tk::Event; use vars qw($VERSION $XS_VERSION @EXPORT_OK); END { CleanupGlue() } #it claims this is an undefined subroutine..... $VERSION = '4.024'; # was: sprintf '4.%03d', q$Revision: #15 $ =~ /\D( +\d+)\s*$/; $XS_VERSION = '804.030'; $XS_VERSION = eval $XS_VERSION; use base qw(Exporter); use XSLoader; @EXPORT_OK = qw($XS_VERSION DONT_WAIT WINDOW_EVENTS FILE_EVENTS TIMER_EVENTS IDLE_EVENTS ALL_EVENTS); XSLoader::load 'Tk::Event',$XS_VERSION; # gives an error for this one +as well... require Tk::Event::IO; 1; __END__
When i try to cpanm it now it says it has the latest updates of both programmes, but Tk does not work, would you maybe know what to do now? It gives a lot of errors but it is because ::TK calls for Tk event calls for etc, I could supply more errors if beneficiary to understanding:) Thank you so much in advance:).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: cpanm tk and Finance::GeniusTrader
by zentara (Cardinal) on Aug 10, 2012 at 21:41 UTC | |
by robertw (Sexton) on Aug 11, 2012 at 17:28 UTC | |
by zentara (Cardinal) on Aug 12, 2012 at 11:33 UTC |