pike.git/
lib/
master.pike.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-19
2003-05-19 12:09:37 by Martin Stjernholm <mast@lysator.liu.se>
4ca24f5c284b3a733a0ede9da1e78712bbe0f06f (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Hopefully improved the hint when main_resolv fails.
Rev: lib/master.pike.in:1.279
6:
// Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. //
-
// $Id: master.pike.in,v 1.
278
2003/05/
15
13
:
54
:
07
grubba
Exp $
+
// $Id: master.pike.in,v 1.
279
2003/05/
19
12
:
09
:
37
mast
Exp $
#pike __REAL_VERSION__
1804:
foreach(syms[1..], string sym) if(v) v = v[sym]; if(!v)
-
_error("Could not resolv %
s\n"
-
"Is your PIKE_MODULE_PATH environment variable set correctly?
\n",
+
_error("Could not resolv %
s.
(Perhaps
the
installed
pike
tree
has
been
moved.)
\n",
syms*"."); return v; };