Opened 13 years ago
Closed 13 years ago
#827 closed defect (fixed)
Ubuntu 11.10 build fixes (xalan thirdparty)
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 allow the internal xalan library to build under Ubuntu 11.10 with GCC 4.6
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | xalan_ubuntu.patch added |
---|
comment:1 by , 13 years ago
The problems this patch fixes are basically in 2 categories:
- Mutable reference members are not allowed in GCC 4.6 (source). The patch simply removes this keyword
- The linker breaks down with 'undefined reference to <some API in xerces>'. This was caused by the linker flags being specified in the wrong order (older GCC versions probably didn't care). The patch re-orders these flags for the linker to properly work
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
xalan patches