bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intel 2016.1.150 compilation problems


From: Paul Eggert
Subject: Re: Intel 2016.1.150 compilation problems
Date: Sat, 12 Mar 2016 23:12:29 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

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

[Prev in Thread] Current Thread [Next in Thread]