From owner-freebsd-hackers@freebsd.org Wed Dec 20 03:10:37 2017 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D871FE8E509 for ; Wed, 20 Dec 2017 03:10:37 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7FC78FFD for ; Wed, 20 Dec 2017 03:10:36 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vBK3CJ1K067099 for ; Tue, 19 Dec 2017 19:12:26 -0800 (PST) (envelope-from bsd-lists@BSDforge.com) X-Mailer: UDNSMS MIME-Version: 1.0 From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: "FreeBSD Hackers" Subject: error: invalid operands to binary expression Date: Tue, 19 Dec 2017 19:12:25 -0800 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 03:10:37 -0000 Apologies if this was better posted on ports@=2E But given the circumstances, I thought this might be a better choice=2E :-) OK I've been hacking on this port all day=2E I've silenced all the warnings, and errors; save one: ImageEventBox=2Ecpp:152:26: error: invalid operands to binary expression ('Gl= ib::RefPtr' and 'int') if(ImagePixbuf_Original !=3D 0 && loaded =3D=3D true) ~~~~~~~~~~~~~~~~~~~~ ^ ~ This *should* be easy to deal with, and I'm probably just over complicating it=2E But I'm stuck=2E Please help=2E Thanks! --Chris