Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2000 01:19:35 -0300 (ADT)
From:      The Hermit Hacker <scrappy@hub.org>
To:        freebsd-ports@freebsd.org
Subject:   KDE2: make install 'fails' ...
Message-ID:  <Pine.BSF.4.21.0005190118370.243-100000@thelab.hub.org>

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

Just tried to do a 'make install', and it fails in kdebase2:

gmake[3]: Entering directory `/usr/local/base/ports/x11/kdebase2/work/kdebase-1.90/nsplugins/wrapper'
/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins    -O3 -mpentium -pipe -c wrapper.c
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../nsplugins -O3 -mpentium -pipe -c wrapper.c  -fPIC -DPIC -o wrapper.lo
In file included from ../../nsplugins/sdk/npupp.h:16,
                 from wrapper.c:6:
../../nsplugins/sdk/npapi.h:39: X11/Xlib.h: No such file or directory
../../nsplugins/sdk/npapi.h:40: X11/Xutil.h: No such file or directory


yes, the files exist:

> find . -name Xlib.h -print
./include/X11/Xlib.h
> find . -name Xutil.h -print
./include/X11/Xutil.h
> pwd
/usr/X11R6
> 

A missing -I?

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



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?Pine.BSF.4.21.0005190118370.243-100000>