Now that
Pilot Manager has USB support, I thought I'd make the jump from 1.107 to 1.108 (don't let the revision numbers fool you- its been 6 long years between releases!)
Unfortunately, even with a relatively up-to-date and complete build environment, with nearly every GNU and CPAN module
and the fact that it was a 0.001 increase in rev, it took a while to get built. (not my idea of a 1/1000 increase in revs guys...)
Here's what I did, in case you're having trouble with the build also:
1. Download
PMgr 1.108
2.Install the Perl Tk package (
perl -MCPAN -e "force install Tk"). Actually, it appears perl ignores the force flag unless you drop into interactive shell mode. :-/ )
3. Download
Pilot Link 0.12.0 pre2. Follow
these directions to get it to actually compile- otherwise libpng will complain about an
undefined reference to `pow'.
4. Pilot Link by default does not build the perl module. According to Pmgr's
install doc, you shouldn't use the --with-perl due to a bug (what a shocker!), so follow the Pmgr instructions to build the perl module.
5. Resume the Pmgr install by doing a
perl Setup.pl. This will create the startup script if your environment is setup correctly...
6. On launch, its likely it will complain about some missing CSA library. Sigh- the dependancies doc didn't list that... one more for you.
perl -MCPAN -e "install Calendar::CSA
And there you go... it should run.