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)
Change History (3)
by , 13 years ago
Attachment: | fdo_ubuntu_build_fix.patch added |
---|
comment:1 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
The changes look good. Go ahead and submit. I believe you have commit rights.