X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Date: Tue, 29 Jun 2010 10:07:13 +0000 From: Carlo Marcelo Arenas Belon To: cygwin AT cygwin DOT com Cc: sam DOT robb AT timesys DOT com Subject: missing #include with sunrpc 4.0-3 and cygwin 1.7.5-1 Message-ID: <20100629100713.GA18504@sajinet.com.pe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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/svc.h:83: error: field `xp_raddr' has incomplete type make: *** [t] Error 1 the problem being that xp_raddr is being defined as "struct sockaddr_in" and that is not being defined on cygwin's version of rpc.h (it is upstream, on linux and opensolaris) there is a changelog entry from 2003 that mention that include was added and later removed but couldn't find any more references to it to know about the rationale behind it. Carlo CC Sam who did the change and hopefully could help give some more context -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple