Hello,
I have encountered a problem when compiling xerces on Mac OS X 10.5.5.
I got the following error message when executing "make install":
....
make -C DTD install
mkdir -p /usr/local/include/xercesc/validators/DTD
cp -fp DTDAttDef.hpp DTDAttDefList.hpp DTDElementDecl.hpp
DTDEntityDecl.hpp DTDGrammar.hpp DTDScanner.hpp DTDValidator.hpp
DocTypeHandler.hpp XMLDTDDescriptionImpl.hpp /usr/local/include/
xercesc/validators/DTD
make -C schema install
mkdir -p /usr/local/include/xercesc/validators/schema
cp -fp ComplexTypeInfo.hpp GeneralAttributeCheck.hpp
NamespaceScope.hpp PSVIDefs.hpp SchemaAttDef.hpp SchemaAttDefList.hpp
SchemaElementDecl.hpp SchemaGrammar.hpp SchemaInfo.hpp
SchemaSymbols.hpp SchemaValidator.hpp SubstitutionGroupComparator.hpp
TraverseSchema.hpp XercesAttGroupInfo.hpp XercesElementWildcard.hpp
XercesGroupInfo.hpp XMLSchemaDescriptionImpl.hpp XUtil.hpp
XSDDOMParser.hpp XSDLocator.hpp XSDErrorReporter.hpp /usr/local/
include/xercesc/validators/schema
make -C identity install
mkdir -p /usr/local/include/xercesc/validators/schema/identity
cp -fp FieldActivator.hpp FieldValueMap.hpp IC_Field.hpp IC_Key.hpp
IC_KeyRef.hpp IC_Selector.hpp IC_Unique.hpp IdentityConstraint.hpp
IdentityConstraintHandler.hpp ValueStore.hpp ValueStoreCache.hpp
XercesXPath.hpp XPathException.hpp XPathMatcher.hpp
XPathMatcherStack.hpp XPathSymbols.hpp /usr/local/include/xercesc/
validators/schema/identity
make -C /obj install
make: *** /obj: No such file or directory. Stop.
make: *** [install] Error 2
Does somebody know the reason for this? Could you please help me out?
I used following command to set up the configuration: ./runConfigure -
pmacosx -cgcc -xg++
Thanks,
Gerald