Hi,
I am trying to build xerces-c (v.2.8) from its source on OSX. Actually the
compiling went off without a hitch but I hit a snag when I tried make
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

In my xerces source directory there is an obj directory so I am a little
confused about this error. I did the build exactly as it was outlined on the
build instructions website.

Reply via email to