So the problem is that Xerces doesn’t realize you are on a mac. You should have, in your
$AMANZI_TPLS_BUILD_DIR/xerces/xerces-X.Y-build/CMakeCache.txt
that
XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER:BOOL=TRUE
But I suspect you have
XERCES_USE_TRANSCODER_ICU:BOOL=TRUE
instead (which I’m guessing is the default).
You could try forcing the issue by changing the CMakeCache.txt file directly, or you could try figuring out why, in
$AMANZI_TPLS_BUILD_DIR/xerces/xerces-X.Y-source/cmake/XercesTranscoderSelection.cmake
It fails to match macosunicodecoverter.
Ethan
--
You received this message because you are subscribed to the Google Groups "Amanzi-ATS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
ats-users+...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-users/b7d97179-f060-46bb-b99f-5808705b623fn%40googlegroups.com.