Re: [ipc] semtimedop undeclared

2007-09-17 Thread Corinna Vinschen
On Aug 28 14:47, Dave Korn wrote: > On 28 August 2007 14:28, Mehdi Rabah wrote: > > > Hi, > > > > I'm trying to compile a linux project with cygwin. There is a file > > which use IPC and include all the necessary files > > > > #include > > #include > > #include > > #include > > #include > >

RE: [ipc] semtimedop undeclared

2007-08-28 Thread Dave Korn
On 28 August 2007 14:28, Mehdi Rabah wrote: > Hi, > > I'm trying to compile a linux project with cygwin. There is a file > which use IPC and include all the necessary files > > #include > #include > #include > #include > #include > > > but still, I have this error at compile time: > > er

[ipc] semtimedop undeclared

2007-08-28 Thread Mehdi Rabah
Hi, I'm trying to compile a linux project with cygwin. There is a file which use IPC and include all the necessary files #include #include #include #include #include but still, I have this error at compile time: error: `semtimedop' undeclared (first use this function) what can I do about