Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2004 17:30:25 -0700 (PDT)
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/63282: [NEW PORT] x11-toolkits/gtk-qt-engine
Message-ID:  <200406010030.i510UPAU076816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63282; it has been noted by GNATS.

From: Michael Nottebrock <michaelnottebrock@gmx.net>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406010030.i510UPAU076816>