[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nib2gmodel will not build on OpenStep 4.2
|
From: |
Pete French |
|
Subject: |
nib2gmodel will not build on OpenStep 4.2 |
|
Date: |
Tue, 03 Dec 2002 19:30:12 +0000 |
problem: make/create_domain_dir_tree.sh uses dirname which does not
exist under OpenStep 4.2
solution: as it is merely used to find the directory being run in then
it can be replaced with something like:
mybase=`basename $0`
mydir=`echo $0 | sed -e "s/\/${mybase}//"`
-bat.
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- nib2gmodel will not build on OpenStep 4.2,
Pete French <=