Hello.

I am writing an ebuild for bookmarkbridge
(bookmarkbridge.sf.net), which depends on qt-4.0.1.
configure (by means of pkg-config) is not findind
QtGui, although the file QtGui.pc is installed
(as /usr/lib64/qt4/QtGui.pc).

First of all, why QtGui.pc is not installed on a
standard location?

How is the best way of dealing whit this problem
in an ebuild?

Output of configure:

./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking for QtGui >= 4.0.1... Package QtGui was not found in the pkg-config 
search path. Perhaps you should add the directory containing `QtGui.pc' to the 
PKG_CONFIG_PATH environment variable No package 'QtGui' found
configure: error: Library requirements (QtGui >= 4.0.1) not met; consider 
adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a 
nonstandard prefix so pkg-config can find them.

Romildo
-- 
gentoo-user@gentoo.org mailing list

Reply via email to