-
We use xmlParseDTD without testing if libxml2 has support
for it enabled. This can result in the following linker error:
xml_validate.o: In function `valAgainstDtd':
xmlstarlet-1.0.1/src/xml_validate.c:229:
undefined reference to `xmlParseDTD'
Signed-off-by: Robert Schwebel .
2009-11-29 19:08:20 UTC in XMLStarlet command line XML toolkit
-
We define a semicolon in the wrong place:
xml_trans.c:84: error: expected ',' or ';' before 'void'
This does not fail only by accident, if the right defines have been set
in libxml2.
Signed-off-by: Robert Schwebel .
2009-11-29 19:05:16 UTC in XMLStarlet command line XML toolkit
-
We use xmlXPathDebugDumpCompExpr without testing if libxml2 has support
for it enabled. This can result in the following linker error:
xml_edit.o: In function `edUpdate':
xmlstarlet-1.0.1/src/xml_edit.c:327:
undefined reference to `xmlXPathDebugDumpCompExpr'
Signed-off-by: Robert Schwebel .
2009-11-29 16:03:21 UTC in XMLStarlet command line XML toolkit
-
curl saves the LDFLAGS set during configure into its pkg-config file.
So -Wl stuff ends up in the .pc file, which is really bad, and breaks
if there are multiple -Wl in our LDFLAGS (which are in PTXdist)
2009-11-06 22:12:36 UTC in curl and libcurl