From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29696 invoked by alias); 26 Jun 2012 13:20:56 -0000 Received: (qmail 29688 invoked by uid 22791); 26 Jun 2012 13:20:55 -0000 X-SWARE-Spam-Status: No, hits=1.0 required=5.0 tests=BAYES_40,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SARE_SUB_ENC_UTF8,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jun 2012 13:20:11 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SjVgZ-0005Vy-Ub for cygwin@cygwin.com; Tue, 26 Jun 2012 15:20:06 +0200 Received: from mail.metris.com ([212.53.5.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jun 2012 15:20:03 +0200 Received: from post2vinay by mail.metris.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jun 2012 15:20:03 +0200 To: cygwin@cygwin.com From: Vinay Subject: error: field =?utf-8?b?J3N0X2F0aW0n?= has incomplete type Date: Tue, 26 Jun 2012 13:20:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-06/txt/msg00467.txt.bz2 I am trying to compile a native linux application in windows using cygwin(CYGWIN_NT-6.1-WOW64 ). But I am faced with strange error below /usr/include/cygwin/stat.h:72:17: error: field 'st_atim' has incomplete type /usr/include/cygwin/stat.h:73:17: error: field 'st_mtim' has incomplete type /usr/include/cygwin/stat.h:74:17: error: field 'st_ctim' has incomplete type /usr/include/cygwin/stat.h:77:17: error: field 'st_birthtim' has incomplete type The error is persistant even after including time.h, types.h and stat.h I tried various order of include files. None yielded any fruitful result. It seems the declaraion of the st_atim is not included with some conditional compile directive, can anyone has any idea on this? Regards Vinay -- 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