Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 May 2000 18:13:54 -0700
From:      Kent Stewart <kstewart@3-cities.com>
To:        Dragos Ruiu <dr@dursec.com>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Kdebase-1.1.2 Port Build Error
Message-ID:  <3914C352.B1EEFF00@3-cities.com>
References:  <39149241.90C65D08@3-cities.com> <0005061713121T.04195@kyxbot.zorg>

next in thread | previous in thread | raw e-mail | index | archive | help


Dragos Ruiu wrote:
> 
> On Sat, 06 May 2000, Kent Stewart wrote:
> > I have been trying to build kdebase-1.1.2 but it dies compiling
> > kscreensaver/morph3d.cpp. If I add
> >
> > ruby# cat patch-ba
> > --- kscreensaver/Makefile.in~   Tue Sep  7 08:21:01 1999
> > +++ kscreensaver/Makefile.in    Sat May  6 13:22:02 2000
> > @@ -148,7 +148,7 @@
> >  X_LDFLAGS = @X_LDFLAGS@
> >  X_SERVER = @X_SERVER@
> >  ac_xdmdir = @ac_xdmdir@
> > -all_includes = @all_includes@
> > +all_includes = @all_includes@ -I/usr/X11R6/include
> >  all_libraries = @all_libraries@
> >  install_root = @install_root@
> >  kde_appsdir = @kde_appsdir@
> >
> > It will build. Anyone have any idea why I have to add the X11R6? I
> > figure something basic is messed up on my system but I don't know
> > what.
> >
> 
> I saw that on a system.. sorry my documentation of it was lazy as I was
> unconcerned. I believe the fix was to "mkdir /usr/X11R6/include" if
> you installed the binaries to it without the sources.  Again from memory
> only, so caveat emptor.

I have the sources in the include directory. It turns out that the
build is not picking up the Mesa GL headers from
/usr/X11R6/include/GL. The directory .../GL and .../X11 exist; however
I had to add the include to fix the build. It is like
/usr/X11R6/include was assumed to be linked to /usr/include or
something. Morph3d.cp has an include <GL/xmesa.h> and a couple of
others, which were not being found by g++.

Kent

> 
> cheers,
> --dr
> 
> --
> dursec.com / kyx.net - we're from the future                      http://www.dursec.com
> learn kanga-foo from security experts: CanSecWest - May 10-12 Vancouver
> 
> Speakers: Ron Gula/NSW, Ken Williams/E&Y, Marty Roesch/Hiverworld,
>  Fyodor/insecure.org, RainForestPuppy/wiretrip.net, Theo de Raadt/OpenBSD
>    Lance Spitzner/Sun, Fyodor Yarochkin/KALUG, Max Vision/whitehats.com

-- 
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/

Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR
http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html


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




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