This is the mail archive of the cygwin@sourceware.cygnus.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]

Re: Problems building IceWM


On Mon, May 01, 2000 at 07:21:11PM -0600, Kevin Wright wrote:

> I tried but I got an error regarding timeval:
> 
> yapp.cc: In method `void YApplication::getTimeout(timeval *)':
> yapp.cc:676: parse error before `>'
> yapp.cc:681: confused by earlier errors, bailing out

I tried building a cygwin version of IceWM, and hit the same problem. 
There's a line of code in there that has the following function call...

     timercmp(timeout, &t->timeout, >)

with a bare less-than sign apparently being passed as the comparison 
function.  I've never seen anything like this.  Is this legal C++?

Jim R
LockStar, Inc.




--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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