[Development] Help! configure won't configure on Windows
Thiago Macieira
thiago.macieira at intel.com
Fri Sep 16 03:22:14 CEST 2016
On quinta-feira, 15 de setembro de 2016 18:16:08 PDT Thiago Macieira wrote:
> Then I'm back at the prompt. There was no configuration. There is no
> mkspecs/ qconfig.pri and no mkspecs/qmodule.pri. Trying to compile produces
> error. I can't figure out *what* should be running the configure tests,
> where they are called from, much less why nothing is happening.
Now this is happening on Linux too:
$ ls
bin config.status examples lib plugins src
config.cache config.summary imports Makefile qmake tests
config.opt config.tests include mkspecs qml translations
$ ./config.status -recheck-all -v
This is the Qt Open Source Edition.
You are licensed to use this software under the terms of
the GNU Lesser General Public License (LGPL) versions 3.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 2.
You have already accepted the terms of the Open Source license.
Preparing build tree...
<srcbase> = /home/tjmaciei/src/qt/qt5/qtbase
<outbase> = /home/tjmaciei/obj/qt/qt5/qtbase
Creating qmake...
gmake: Nothing to be done for 'first'.
Qt is now configured for building. Just run 'gmake'.
Once everything is built, Qt is installed.
You should not run 'gmake install'.
Prior to reconfiguration, make sure you remove any leftovers from
the previous build.
$
If I run with sh -x, I see this:
+ /home/tjmaciei/obj/qt/qt5/qtbase/bin/qmake -qtconf /home/tjmaciei/obj/qt/
qt5/qtbase/bin/qt.conf /home/tjmaciei/src/qt/qt5/qtbase -- -prefix /home/
tjmaciei/obj/qt/qt5/qtbase -opensource -confirm-license -developer-build -
system-libjpeg -system-libpng -reduce-relocations -xcb -pch -platform linux-g+
+-optimised -system-sqlite -journald -qt-xkbcommon-x11 -dbus-runtime -
qtlibinfix .t -nomake tests -nomake examples -sctp -recheck-all
I've run that command manually and it exits with status 0. I've attached the
-d -d output if anyone can help me figure out why it won't configure.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qmake.trace.xz
Type: application/x-xz
Size: 181464 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20160915/adec9524/attachment.xz>
More information about the Development
mailing list