Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
xalan-c
xalan-c-1.11-fix_build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xalan-c-1.11-fix_build.patch of Package xalan-c
Index: c/Tests/Threads/ThreadTest.cpp =================================================================== --- c/Tests/Threads/ThreadTest.cpp.orig +++ c/Tests/Threads/ThreadTest.cpp @@ -29,6 +29,7 @@ #include <climits> #include <cstring> #include <ctime> +#include <cstring> Index: c/samples/StreamTransform/StreamTransform.cpp =================================================================== --- c/samples/StreamTransform/StreamTransform.cpp.orig +++ c/samples/StreamTransform/StreamTransform.cpp @@ -17,6 +17,7 @@ */ #include <xalanc/Include/PlatformDefinitions.hpp> +#include <cstring> Index: c/samples/TraceListen/TraceListen.cpp =================================================================== --- c/samples/TraceListen/TraceListen.cpp.orig +++ c/samples/TraceListen/TraceListen.cpp @@ -17,6 +17,7 @@ */ #include <xalanc/Include/PlatformDefinitions.hpp> +#include <cstring> Index: c/samples/XPathWrapper/XPathWrapper.cpp =================================================================== --- c/samples/XPathWrapper/XPathWrapper.cpp.orig +++ c/samples/XPathWrapper/XPathWrapper.cpp @@ -21,6 +21,7 @@ #include <cassert> +#include <cstring> #if defined(XALAN_CLASSIC_IOSTREAMS) Index: c/src/xalanc/Harness/XalanFileUtility.cpp =================================================================== --- c/src/xalanc/Harness/XalanFileUtility.cpp.orig +++ c/src/xalanc/Harness/XalanFileUtility.cpp @@ -21,6 +21,7 @@ #include <cstdlib> +#include <cstring> #include <cstdio> #include <ctime> #include <climits> Index: c/src/xalanc/Harness/XalanXMLFileReporter.cpp =================================================================== --- c/src/xalanc/Harness/XalanXMLFileReporter.cpp.orig +++ c/src/xalanc/Harness/XalanXMLFileReporter.cpp @@ -21,6 +21,7 @@ #include <cstdlib> +#include <cstring> #include <ctime> Index: c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp =================================================================== --- c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp.orig +++ c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp @@ -34,6 +34,7 @@ #include <sys/stat.h> #include <unistd.h> #endif +#include <cstring> Index: c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp =================================================================== --- c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp.orig +++ c/src/xalanc/Utils/MsgCreator/ICUResHandler.cpp @@ -26,6 +26,7 @@ #include <xercesc/util/XMLUniDefs.hpp> #include <cstdio> +#include <cstring> #include <cassert> Index: c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp =================================================================== --- c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp.orig +++ c/src/xalanc/Utils/MsgCreator/InMemHandler.cpp @@ -21,6 +21,7 @@ // --------------------------------------------------------------------------- #include "InMemHandler.hpp" #include <cstdio> +#include <cstring> #include <cassert> #include <xercesc/util/XMLUniDefs.hpp> #include <xercesc/sax2/Attributes.hpp> Index: c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp =================================================================== --- c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp.orig +++ c/src/xalanc/Utils/MsgCreator/NLSHandler.cpp @@ -23,6 +23,7 @@ #include "NLSHandler.hpp" #include <cstdio> +#include <cstring> Index: c/src/xalanc/XMLSupport/FormatterToHTML.cpp =================================================================== --- c/src/xalanc/XMLSupport/FormatterToHTML.cpp.orig +++ c/src/xalanc/XMLSupport/FormatterToHTML.cpp @@ -46,6 +46,7 @@ #include <xalanc/DOMSupport/DOMServices.hpp> +#include <cstring> XALAN_CPP_NAMESPACE_BEGIN Index: c/src/xalanc/XSLT/ElemNumber.cpp =================================================================== --- c/src/xalanc/XSLT/ElemNumber.cpp.orig +++ c/src/xalanc/XSLT/ElemNumber.cpp @@ -61,7 +61,7 @@ #include "StylesheetConstructionContext.hpp" #include "StylesheetExecutionContext.hpp" - +#include <cstring> XALAN_CPP_NAMESPACE_BEGIN Index: c/src/xalanc/XalanDOM/XalanDOMString.cpp =================================================================== --- c/src/xalanc/XalanDOM/XalanDOMString.cpp.orig +++ c/src/xalanc/XalanDOM/XalanDOMString.cpp @@ -28,6 +28,7 @@ XALAN_CPP_NAMESPACE_BEGIN +#include <cstring> const XalanDOMChar XalanDOMString::s_empty = 0;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor