On Mon, May 18, 2009 at 11:57:14PM +0200, Enrico Forestieri wrote:

> You should not touch the configure script. Please, report the output
> of the following 3 commands:
> 
> pkg-config --version
> env PKG_CONFIG_PATH=/usr/local/qt/4.5.1/lib/pkgconfig pkg-config --cflags 
> QtCore
> env PKG_CONFIG_PATH=/usr/local/qt/4.5.1/lib/pkgconfig pkg-config --libs QtCore
> 
> and then we will work out the remaining problems.

I have verified that, given the required packages list on the wiki,
the pkg-config package is not pulled in by any dependency. I can swear
it was in the past, but not anymore, apparently :(
Now I explicitly added it to the required list of packages.

I am sure that your problems were due to a missing pkg-config, so
install it, apply the gcc4.diff patch (see the updated wiki, I forgot that
gcc4 can be used without patching the sources only starting from 1.6.3),
and everything should now work.

-- 
Enrico

Reply via email to