Re: missing #include with sunrpc 4.0-3 and cygwin 1.7.5-1

2010-07-01 Thread Charles Wilson
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

Re: missing #include with sunrpc 4.0-3 and cygwin 1.7.5-1

2010-06-29 Thread Corinna Vinschen
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

missing #include with sunrpc 4.0-3 and cygwin 1.7.5-1

2010-06-29 Thread Carlo Marcelo Arenas Belon
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