Discussion:
Can not compile lynx2.8.8pre2 with --disable-prettysrc
omoikane
2014-01-09 18:41:17 UTC
Permalink
LYStyle.c from lynx2.8.8pre2 doesn't compile for me:
LYStyle.c:966:23: error: ‘HTL_num_lexemes’ undeclared (first use in
this function)
LYStyle.c:966:23: note: each undeclared identifier is reported only
once for each function it appears in
LYStyle.c:967:23: error: ‘HTlexeme’ undeclared (first use in this function)
LYStyle.c:967:33: error: expected ‘)’ before ‘cs’

These appears to be due to HTlexeme not being defined with
"./configure --disable-prettysrc"
Thomas Dickey
2014-01-09 19:53:26 UTC
Permalink
LYStyle.c:966:23: error: ?HTL_num_lexemes? undeclared (first use in
this function)
LYStyle.c:966:23: note: each undeclared identifier is reported only
once for each function it appears in
LYStyle.c:967:23: error: ?HTlexeme? undeclared (first use in this function)
LYStyle.c:967:33: error: expected ?)? before ?cs?
These appears to be due to HTlexeme not being defined with
"./configure --disable-prettysrc"
thanks: I should have caught this, but now see that I had overlooked
updating a test-script to match some changes to configure-option defaults.
I'm updating the script, and will make fixes for a pre.3 "soon"
--
Thomas E. Dickey <***@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net
Loading...