Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If for any reason you need the original file, then it's located in <path-to-xerces-c-src_2_7_0-gl1-mac>/xerces-c-src_2_7_0-gl1-mac/MacOSDefs.hpp-original

...

    1. From within xerces-c-src_2_7_0-gl1-mac, copy (the contents) MacOSDefs.hpp-original to xerces/src/xercesc/util/Platforms/MacOS/MacOSDefs.hpp
    2. Repeat step 3 from above
  1. Grab, and extract, the original xerces-2.7.0 from /nfs/farm/g/glast/u05/extlib/xerces/xerces-c-src_2_7_0.tar.gz
    1. Code Block
      setenv XERCESCROOT <path-to-xerces-c-src_2_7_0>/xerces-c-src_2_7_0
      cd xerces-c-src_2_7_0
      cd src/xercesc
      ./runConfigure -p macosx -n native -t native -P <install-path>
      

...