with this :
./configure -opensource -confirm-license -nomake tests -openssl -I
/usr/include/openssl/ -L /usr/lib/
perl build
get this error :
Reading
/Users/user/Desktop/develop/qt-everywhere-opensource-src-5.0-1.0/qtxmlpatterns/src/xmlpatterns/xmlpatterns.pro
Project ERROR: Cannot load qmodule.pri!
cd qtxmlpatterns && qmake -r exited with status 512 at build line 64
Qt::Build::exe('Qt::Build=HASH(0x7fcc82003ff0)', 'cd qtxmlpatterns && qmake
-r') called at build line 114
Qt::Build::exeLowPriv('Qt::Build=HASH(0x7fcc82003ff0)', 'cd qtxmlpatterns &&
qmake -r') called at build line 373
Qt::Build::build_project('Qt::Build=HASH(0x7fcc82003ff0)', 'qtxmlpatterns')
called at build line 408
Qt::Build::build_qt('Qt::Build=HASH(0x7fcc82003ff0)') called at build line 437
Qt::Build::run('Qt::Build=HASH(0x7fcc82003ff0)') called at build line 446
Use of uninitialized value $build_command in concatenation (.) or string at
build line 373.
'cd qtxmlpatterns && ' failed: 512 at build line 373.
if run perl build again, get that:
build qtxmlpatterns...
+ cd qtxmlpatterns && qmake -r
Could not find mkspecs for your QMAKESPEC(default) after trying:
/Users/user/Desktop/develop/qt-everywhere-opensource-src-5.0-1.0/qtxmlpatterns/mkspecs
/usr/local/Qt-5.0.0/mkspecs
cd qtxmlpatterns && qmake -r exited with status 768 at build line 64
Qt::Build::exe('Qt::Build=HASH(0x7f9f12003ff0)', 'cd qtxmlpatterns && qmake
-r') called at build line 114
Qt::Build::exeLowPriv('Qt::Build=HASH(0x7f9f12003ff0)', 'cd qtxmlpatterns &&
qmake -r') called at build line 373
Qt::Build::build_project('Qt::Build=HASH(0x7f9f12003ff0)', 'qtxmlpatterns')
called at build line 408
Qt::Build::build_qt('Qt::Build=HASH(0x7f9f12003ff0)') called at build line 437
Qt::Build::run('Qt::Build=HASH(0x7f9f12003ff0)') called at build line 446
Use of uninitialized value $build_command in concatenation (.) or string at
build line 373.
'cd qtxmlpatterns && ' failed: 512 at build line 373._______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development