Opened 15 months ago
Closed 15 months ago
#18923 closed defect (fixed)
obconf-qt-0.16.3 FTBFS with libxml2-2.12.x
Reported by: | Joe Locash | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
Relevant build errors:
/tmp/build/obconf-qt-0.16.3/src/obconf-qt.cpp:217:3: error: 'xmlIndentTreeOutput' was not declared in this scope /tmp/build/obconf-qt-0.16.3/src/obconf-qt.cpp:233:36: error: invalid conversion from 'const xmlError*' {aka 'const _xmlError*'} to 'xmlErrorPtr' {aka '_xmlError*'} [-fpermissive]
Fix:
sed -e '/iostream/a #include <libxml/xmlsave.h>' \ -e 's/xmlErrorPtr/const xmlError*/' \ -i src/obconf-qt.cpp
Change History (2)
comment:1 by , 15 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at commits: