~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to doc/kscd/workman-docs/html/notes-ultrix.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<!-- @(#)notes-ultrix.html      1.1 02 Jun 1995 -->
 
4
<title>WorkMan system notes: ULTRIX</title>
 
5
</head>
 
6
 
 
7
<body>
 
8
<h1>ULTRIX notes</h1>
 
9
 
 
10
<p>
 
11
WorkMan was ported to ULTRIX by Chris Ross
 
12
(<a href="mailto:cross@eng.umd.edu">cross@eng.umd.edu</a>).  Bug
 
13
reports should still be sent to me at
 
14
<a href="mailto:koreth@hyperion.com">koreth@hyperion.com</a>, though; I will
 
15
forward ULTRIX-specific reports to Chris.
 
16
 
 
17
<p>
 
18
This program should compile and run under ULTRIX 4.2.  You will need the
 
19
XView toolkit, version 3.0 or higher.  An ULTRIX port of XView is available
 
20
from many sites via anonymous ftp.  Use archie to find one near you.  Neither
 
21
Chris nor I can supply people with XView sources, so please don't ask.
 
22
 
 
23
<p>
 
24
You will need to use "imake" to build a Makefile suitable for ULTRIX; the
 
25
supplied Makefile is tuned for Suns (though it isn't hard to adjust if you
 
26
prefer not to use imake).  The usual way of running imake is to type "xmkmf"
 
27
and let it figure out all the parameters.
 
28
 
 
29
<p>
 
30
There is a WorkMan binary at ftp.hyperion.com:/WorkMan/ultrix.tar.Z if you
 
31
can't find XView or don't want to bother installing it.  You may need to
 
32
install the OPEN LOOK fonts, though; they are available from ftp.hyperion.com
 
33
as well as with the generic XView source distribution, available widely in
 
34
the contrib section of X11R5.  You do not need to build XView from source to
 
35
get the fonts from the source distribution.
 
36
 
 
37
<p>
 
38
If you get an error like "Cannot open connection to window server", try
 
39
any of several things:
 
40
 
 
41
<ol>
 
42
<li>Specify the font explicitly, e.g. "workman -fn lucidasans-12".  If you
 
43
   don't have the OPEN LOOK fonts installed, try "Courier10" instead.
 
44
<li>Set your DISPLAY environment variable to ":0.0".
 
45
<li>Set your DISPLAY environment variable to "hostname:0" (substituting your
 
46
   display host for "hostname", of course).
 
47
</ol>
 
48
 
 
49
<p>
 
50
Those are all the things ULTRIX people have reported as fixes.  If they
 
51
don't work, unfortunately there's not much I can do about it.
 
52
 
 
53
<p>
 
54
For those who'd like to read through the source, note that the ULTRIX-
 
55
specific code is all contained in plat_ultrix.c.
 
56
 
 
57
<p>
 
58
<hr>
 
59
<a href="install.html">To the install page</a>
 
60
 
 
61
<h5>Last update: 02 Jun 1995</h5>
 
62
 
 
63
</body>
 
64
</html>