From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27635 invoked by alias); 22 Jul 2002 08:49:29 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 27627 invoked from network); 22 Jul 2002 08:49:28 -0000 Received: from unknown (HELO mailrelay1.ornis.com) (195.101.197.41) by sources.redhat.com with SMTP; 22 Jul 2002 08:49:28 -0000 Received: from mailgate1.mc2.net ([194.133.125.99]) by mailrelay1.ornis.com (8.12.3/8.12.3) with ESMTP id g6M8nRsX014810 for ; Mon, 22 Jul 2002 10:49:27 +0200 Received: from snoopy ([10.100.107.18]) by mailgate1.mc2.net (8.12.3/8.12.3) with SMTP id g6M8OVOF004183 for ; Mon, 22 Jul 2002 10:24:32 +0200 From: "Gabriel Soullier" To: Subject: TR: Strange, strange... Date: Mon, 22 Jul 2002 06:00:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-SW-Source: 2002-07/txt/msg01694.txt.bz2 Yes, i try with a microsoft compiler. But every thing must be ok. Even, i try to compile with gcc compiler, see what happen : Same problem... (tde,iedom) ! -> gcc -I"c:\cygwin\sig\sigsrc\com\include" -I"c:\cygwin\sig\sigsrc\tde\dvl\inc lude\iedom" -I"c:\cygwin\sig\sigsrc\tde> gcc: apilock.o: No such file or directory In file included from apilock.c:32: c:/cygwin/usr/include/sys/ipc.h:51: parse error before `uid_t' c:/cygwin/usr/include/sys/ipc.h:51: warning: no semicolon at end of struct or union c:/cygwin/usr/include/sys/ipc.h:52: warning: data definition has no type or storage class c:/cygwin/usr/include/sys/ipc.h:53: parse error before `cuid' c:/cygwin/usr/include/sys/ipc.h:53: warning: data definition has no type or storage class c:/cygwin/usr/include/sys/ipc.h:54: parse error before `cgid' c:/cygwin/usr/include/sys/ipc.h:54: warning: data definition has no type or storage class c:/cygwin/usr/include/sys/ipc.h:58: parse error before `}' In file included from apilock.c:33: c:/cygwin/usr/include/sys/sem.h:78: field `sem_perm' has incomplete type c:/cygwin/usr/include/sys/sem.h:113: parse error before `tid_t' c:/cygwin/usr/include/sys/sem.h:113: warning: no semicolon at end of struct or union c:/cygwin/usr/include/sys/sem.h:114: warning: data definition has no type or storage class -----Message d'origine----- De : Cliff Hones [mailto:cliff@aonix.co.uk] Envoyé : lundi 22 juillet 2002 10:37 À : Gabriel Soullier Objet : Re: Strange, strange... Gabriel Soullier wrote: > > What a strange thing Cygwin.... > > apilock.c > c:\cygwin\usr\include\sys/ipc.h(51) : error C2061: syntax error : identifier > 'uid_t' > c:\cygwin\usr\include\sys/ipc.h(52) : error C2061: syntax error : identifier > 'gid' > > ... That doesn't look like Cygwin - it looks more like output from a Microsoft compiler. Check your makefile and path. -- Cliff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/