Opened 15 months ago
Closed 15 months ago
#18888 closed enhancement (fixed)
inkscape-1.3.1
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version.
Change History (4)
comment:1 by , 15 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 months ago
comment:3 by , 15 months ago
libxml2-2.12.0's header changes have caused a minor build problem:
/sources/inkscape-1.3.1/inkscape-1.3.1_2023-11-16_91b66b0783/src/object/uri.cpp: In constructor ‘Inkscape::URI::URI(const gchar*, const char*)’: /sources/inkscape-1.3.1/inkscape-1.3.1_2023-11-16_91b66b0783/src/object/uri.cpp:86:9: error: ‘xmlFree’ was not declared in this scope; did you mean ‘xmlFreeURI’? 86 | xmlFree(full); | ^~~~~~~ | xmlFreeURI /sources/inkscape-1.3.1/inkscape-1.3.1_2023-11-16_91b66b0783/src/object/uri.cpp:89:9: error: ‘xmlFree’ was not declared in this scope; did you mean ‘xmlFreeURI’? 89 | xmlFree(escaped); | ^~~~~~~ | xmlFreeURI /sources/inkscape-1.3.1/inkscape-1.3.1_2023-11-16_91b66b0783/src/object/uri.cpp: In member function ‘std::string Inkscape::URI::str(const char*) const’: /sources/inkscape-1.3.1/inkscape-1.3.1_2023-11-16_91b66b0783/src/object/uri.cpp:292:9: error: ‘xmlFree’ was not declared in this scope; did you mean ‘xmlFreeURI’? 292 | xmlFree(saveuri); | ^~~~~~~ | xmlFreeURI
Upstream this issue is known as https://gitlab.com/inkscape/inkscape/-/issues/4673
I can fix it with a sed. https://gitlab.com/inkscape/inkscape/-/commit/694d8ae43d06efff21adebf377ce614d660b24cd
comment:4 by , 15 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The release notes are too long to list, but they can be found at https://media.inkscape.org/media/doc/release_notes/1.3.1/Inkscape_1.3.1.html