You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by xi...@autozone.com on 2001/11/06 17:46:03 UTC

the library that supports C++ 5.0 compiler

Dear Sir/Madam,

We are developing an application that use xerces library to build dom tree.
Now we try to migrate
the code from C++4.2 compiler to C++5.0 compiler. So we need to rebuild the
library by new compiler.
Our operating system is Solaris 5.8 .

First, I tried to build library using 4.2 compiler. Here are the steps:
1. Set environment variable
     setenv XERCESCROOT /home/xchen/XML4CPK
     under XML4CPK is the src directory that contain all the source code.

2. In XML4CPK/src, type runConfigure -psolaris -ccc -xCC -minmem fileonly
-tnative

3. The result is all the generated Makefiles are empty. Here is the error
message:
creating Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Transcoders/ICU/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Transcoders/Iconv/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Transcoders/Iconv390/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Transcoders/Iconv400/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Transcoders/MacOSUnicodeConverter/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/Solaris/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/AIX/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/Linux/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/HPUX/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/OS390/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/OS400/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/IRIX/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/PTX/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/UnixWare/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/Tru64/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Platforms/MacOS/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/Compilers/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/MsgLoaders/InMemory/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/MsgLoaders/ICU/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/MsgLoaders/MsgCatalog/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/MsgLoaders/MsgFile/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/NetAccessors/Socket/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/NetAccessors/libWWW/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/NetAccessors/MacOSURLAccess/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating util/regx/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating validators/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating validators/common/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating validators/datatype/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating validators/DTD/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating validators/schema/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating framework/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating dom/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating idom/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating parsers/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating internal/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating sax/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating sax2/Makefile
sed: Ending delimiter missing on substitution: s%@DEFS@%
creating ../obj/Makefile
sed: ./../obj/Makefile.in: No such file or directory
sed: Ending delimiter missing on substitution: s%@DEFS@%

Could you please give me some clue about this error or any suggestion about
rebuilding libraries
by C++ 5.0 .

Thanks

Xiangping Chen
Programmer
AutoZone Inc.
------------------------------------------------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org