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 Date: Mon, 22 Jul 2002 09:18:54 -0700 From: Dario Alcocer To: cygwin AT cygwin DOT com Subject: Re: Strange, strange... Message-ID: <20020722091854.A16875@ns.helixdigital.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from gsoullier@sigoconseil.fr on Mon, Jul 22, 2002 at 10:10:49AM +0200 On Mon, Jul 22, 2002 at 10:10:49AM +0200, 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' [snip] > c:\cygwin\usr\include\sys/sem.h(173) : error C2059: syntax error : '}' > c:\cygwin\usr\include\sys/sem.h(174) : error C2059: syntax error : '}' > make: *** [apilock.o] Error 2 Things to check: * make sure all headers required by System V IPC are checked (I don't remember what they are, but read the man page 'ipc') * check your mounts; it looks like you might've installed Cygwin to use text mounts, but are now using binary mounts instead to access the header files. -- Dario Alcocer -- Sr. Software Developer, Helix Digital Inc. alcocer AT helixdigital DOT com -- http://www.helixdigital.com -- 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/