[Thread Prev][Thread Next][Thread Index]

[PilotMgr] SyncTo Do error



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

I'll list out the top 30 lines of my copy of the client so you can see
the settings on the two lines I've changed (perl, lib).  Here are the
paths to the binary and libraries:

188 lagavulin(/home/jsolof/pilotmgr/lib)% ls
images/  perl5/   test/

189 lagavulin(/home/jsolof/pilotmgr/lib)% which perl5
/usr/dist/exe/perl5

198 lagavulin(/home/jsolof/ToDo)% head -30 ToDoClient
#!/usr/dist/exe/perl5
# Customize the above line, to point to your perl5 binary <-- **
Important! **
#
# ToDoClient,v 0.315
#
# Client for SyncToDo data
#
# Copyright (C) 1999 Derek Pizzagoni, derekp@xxxxxxxx
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

# Customize the line below, to point to your perl5 libraries <-- **
Important! **
use lib "/home/jsolof/pilotmgr/lib/perl5";

#######################################################################
# Nothing needs to be changed below this line
#######################################################################
use Tk;


Any thoughts?

Thanks in advance!

Jeff Solof

------------------------------------------------------------------------
***********************************************************
*             This is a public mailing list!              *
* Please do not publish Sun proprietary information here! *
*        -  -  -  -  -  -  -  -  -  -  -  -  -  -         *
* MoreInfo/Unsubscribe @  http://www.moshpit.org/pilotmgr *
***********************************************************


SourceForge.net Logo