On 6/29/2010 7:50 AM, Corinna Vinschen wrote:
> The files /usr/include/rpc/rpc.h and /usr/include/rpc/svc.h are provided
> by the sunrpc package. Unfortunaltey Sam has resigned from the sunrpc
> package maintainership and nobody has picked it up yet, so it's an
> orphaned package which is in need
On Jun 29 10:07, Carlo Marcelo Arenas Belon wrote:
> Greetings,
>
> the following will fail to build with recent cygwin (works with
> cygwin-legacy though) :
>
> $ cat > t.c
> #include
>
> int main(int argc, char *argv[])
> {
> return 0;
> }
> ^D
> $ make t
> cc t.c -o t
> In file inclu
Greetings,
the following will fail to build with recent cygwin (works with
cygwin-legacy though) :
$ cat > t.c
#include
int main(int argc, char *argv[])
{
return 0;
}
^D
$ make t
cc t.c -o t
In file included from /usr/include/rpc/rpc.h:61,
from t.c:1:
/usr/include/rpc/s
3 matches
Mail list logo