Closed GoogleCodeExporter closed 8 years ago
Unfortunately, I have no access to CentOS to debug this. Are you able to
provide a
patch here?
Original comment by ondrej.zara
on 16 Dec 2009 at 8:07
I get it to compile when applying the single thing I know about fastcgi and
that is
that fcgi_stio.h overwrites the definititons in stdio.h and thus should be
included
last. I moved:
#ifdef FASTCGI
# include <fcgi_stdio.h>
# include <signal.h>
#endif
Original comment by krak...@gmail.com
on 17 Dec 2009 at 1:46
Fixed in r694.
Original comment by ondrej.zara
on 18 Dec 2009 at 8:15
Original issue reported on code.google.com by
krak...@gmail.com
on 16 Dec 2009 at 3:25