Ticket #45 (closed defect: fixed)
VC++ build repair
| Reported by: | nando | Owned by: | gnugo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7.8 |
| Component: | source | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | patch: | yes |
Description
With the few appended changes, GNU Go builds cleanly with VC++.
Attachments
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status | |
| nando_7_8.3.diff | never tested | |||||
| readline_configure_7_8.1.diff | never tested |
Change History
Changed 6 years ago by nando
-
attachment
nando_7_8.3.diff
added
comment:1 Changed 6 years ago by arend
This will cause warnings on other platforms, since by default READLINE is just undefined. We have to fix this one way (not defining READLINE for VC++) or another (defining READLINE to 0 by default, which would be the normal GNU Go practice).
Changed 6 years ago by arend
-
attachment
readline_configure_7_8.1.diff
added
#define READLINE to 0 instead of leaving it undefined
Note: See
TracTickets for help on using
tickets.

READLINE is always 'defined', and sometimes (with VC++ for instance) it is set to 0