Hi, Boris. Thanks a lot for the prompt response. It helped.
-----Original Message----- From: Boris Kolpackov [mailto:[email protected]] Sent: Thursday, December 16, 2010 12:45 PM To: [email protected] Subject: Re: Error configuring Xerces 3.1.1 Hi Helen, "Helen Gao" <[email protected]> writes: > When I run ./configure, I got some errors in config.log. > > conftest.c:11:28: ac_nonexistent.h: No such file or directory > > conftest.cpp:81:39: CoreServices/CoreServices.h: No such file or > directory This is normal as configure performs various tests and some of them are expected to fail on some platforms. If you see no errors in STDERR and the script existed with 0, then everything went fine. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Compiler-based ORM system for C++ http://codesynthesis.com/products/odb Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
