#592 closed Defect (fixed)
SVN r15004 fails to compile on Linux (i686, gcc4.3.0) [PATCH ATTACHED]
| Reported by: | defer | Owned by: | davea |
|---|---|---|---|
| Priority: | Minor | Milestone: | Undetermined |
| Component: | Server - Other | Version: | |
| Keywords: | patch | Cc: |
Description
I get some errors compiling the latest SVN in the system described above. I only needed to add some includes.
tools/backend_lib.h (uses INT_MAX but doesn't include limits.h) sched/single_job_assimilator.C (uses C string functions but doesn't include cstring) lib/coproc.h (uses C string functions but doesn't include cstring)
Attachments (1)
Change History (3)
Changed 18 years ago by
| Attachment: | gcc_4_compile.patch added |
|---|
comment:1 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 18 years ago by
| Keywords: | patch added |
|---|---|
| Priority: | Blocker → Minor |
Note: See
TracTickets for help on using
tickets.

Add required includes to files