summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-02-07 23:37:40 +0000
committerwlemb <wlemb>2002-02-07 23:37:40 +0000
commit314f82c3c8c8a58ec443b74bb37c6ec0788a1a8c (patch)
tree1ba47dfa476725b31d820853a8ece1c5e647a08a /PROBLEMS
parentd0c923a77924549197bdc0721443d2234e147708 (diff)
downloadgroff-314f82c3c8c8a58ec443b74bb37c6ec0788a1a8c.tar.gz
* PROBLEMS: Document bison 1.32 bug.
Some fixes to make groff compile on z/OS 1.2 UNIX (was OS/390). * src/roff/troff/node.cc (make_tfont): Define it earlier. * src/roff/troff/div.h: Add prototype for `end_diversions'. * src/roff/troff/input.cc: Add prototype for `process_input_stack'. * src/roff/troff/env.h: Add prototype for `title'. Adding EBCDIC support to grotty. * src/devices/grotty/tty.cc (CSI): New macro. (SGR_*, tty_printer::put_color): Use it.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS10
1 files changed, 10 insertions, 0 deletions
diff --git a/PROBLEMS b/PROBLEMS
index f4d53f64..c9a541fe 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -608,6 +608,16 @@ Compilation Problems
+* Compilation dies with
+
+ y.tab.c: In function `int yyparse()':
+ y.tab.c: `size_t' undeclared in namespace `std'
+
+This is a bug in bison 1.32. Don't use this version. 1.28 or 1.33 works
+fine. Alternatively, use yacc or byacc.
+
+----------------------------------------------------------------------
+
* There are many empty `Makefile.dep' files. Is this a bug?
No. Real dependency files are created with a `make depend' call.