ports/63282: [NEW PORT] x11-toolkits/gtk-qt-engine
Michael Nottebrock
michaelnottebrock at gmx.net
Tue Jun 1 00:30:38 UTC 2004
The following reply was made to PR ports/63282; it has been noted by GNATS.
From: Michael Nottebrock <michaelnottebrock at gmx.net>
To: danny at ricin.com
Cc: freebsd-gnats-submit at FreeBSD.org, me at 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 at freebsd.org
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
More information about the freebsd-ports-bugs
mailing list