fcgio.cpp:50: error: 'EOF' was not declared in this scope
Solution:
Add this include on top of libfcgi/fcgio.cpp :
#include <stdio.h>
The corresponding StackOverflow thread http://stackoverflow.com/questions/4577453/fcgio-cpp50-error-eof-was-not-declared-in-this-scope
Recent Comments