Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Date: Tue, 2 May 2000 10:25:15 -0400
From: Jim Russell <jrussell@lockstar.com>
To: cygwin@sourceware.cygnus.com
Subject: Re: Problems building IceWM
Message-ID: <20000502102515.A1603@lockstar.com>
References: <000d01bfb3d4$b3c7fd10$de1661c7@holstein-mobile.ASPECTDV.COM>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
User-Agent: Mutt/1.0.1i
In-Reply-To: <000d01bfb3d4$b3c7fd10$de1661c7@holstein-mobile.ASPECTDV.COM>; from kwright@aspectdv.com on Mon, May 01, 2000 at 07:21:11PM -0600

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

