#781 closed defect (fixed)
nALFS does not compile with gcc 3.3.3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | nALFS - Back End (XML Handlers) | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description
It chokes in src/options.h. It says there's an error on line 88 of src/option-struct.h. The name of this type is bool. That must be the problem ...
Change History (4)
comment:1 by , 21 years ago
Status: | new → assigned |
---|
comment:2 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Changes committed to CVS (HEAD and branch-1_2) and released in nALFS-1.2.2.
comment:4 by , 20 years ago
Version: | CVS → SVN |
---|
Note:
See TracTickets
for help on using tickets.
Correction, gcc-3.3.3 is not the problem, gcc-3.3.3 and ncurses-5.4 is the problem. nALFS compiles properly with gcc-3.3.3 and ncurses-5.3.
Fix will be committed shortly.