Opened 13 years ago

Closed 13 years ago

#769 closed defect (fixed)

Ubuntu/GCC 4.5 build fixes

Reported by: jng Owned by: gregboone
Priority: major Milestone: 3.7.0
Component: Build System Version: 3.7.0
Severity: 3 Keywords:
Cc: External ID:

Description

Attached is a patch to ensure a clean build of FDO on Ubuntu 11.04 using gcc 4.5.x

Most of the fixes concern:

  • Missing standard library headers
  • "Cannot pass objects of non-trivially copyable type" compiler errors involving std::string, FdoStringP and similar string classes to variadic functions
  • Bad internal xalan and xerces file paths in Makefile.am

Attachments (1)

fdo_ubuntu_build_fix.patch (12.2 KB ) - added by jng 13 years ago.

Download all attachments as: .zip

Change History (3)

by jng, 13 years ago

Attachment: fdo_ubuntu_build_fix.patch added

comment:1 by gregboone, 13 years ago

The changes look good. Go ahead and submit. I believe you have commit rights.

comment:2 by jng, 13 years ago

Resolution: fixed
Status: newclosed

Fixed r6177

Note: See TracTickets for help on using tickets.