public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Strange, strange...
@ 2002-07-22  5:05 Gabriel Soullier
  2002-07-22  9:20 ` Christopher Faylor
  2002-07-22 11:11 ` Dario Alcocer
  0 siblings, 2 replies; 3+ messages in thread
From: Gabriel Soullier @ 2002-07-22  5:05 UTC (permalink / raw)
  To: cygwin



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'
c:\cygwin\usr\include\sys/ipc.h(52) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/ipc.h(53) : error C2061: syntax error : identifier
'cuid'
c:\cygwin\usr\include\sys/ipc.h(53) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/ipc.h(54) : error C2061: syntax error : identifier
'cgid'
c:\cygwin\usr\include\sys/ipc.h(54) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/ipc.h(55) : error C2061: syntax error : identifier
'mode'
c:\cygwin\usr\include\sys/ipc.h(55) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/ipc.h(57) : error C2061: syntax error : identifier
'key'
c:\cygwin\usr\include\sys/ipc.h(57) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/ipc.h(58) : error C2059: syntax error : '}'
c:\cygwin\usr\include\sys/ipc.h(90) : error C2061: syntax error : identifier
'ftok'
c:\cygwin\usr\include\sys/ipc.h(90) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/ipc.h(90) : error C2059: syntax error : 'type'
c:\cygwin\usr\include\sys/sem.h(78) : error C2079: 'sem_perm' uses undefined
struct 'ipc_perm'
c:\cygwin\usr\include\sys/sem.h(109) : error C2061: syntax error :
identifier 'pid_t'
c:\cygwin\usr\include\sys/sem.h(113) : error C2061: syntax error :
identifier 'semnwait'
c:\cygwin\usr\include\sys/sem.h(113) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/sem.h(114) : error C2061: syntax error :
identifier 'semzwait'
c:\cygwin\usr\include\sys/sem.h(114) : error C2059: syntax error : ';'
c:\cygwin\usr\include\sys/sem.h(119) : error C2059: syntax error : '}'
c:\cygwin\usr\include\sys/sem.h(138) : error C2122: 'int ' : prototype
parameter in name list illegal
c:\cygwin\usr\include\sys/sem.h(138) : error C2122: 'int ' : prototype
parameter in name list illegal
c:\cygwin\usr\include\sys/sem.h(171) : error C2061: syntax error :
identifier 'ushort'
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


--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Strange, strange...
  2002-07-22  5:05 Strange, strange Gabriel Soullier
@ 2002-07-22  9:20 ` Christopher Faylor
  2002-07-22 11:11 ` Dario Alcocer
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Faylor @ 2002-07-22  9:20 UTC (permalink / raw)
  To: cygwin

On Mon, Jul 22, 2002 at 10:10:49AM +0200, Gabriel Soullier wrote:
>
>
>What a strange thing Cygwin....

http://cygwin.com/bugs.html

cgf

--
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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Strange, strange...
  2002-07-22  5:05 Strange, strange Gabriel Soullier
  2002-07-22  9:20 ` Christopher Faylor
@ 2002-07-22 11:11 ` Dario Alcocer
  1 sibling, 0 replies; 3+ messages in thread
From: Dario Alcocer @ 2002-07-22 11:11 UTC (permalink / raw)
  To: cygwin

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-22 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-22  5:05 Strange, strange Gabriel Soullier
2002-07-22  9:20 ` Christopher Faylor
2002-07-22 11:11 ` Dario Alcocer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).