Ticket #592 (closed Defect: fixed)

Opened 4 months ago

Last modified 3 months ago

SVN r15004 fails to compile on Linux (i686, gcc4.3.0) [PATCH ATTACHED]

Reported by: defer Assigned to: 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

gcc_4_compile.patch (1.0 kB) - added by defer on 04/02/08 03:48:42.
Add required includes to files

Change History

04/02/08 03:48:42 changed by defer

  • attachment gcc_4_compile.patch added.

Add required includes to files

04/02/08 12:33:15 changed by davea

  • status changed from new to closed.
  • resolution set to fixed.

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

04/18/08 16:53:44 changed by Nicolas

  • keywords set to patch.
  • priority changed from Blocker to Minor.

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.