Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: "Gabriel Soullier" To: Subject: TR: Strange, strange... Date: Mon, 22 Jul 2002 10:53:40 +0200 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 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 AT aonix DOT co DOT 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/