im truing to use the fastcgi support provided by cgi.d found at https://github.com/adamdruppe/arsd/blob/master/cgi.d with the -version fastcgi flag on the compiler.
however its creator said it requires the fastcgi C lib
reviously, it spoke regular CGI, FastCGI (with help
from a C lib) and HTTP (with help from the netman.d
and httpd.d files in that github).
and i cant find a copy of it that can link with D, I've tried:

building it from source (complains about missing file sys/socket.h)
converting it with objconv (threw a bunch of errors)
using coffimplib (threw a bunch of errors)
using GDC (complains about undefined refrences in libphobos2.a socket.o (windows is so much fun))

what should i consider next?

Reply via email to