On Tuesday, 3 April 2012 at 13:33:19 UTC, Adam D. Ruppe wrote:
On Tuesday, 3 April 2012 at 08:42:01 UTC, Xan wrote:
I receive errors:
I changed some stuff since the beginning of thi thread.
cgi.d now includes a http server without needing the other
modules.
So if you just get the new cgi.d, you can:
dmd server.d cgi.d -version=embedded_httpd
without bothering with the httpd.d nor netman.d
Not, I receive the error:
$ gdmd-4.6 server.d cgi.d -version=embedded_httpd
std.algorithm.indexOf has been scheduled for deprecation. You may
want to use std.algorithm.countUntil instead.
cgi.d:2231: Error: undefined identifier lastSocketError