<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Norbert says that I must run reautoconf after changing via this diff, but there is no such program on El Capitan, and I'm not very game to changing the compile system if I don't have to.</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class="">Dick Koch</span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 16, 2018, at 2:56 PM, Karl Berry <<a href="mailto:karl@freefriends.org" class="">karl@freefriends.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">How about<br class="">  env TL_COMPILER_GFLAGS='-g -O2 -Dchar16_t=uint16_t' ./Build -g<br class=""><br class="">I invented TL_COMPILER_GFLAGS precisely to pass options to the compilers.<br class="">There's also TL_*FLAGS for the individual compilers; if we only want to<br class="">do this for OBJC, set TL_OBJCXXFLAGS. See lines 57ff of Build. It's<br class="">annoyingly verbose but not complicated.<br class=""><br class="">Alternatively, I could also add a configure test for char16_t and change<br class="">their code to pay attention to the result instead of #if 1. That would<br class="">be a cleaner approach, but means more patches to their code. (Why they<br class="">didn't do this properly in the first place ... argh.)  -k<br class=""></div></div></blockquote></div><br class=""></div></body></html>