<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
I got this minimal VCL --<br>
<br>
<span style="background-color: rgb(255, 255, 204);"><code>vcl 4.0;</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>backend
neuro {</code></span><span style="background-color: rgb(255,
255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>
.host = "129.170.30.193";</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>
.port = "http";</code></span><span style="background-color:
rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>}</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>sub
vcl_recv {</code></span><span style="background-color: rgb(255,
255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>
set req.backend_hint = neuro;</code></span><span
style="background-color: rgb(255, 255, 204);"><code><br>
</code></span><span style="background-color: rgb(255, 255, 204);"><code>}</code></span><br>
<br>
Which fails to compile for no reason.<br>
<br>
<code><span style="background-color: rgb(255, 255, 204);">Running
VCC-compiler failed, exited with 2</span></code><code><span
style="background-color: rgb(255, 255, 204);"><br>
</span></code><code><span style="background-color: rgb(255, 255,
204);"><br>
</span></code><code><span style="background-color: rgb(255, 255,
204);">VCL compilation failed</span></code><br>
<br>
Can anyone help?<br>
</body>
</html>