Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61370 > unrolled thread
| Started by | "levinie" <levinie@qq.com> |
|---|---|
| First post | 2013-12-09 16:38 +0800 |
| Last post | 2013-12-10 10:46 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | "levinie" <levinie@qq.com> |
|---|---|
| Date | 2013-12-09 16:38 +0800 |
| Subject | Qml Error on CentOS6.4 when ./configure ? |
| Message-ID | <mailman.3765.1386578373.18130.python-list@python.org> |
[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
[toc] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2013-12-10 10:46 +0000 |
| Message-ID | <52a6f0f9$0$29980$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #61370 |
On Mon, 09 Dec 2013 16:38:19 +0800, levinie wrote: > I install latest QT5 and PyQt5 on CentOS6.4 And here is some error: Sorry, I have no experience installing QT or PyQT. If you don't get a response here, perhaps you should try on a dedicated QT or PyQT forum. It will probably help if you explain: - How did you install QT and PyQT? Did you use yum or did you install from source? - Is this error when you are installing QT or PyQT? - Which exact version? Is it a stable or unstable version? Good luck! -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web