This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange, strange...


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@helixdigital.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]