-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I world like compile CVS version (actual version) of Xalan (with Xerces 2.6
and ICU 3.2)
and I have problem with compilation.
make[2]: Leaving directory
`/press_mnt1/temp/build/xml-xalan/c/src/xalanc/Utils'
CC -O -DNDEBUG -I/opt/pas//include -DXML_BITSTOBUILD_64 -xarch=v9 -KPIC
- -mt -xs -ptr../../obj -features=rtti -DSOLARIS -D_REENTRANT -I/stlport
- -DXALAN_INMEM_MSG_LOADER -DXALAN_USE_ICU -c
- -I/press_mnt1/temp/build/xml-xalan/c/src
- -I/press_mnt1/temp/build/xml-xalan/c/include -I../../nls/include
- -I/press_mnt1/temp/build/xml-xerces/c/src/
- -I/press_mnt1/temp/build/xml-xerces/c/include/xercesc
- -I/press_mnt1/temp/build/xml-xerces/c/include/ -I/opt/pas/include -o
../../obj/DOMStringHelper.o
/press_mnt1/temp/build/xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.cpp
"/press_mnt1/temp/build/xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.hpp",
line 1101: Error: getDefault is not a member of xalanc_1_9::XalanMemMgrs.
"/press_mnt1/temp/build/xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.hpp",
line 1149: Error: getDefault is not a member of xalanc_1_9::XalanMemMgrs.
2 Error(s) detected.
make[1]: *** [../../obj/DOMStringHelper.o] Error 2
make[1]: Leaving directory `/press_mnt1/temp/build/xml-xalan/c/src/xalanc'
Some changes was made in this part in revision 1.13:
Index: DOMStringHelper.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/DOMStringHelper.hpp,v
retrieving revision 1.12
retrieving revision 1.13
@@ -1086,8 +1111,10 @@
#endif
const XalanDOMChar* theString)
{
- OutputString(theStream,
- theString);
+ OutputString(
+ theStream,
+ theString,
+ XalanMemMgrs::getDefault());
return theStream;
}
@@ -1132,8 +1159,38 @@
#endif
const XalanDOMString& theString)
{
- OutputString(theStream,
- theString);
+ OutputString(
+ theStream,
+ theString,
+ XalanMemMgrs::getDefault());
+
+ return theStream;
+}
+
+
+
+/**
+ * Outputs the target string to the specified stream
+ *
+ * @param theStream output stream
+ * @param theString target string
+ * @see OutputString
+ */
+#if defined(XALAN_NO_STD_NAMESPACE)
+inline ostream&
+operator<<(
+ ostream& theStream,
+#else
+inline std::ostream&
+operator<<(
+ std::ostream& theStream,
+#endif
+ XalanDOMString& theString)
+{
+ OutputString(
+ theStream,
+ theString,
+ theString.getMemoryManager());
return theStream;
}
Can you help me.
Thank
Vitek Kosina
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQFCd4+8N4NXdumRQpERAr32AKCWDhAvW2q0OChfRjqJyClXPpMXuwCgzB34
hF5yE0IjvosozYFaOm+UJH4=
=X9DW
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]