Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61370

Qml Error on CentOS6.4 when ./configure ?

From "levinie" <levinie@qq.com>
Subject Qml Error on CentOS6.4 when ./configure ?
Date 2013-12-09 16:38 +0800
Newsgroups comp.lang.python
Message-ID <mailman.3765.1386578373.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

I install latest QT5 and PyQt5 on CentOS6.4
And here is some error:

g++ -c -pipe -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/opt/Qt/5.1.1/gcc_64/mkspecs/linux-g++ -I. -I. -I../../QtQml -I/opt/python/include/python2.7 -I/opt/Qt/5.1.1/gcc_64/include -I/opt/Qt/5.1.1/gcc_64/include/QtQml -I/opt/Qt/5.1.1/gcc_64/include/QtNetwork -I/opt/Qt/5.1.1/gcc_64/include/QtGui -I/opt/Qt/5.1.1/gcc_64/include/QtCore -I. -o qpyqml_register_type.o qpyqml_register_type.cpp
qpyqml_register_type.cpp: In function ‘QQmlPrivate::RegisterType* init_type(PyTypeObject*, bool, int, PyTypeObject*)’:
qpyqml_register_type.cpp:262: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:263: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:264: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:265: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:266: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:267: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:268: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:269: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:270: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:271: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:272: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:273: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:274: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:275: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:276: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:277: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:278: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:279: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:280: error: insufficient contextual information to determine type
qpyqml_register_type.cpp:281: error: insufficient contextual information to determine type
make[2]: *** [qpyqml_register_type.o] Error 1
make[2]: Leaving directory `/root/Downloads/PyQt-gpl-5.1.1/qpy/QtQml'
make[1]: *** [sub-QtQml-make_first] Error 2
make[1]: Leaving directory `/root/Downloads/PyQt-gpl-5.1.1/qpy'
make: *** [sub-qpy-make_first-ordered] Error 2

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Qml Error on CentOS6.4 when ./configure ? "levinie" <levinie@qq.com> - 2013-12-09 16:38 +0800
  Re: Qml Error on CentOS6.4 when ./configure ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-10 10:46 +0000

csiph-web