From owner-freebsd-ports Wed Apr 26 15:20:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3237BDA6 for ; Wed, 26 Apr 2000 15:20:20 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.48]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Wed, 26 Apr 2000 15:24:32 -0700 Message-ID: <39076B80.31FFB004@3-cities.com> Date: Wed, 26 Apr 2000 15:19:44 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "Chris D. Faulhaber" Cc: FreeBSD Ports Subject: Re: Port build errors with kdbg-1.1.2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I added the diff manually. There were places that I expected to see 's and they were spaces. It appears to have built successfully. On the compile lines there are -I's for both .../qt and just .../include. Kent "Chris D. Faulhaber" wrote: > > On Wed, 26 Apr 2000, Kent Stewart wrote: > > > "Chris D. Faulhaber" wrote: > > > > > > On Wed, 26 Apr 2000, Kent Stewart wrote: > > > > > > > The X11 includes in dockmanager.cpp are not found when I try to build > > > > kdbg. There must be a link not setup on my system, which makes the > > > > makefile error off after compiling very few modules. > > > > > > And that error would be? > > > > Making all in DockWidget > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/q > > t -I. -I../STabCtl -Os -pipe -c dockmainwindow.cpp > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/q > > t -I. -I../STabCtl -Os -pipe -c dockmanager.cpp > > In file included from dockmanager.cpp:26: > > dockmovemanager.h:31: X11/X.h: No such file or directory > > dockmovemanager.h:32: X11/Xlib.h: No such file or directory > > dockmovemanager.h:33: X11/Xutil.h: No such file or directory > > In file included from dockmanager.cpp:26: > > dockmovemanager.h:122: field `ev' has incomplete type > > dockmanager.cpp: In method `void DockWidget::applyToWidget(QWidget *, const QPoi > > nt & = QPoint(0, 0))': > > dockmanager.cpp:187: implicit declaration of function `int XSetTransientForHint( > > ...)' > > *** Error code 1 > > > > You can try the following patch (untested); however, the configure script > should be finding where the X includes are. Can you send the output of > 'make configure'? > > ----- > Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org > -------------------------------------------------------- > FreeBSD: The Power To Serve - http://www.FreeBSD.org > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/devel/kdbg/Makefile,v > retrieving revision 1.9 > diff -u -r1.9 Makefile > --- Makefile 2000/04/19 00:57:15 1.9 > +++ Makefile 2000/04/26 21:37:36 > @@ -20,5 +20,6 @@ > > GNU_CONFIGURE= yes > USE_QT= yes > +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${X11BASE}/include" > > .include > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message