<div dir="ltr">Hi All,<div><br></div><div>    recent changes, I *think* to updateSCCSVersions, have broken platforms/Cross/vm/sqSCCSVersion.h:</div><div><br></div><div><div>static char SvnRawRepositoryURL[] = &quot;$URL: <a href="http://github.com/OpenSmalltalk/vm">http://github.com/OpenSmalltalk/vm</a></div><div>    SetWindowLongPtr_64bit_compatibility new (next fetch will store in remotes/origin)</div><div>    tim/deployment-fixes                 new (next fetch will store in remotes/origin) $&quot;;</div><div><br></div><div>First, multi-liner string constants must be terminated with a backslash to compile.  So at the very least we&#39;d need</div><div><br></div><div><div>static char SvnRawRepositoryURL[] = &quot;$URL: <a href="http://github.com/OpenSmalltalk/vm\">http://github.com/OpenSmalltalk/vm\</a></div><div>    SetWindowLongPtr_64bit_compatibility new (next fetch will store in remotes/origin)\</div><div>    tim/deployment-fixes                 new (next fetch will store in remotes/origin) $&quot;;</div></div><div><br></div><div>But second, multi-line output doesn&#39;t make sense here.  We need something that fits on a single line.  Who is going to fix this?  I have a production build which is broken because of this.</div><div><br></div><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div></div>