Opened 2 years ago
Closed 2 years 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 , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed at commits: