Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 18:00:03 -0800 (PST)
From:      Will Andrews <andrews@TECHNOLOGIST.COM>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15135: new port: devel/cervisia
Message-ID:  <199911290200.SAA82918@freefall.freebsd.org>

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

From: Will Andrews <andrews@TECHNOLOGIST.COM>
To: "Chris D. Faulhaber" <jedgar@fxp.org>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/15135: new port: devel/cervisia
Date: Sun, 28 Nov 1999 20:59:16 -0500 (EST)

 On 28-Nov-99 Chris D. Faulhaber wrote:
 > Under -stable:
 > 
 > ===>  Building for cervisia-0.2.1
 > make  all-recursive
 > Making all in src
 > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include
 > -I/usr/X11R6/include/X11/qt  -I/usr/local/include -I/usr/X11R6/include
 > -O1 -g -c main.cpp
 > /usr/X11R6/bin/moc toplevel.h -o toplevel.moc
 > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include
 > -I/usr/X11R6/include/X11/qt  -I/usr/local/include -I/usr/X11R6/include
 > -O1 -g -c toplevel.cpp
 > /usr/X11R6/include/X11/qt/qlist.h: In method `void
 > QListT<LogTreeItem>::deleteItem(void *)':
 > In file included from logdlg.h:26,
 >                  from toplevel.cpp:32:
 > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type
 > `struct LogTreeItem'
 > /usr/X11R6/include/X11/qt/qlist.h: In method `void
 > QListT<DiffViewItem>::deleteItem(void *)':
 > In file included from diffdlg.h:26,
 >                  from toplevel.cpp:34:
 > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type
 > `struct DiffViewItem'
 > /usr/X11R6/include/X11/qt/qlist.h: In method `void
 > QListT<ResolveItem>::deleteItem(void *)':
 > In file included from toplevel.cpp:35:
 > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type
 > `struct ResolveItem'
 > /usr/X11R6/include/X11/qt/qlist.h: In method `void
 > QListT<AnnotateViewItem>::deleteItem(void *)':
 > In file included from annotatedlg.h:23,
 >                  from toplevel.cpp:36:
 > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type
 > `struct AnnotateViewItem'
 > *** Error code 1
 > 
 > This is another KDE/C++ port that will require the new gcc; and since it
 > is c++, the kde libs will need to be created with the new gcc also (which
 > doesn't happen in anything but -current).
 > 
 > Can we make ports like this -current-only?
 
 I think, quite frankly, that it is time for people who wish to use KDE to start
 using the new gcc (and I mean permanently).. 3.x's compiler is out of date. ;-)
 
 However, such a solution can be adopted for the time being, or we can move
 forward and add "USE_NEWGCC" to the kdelibs11 and qt142 ports (my kdevelop
 port, I found, requires Qt 1.42 to be compiled using NEWGCC under -STABLE).
 
 gcc 2.7.2.3 is rapidly becoming obsolete. Thankfully, we have gcc 2.95.2 in
 -CURRENT before Jordan's "feature freeze". ;-)
 
 Perhaps I should be testing all future KDE ports I make using both the old
 version of KDE libraries and Qt 1.42, and their newgcc'd counterparts, to make
 sure I stay in sync with the rapidly-becoming-obsolete kdelibs11/qt142 ports.
 Currently, my -STABLE machine has newgcc'd of both.
 
 Thanks for alerting me to cervisia's kdelibs/qt-newgcc requirement. Did I say
 "obsolete" or "out of date" too many times here? :-)
 
 --
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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