omoikane
2014-01-09 18:41:17 UTC
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"
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"