From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 31 17:30:38 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1947916A4D3 for ; Mon, 31 May 2004 17:30:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10C3A43D3F for ; Mon, 31 May 2004 17:30:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i510UP1d076817 for ; Mon, 31 May 2004 17:30:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i510UPAU076816; Mon, 31 May 2004 17:30:25 -0700 (PDT) (envelope-from gnats) Date: Mon, 31 May 2004 17:30:25 -0700 (PDT) Message-Id: <200406010030.i510UPAU076816@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Michael Nottebrock Subject: Re: ports/63282: [NEW PORT] x11-toolkits/gtk-qt-engine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Nottebrock List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2004 00:30:38 -0000 The following reply was made to PR ports/63282; it has been noted by GNATS. From: Michael Nottebrock To: danny@ricin.com Cc: freebsd-gnats-submit@FreeBSD.org, me@davidsansome.com Subject: Re: ports/63282: [NEW PORT] x11-toolkits/gtk-qt-engine Date: Tue, 1 Jun 2004 02:26:04 +0200 On Tuesday 01 June 2004 02:05, Danny Pansters wrote: > Michael, I tried again with gcc-2.95 from ports on 5.2-something. Here's > the result: > > Workstation# make deinstall > ===> Deinstalling for x11-toolkits/gtk-qt-engine > ===> Deinstalling gtk-qt-engine-0.3 > workstation# cat Makefile | grep GCC > USE_GCC= 2.95 [...] > gcc -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -I. -I. -I/usr/local/include/atk-1.0 For some reason, the USE_GCC has no effect for you. The ports version of gcc 2.95 installs gcc295 and g++295, and those should be used here. Try make CC=gcc295 CXX=295. I assure you again: The source as distributed is NOT compileable with gcc 2.95. It only is with the patches in files/patch-qt_theme_draw.c. > Note that qt_theme_draw only gives warnings. Could run gimp-2 fine with my > KDE theme on it. Anyway this bug should be reopened not closed (and not > accepted) if it doesn't work OK. It really builds and runs here though. It's fixed in ports for now, this PR does not need reopening. You should however forward the necessary patches to the author if possible. > I'll be the first to admid that I'm not much into the guts of GTK but I'm > wondering if the problems observed aren't gtk things solely > [...] No. It's a gcc issue, gcc 2.95's parser just isn't as relaxed about declarations as gcc 3.x's. -- ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org