Opened 19 years ago
Closed 18 years ago
#2111 closed defect (fixed)
aspell 0.60.4 compile error with GCC 4.1
Reported by: | Christoph Berg | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
It's more or less the same error type as in doxygen. Fix is:
sed -i 's@bool NroffFilter::process_char (FilterChar::Chr c);@bool process_char (FilterChar::Chr c);@g' modules/filter/nroff.cpp
Change History (3)
comment:1 by , 18 years ago
Type: | enhancement → defect |
---|
comment:2 by , 18 years ago
Milestone: | future → 6.3 |
---|
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Updated BLFS to ASpell-0.60.5 and this issue was fixed upstream.