Balázs Hajgató wrote:
I have used the -E flag, the preprocess went fine. When I try to compile the
preprocessed code I got the following error:
../libgnu/sys/select.h(599): error: declaration is incompatible with previous
"select" (declared at line 109 of "/usr/include/sys/select.h")

What is the declaration at line 109 of "/usr/include/sys/select.h", after preprocessing, and how does that compare to the declaration you mentioned below?

   namespace gnulib { static int (*select) (int, fd_set *, fd_set *, fd_set *,
struct timeval *) = ::select; } extern "C" int _gl_cxxalias_dummy;



Reply via email to