[Thread Prev][Thread Next][Thread Index]
PilotManager v1.007 on SunOS 4.1.4 Success!
- To: pilotmgr@xxxxxxxxxxxxxxxxxxx
- Subject: PilotManager v1.007 on SunOS 4.1.4 Success!
- From: andrew.allan@xxxxxxxxxx (Andrew J. Allan)
- Date: Fri, 2 May 97 19:03:05 EDT
- Sender: owner-pilotmgr@shadow
Many thanks to Bharat: I just got PilotManager running on SunOS 4.1.4 after a
few tweaks for gcc and other minor problems. Some of these diffs may be
specific to my system YMMV. While I have not checked the functionality of all
features, it all seems to work ok (ttyb, 38400, PalmPilot Pro)
Any chance of getting libcm.a for SunOS 4.x ?
-- Andrew
diff pilotmgr,v1.007/PilotManager pilotmgr,v1.007_working/PilotManager
0a1
> #!/usr/local/bin/perl
198c199
< $gHotSyncButton->configure(-foreground => 'darkred');
---
> $gHotSyncButton->configure(-foreground => 'Red');
813c814
< my ($fgcolor) = "darkblue";
---
> my ($fgcolor) = "blue";
818c819
< 'foreground' => 'darkred',
---
> 'foreground' => 'Red',
830c831
< 'background' => 'darkblue',
---
> 'background' => 'blue',
840c841
< 'activeforeground' => 'darkred',
---
> 'activeforeground' => 'red',
846c847
< 'background' => 'darkblue',
---
> 'background' => 'blue',
851c852
< 'activeforeground' => 'darkred',
---
> 'activeforeground' => 'red',
856c857
< 'activeforeground' => 'darkred',
---
> 'activeforeground' => 'red',
861c862
< 'activeforeground' => 'darkred',
---
> 'activeforeground' => 'red',
866c867
< 'activeforeground' => 'darkred',
---
> 'activeforeground' => 'red',
872c873
< 'background' => 'darkblue',
---
> 'background' => 'blue',
diff -r pilotmgr,v1.007/src/Makefile.top pilotmgr,v1.007_working/src/Makefile.top
0a1
> CC = gcc
13c14
< PERLLIB = $(UDHOME)/pkgs/perl,v5.003/lib
---
> PERLLIB = /usr/local/lib/perl5
28,29c29,30
< PERLARCH = $(PERLLIB)/sun4-solaris/5.003
< PILOTLIB = ../pilot-link/libsock
---
> PERLARCH = $(PERLLIB)/sun4-sunos/5.002
> PILOTLIB = ../pilot-link/lib
47c48
< $(LD) -G -o lib$(LIBNAME).so $(OBJS_$(LIBNAME)) $(LIBS)
---
> $(LD) -o lib$(LIBNAME).so $(OBJS_$(LIBNAME)) $(LIBS)
---------------------------------------------------------------------
********************************************
* This is a public mailing list! *
* Please do not publish Sun proprietary *
* information here! *
********************************************
|
|