[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] SLang build fails on VMS
From: |
Terrence Branscombe |
Subject: |
[Lynx-dev] SLang build fails on VMS |
Date: |
Wed, 15 Mar 2006 16:39:51 -0800 |
User-agent: |
Thunderbird 1.5 (Windows/20051201) |
Using the Feb 4, 2005 release of LYnx 2.8.5 I tried building with the
SLang library version 2.0.5 on OpenVMS 7.3-2 (Alpha).
I looked in lynx-dev archive and found a suggested patch for the SLang
library, but SLang has since been modified by its author (John Davis) so
the suggested changes in lynx-dev no longer appeared to apply (to a
non-programmer, at least). Is there a further patch of SLang required
in order to build cleanly on VMS? Thanks,
Terry
$ @build-slang ucx --with-ssl
...
$ cc LYStrings
expand_substring(buf, parse + 1, parse + len - 1, buf +
sizeof(buf) - 1);
........^
%CC-E-TOOFEWARGS, In this statement, "SLexpand_escaped_string" expects 4
arguments, but 3 are supplied.
at line number 1038 in file DISK$PGM:[KITS.MISC.LYNX.SRC]LYSTRINGS.C;1
ok = expand_substring(dst, src + 1, src + strlen(src) - 1, final);
.............^
%CC-E-TOOFEWARGS, In this statement, "SLexpand_escaped_string" expects 4
arguments, but 3 are supplied.
at line number 1057 in file DISK$PGM:[KITS.MISC.LYNX.SRC]LYSTRINGS.C;1
expand_substring(buf, str, str + HTMIN(len, 28), buf +
sizeof(buf) - 1);
................^
%CC-E-TOOFEWARGS, In this statement, "SLexpand_escaped_string" expects 4
arguments, but 3 are supplied.
at line number 1105 in file DISK$PGM:[KITS.MISC.LYNX.SRC]LYSTRINGS.C;1
if (SLang_Error) return -1;
............^
%CC-E-UNDECLARED, In this statement, "SLang_Error" is not declared.
at line number 1240 in file DISK$PGM:[KITS.MISC.LYNX.SRC]LYSTRINGS.C;1
if (SLang_Error)
........^
%CC-E-UNDECLARED, In this statement, "SLang_Error" is not declared.
at line number 1377 in file DISK$PGM:[KITS.MISC.LYNX.SRC]LYSTRINGS.C;1
$ CLEANUP:
Default directory:
DISK$PGM:[KITS.MISC.LYNX]
$
--
+-----------------+
Terrence Branscombe
Jabber: address@hidden
IRC: /server montreal.qc.undernet.org /dcc chat ue191
ICQ: 327103761
MSN: address@hidden
+-----------------+
- [Lynx-dev] SLang build fails on VMS,
Terrence Branscombe <=