[Qt-interest] problems with ./configure
Sean Harmer
sean.harmer at maps-technology.com
Wed Mar 24 14:15:58 CET 2010
Hi,
On Wednesday 24 March 2010 13:04:35 Oluwafemi Ade wrote:
> Hi...I am trying to build qt-4.6.2 from source on fedora 12 and upon
> running ./configure it aborts with the message "You might need to modify
> the include and library search paths by editing
> QMAKE_INCDIR_X11 and QMAKE_LIBDIR_X11 in
> /home/Grace/tmp/qt-everywhere-opensource-src-4.6.2/mkspecs/linux-g++"
> after checking Qt requirements for X11 @ qt.nokia, I had all the packages
> installed and by default xorg intalls these libraries in /usr/lib and
> /usr/lib/include respectively. I edited
> ..../qt-x11-opensource-src-4.5.1/mkspecs/linux-g++
>
> but the problem persists.
> Help will be appreciated. Thanks
Re-run configure but also add in the -verbose flag. This should give you lots
of output where you can see exactly which header file or lib is missing from
the searched paths.
I suspect that you are simply missing one of the X11 development packages.
Find which it is and install it. You may need to rinse and repeat a few times
to get all of them.
Cheers,
Sean
More information about the Qt-interest-old
mailing list