Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 15:19:44 -0700
From:      Kent Stewart <kstewart@3-cities.com>
To:        "Chris D. Faulhaber" <jedgar@fxp.org>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: Port build errors with kdbg-1.1.2
Message-ID:  <39076B80.31FFB004@3-cities.com>
References:  <Pine.BSF.4.10.10004261738170.16429-100000@pawn.primelocation.net>

next in thread | previous in thread | raw e-mail | index | archive | help
I added the diff manually. There were places that I expected to see
<tab>'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 <bsd.port.mk>
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39076B80.31FFB004>