Subject: Re: pkg_* don't seem to work as advertised...
To: None <current-users@NetBSD.ORG>
From: Mario Kemper <magick@bundy.lip.owl.de>
List: current-users
Date: 06/09/1998 16:14:25
In article <Pine.NEB.3.96.980609060741.10833A-100000@bongo>,
Mark Andres <mark@giganet.net> writes:
>
> The package system puts all the *.h file in /usr/X11R6/include/qt Does
> anyone have any idea where they "should" go for qt to be recogized outside
> of the NetBSD package world?
>
./configure --help
[snip]
--with-qt-includes where the qt includes are.
--with-qt-libraries where the qt library is installed.
[snap]
Last time i compiled something for KDE qt was in /usr/pkg.
Might be that the apps want the header files in x11/include and not
in x11/include/qt
So: ./configure --with-qt-includes=/usr/local/X11/include/qt --with-qt-libraries=/usr/local/X11/lib
should do the trick.
--
Mario Kemper
magick@bundy.lip.owl.de