Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

gcc_4_compile.patch (993 bytes) - added by defer 16 years ago.
Add required includes to files

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by defer

Attachment: gcc_4_compile.patch added

Add required includes to files

comment:1 Changed 16 years ago by davea

Resolution: fixed
Status: newclosed

(In [15007]) - compile fixes for gcc 4.x; fixes #592

comment:2 Changed 16 years ago by Nicolas

Keywords: patch added
Priority: BlockerMinor
Note: See TracTickets for help on using tickets.