[Thread Prev][Thread Next][Thread Index]
Re: [PilotMgr] SyncTo Do error
- To: Scott Thurston <Scott.Thurston@xxxxxxx>
- Subject: Re: [PilotMgr] SyncTo Do error
- From: Jeff Solof - eSun <Jeff.Solof@xxxxxxx>
- Date: Tue, 24 Oct 2000 09:50:36 -0400
- Cc: Jeff Solof - eSun <jsolof@xxxxxxxxxxxxxxxxxxxxxx>, pilotmgr@xxxxxxxxxxxxxxxxxxxxxx
- Organization: Sun Microsystems, Inc.
- References: <200010241336.JAA07898@lagavulin.East.Sun.COM> <39F59102.5DE7B524@Sun.COM>
- Sender: owner-pilotmgr@xxxxxxxxxxxxxxxxxxxx
Thanks!
Well, we're making progress -- here's a new error:
Can't locate base.pm in @INC at /home/jsolof/pilotmgr/lib/perl5/Tk.pm
line 16.
BEGIN failed--compilation aborted at
/home/jsolof/pilotmgr/lib/perl5/Tk.pm line 16.
BEGIN failed--compilation aborted at /home/jsolof/ToDo/ToDoClient line
30.
Here's the top of /home/jsolof/pilotmgr/lib/perl5/Tk.pm:
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994 Sun Microsystems, Inc.
# Copyright (c) 1995-1998 Nick Ing-Simmons. All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself, subject
# to additional disclaimer in Tk/license.terms due to partial
# derivation from Tk8.0 sources.
#
package Tk;
require 5.00404;
use AutoLoader qw(AUTOLOAD);
use DynaLoader;
require Exporter;
use base qw(Exporter DynaLoader); <<== LINE 16
BEGIN { $Tk::platform = ($^O eq 'MSWin32') ? $^O : 'unix' };
# XXX
if ($Tk::platform eq 'unix') {
$Tk::tearoff = 1;
}
@EXPORT = qw(Exists Ev after exit MainLoop DoOneEvent tkinit);
@EXPORT_OK = qw(NoOp *widget *event lsearch catch
DONT_WAIT WINDOW_EVENTS FILE_EVENTS TIMER_EVENTS
IDLE_EVENTS ALL_EVENTS
NORMAL_BG ACTIVE_BG SELECT_BG
SELECT_FG TROUGH INDICATOR DISABLED BLACK WHITE);
%EXPORT_TAGS = (eventtypes => [qw(DONT_WAIT WINDOW_EVENTS FILE_EVENTS
TIMER_EVENTS IDLE_EVENTS ALL_EVENTS)],
variables => [qw(*widget *event)],
colors => [qw(NORMAL_BG ACTIVE_BG SELECT_BG
SELECT_FG
TROUGH INDICATOR DISABLED BLACK
WHITE)],
);
use strict;
use Symbol ();
use Carp;
Thanks!
j
Scott Thurston wrote:
>
> Jeff Solof - eSun wrote:
> >
> > Hi all --
> >
> > I'm getting an error message that's not listed in the SyncToDo
> > TROUBLESHOOTING file:
> >
> > /home/jsolof/ToDo/ToDoClient[25]: use: not found
> > /home/jsolof/ToDo/ToDoClient[30]: use: not found
> > /home/jsolof/ToDo/ToDoClient[31]: use: not found
> > /home/jsolof/ToDo/ToDoClient[32]: use: not found
> > /home/jsolof/ToDo/ToDoClient[34]: syntax error at line 34 : `('
> > unexpected
>
> Jeff, I had the same problem this morning. I spent some time tracking down
> the actual perl executable, and changed my ToDoClient script to find perl
> here:
>
> #!/usr/dist/pkgs/perl,v5.003/5bin.sun4/perl
>
> It works fine now. Since this was the first time I'd tried to run it, I
> don't know if the problem existed before.
>
> --
> Scott Thurston /\
> Fabric Utilities, Network Storage Division /vv\/\
> Sun Microsystems, Inc. /\/ /vv\
> Scott.Thurston@xxxxxxx / / \
> 303-272-3151 Sun Colorado
begin:vcard
n:Solof;Jeff
tel;pager:+1 888 937-9385
tel;cell:+1 508 783-8394
tel;fax:+1 781 993-1027
tel;work:+1 781 442-0224
x-mozilla-html:FALSE
url:http://www.mit.edu/people/jsolof/home.html
org:<A HREF="http://www.sun.com/store"><Img Border=0 Src="http://www.mit.edu/people/jsolof/dot-com.gif"></A>
version:2.1
email;internet:jeff.solof@xxxxxxx
title:Group Manager, Web Support<BR>eSun Web Commerce<BR>Sun Microsystems, Inc.
adr;quoted-printable:;;5 Omni Way=0D=0AMS UCHL05-206;Chelmsford;MA;01824-4195;USA
x-mozilla-cpt:;8168
fn:Jeff Solof
end:vcard