<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">
<div class="moz-cite-prefix">On 12/03/2018 11:03, Dov Grobgeld
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CA++fsGE4CCT7Loo-B4VU-Zz+KbYcv_GgiecU_3MrNFFO8KtewA@mail.gmail.com">
<div dir="ltr">
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">They are
probably hanging waiting for input from stdin. Type "abc"
and Ctrl-z and see if they exit..<br>
<br>
</div>
</div>
</blockquote>
Yes, you're right. If I type some input and hit <return>
they both show me some output (i.e. they haven't hung!!)<br>
<br>
</div>
<blockquote type="cite"
cite="mid:CA++fsGE4CCT7Loo-B4VU-Zz+KbYcv_GgiecU_3MrNFFO8KtewA@mail.gmail.com">
<div dir="ltr">
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="gmail_default"
style="font-family:arial,helvetica,sans-serif">Again, if you
do `ninja -C build_dir test` does it complete without errors?
Under both VS2005 and VS2015? If so, I'll ignore the VS2013
error I saw a few days ago<br>
<br>
</div>
</div>
</blockquote>
I think so. It seems quite hard to force a build if everything's
currently up-to-date. However, I don't remember seeing any errors.<br>
<br>
Also, I haven't had time yet to try using meson to create a VC
project (but apart from that, it all seems fine).<br>
<br>
One thing though... in 'lib/common.h' I needed to comment out these
2 lines:-<br>
<br>
line 75:<br>
// Commented out by me # include <strings.h><br>
<br>
line 114:<br>
// Commented out by me # error "No stringize operator
available?"<br>
<br>
I haven't quite figured out why they need to get commented out.<br>
<br>
John<br>
</body>
</html>