Opened 16 years ago
Closed 16 years ago
#146 closed defect (fixed)
PKSIO fails to compile under gcc-4.3
Reported by: | Malte Marquarding | Owned by: | Malte Marquarding |
---|---|---|---|
Priority: | high | Milestone: | ASAP 2.3 |
Component: | General | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: | G.Fuller@… |
Description (last modified by )
libatnf.a doesn't build under gcc-4.3. It generates errors about undefined functions. It also throws deprecation warnings about char*
to string
conversions.
Change History (1)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I have fixed the errors by adding
include <cstring>
to the relevant files. I leave it to Mark Calabretta to fix the warnings in livedata.