View Single Post
Old 09-30-2007, 02:51 PM   #241
Vash
Member
Vash began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Jan 2006
Device: Dell axim x30
Quote:
Originally Posted by kovidgoyal View Post
the easiest thing to do is install pyqt from a development snapshot. It's just
Code:
python configure.py
make
sudo make install
hmm.. somethings breaking... I've installed the latest sip like the package wants but when I attempt to build it I'm getting errors in make

Code:
make[1]: Entering directory `/home/vash/Downloads/PyQt-x11-gpl-4.3/QtCore'
g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I/usr/include/python2.5 -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/X11R6/include -o sipQtCorecmodule.o sipQtCorecmodule.cpp
sipQtCorecmodule.cpp: In function ‘PyObject* func_qQNaN(PyObject*, PyObject*)’:
sipQtCorecmodule.cpp:8029: error: ‘qQNaN’ was not declared in this scope
sipQtCorecmodule.cpp: In function ‘PyObject* func_qSNaN(PyObject*, PyObject*)’:
sipQtCorecmodule.cpp:8054: error: ‘qSNaN’ was not declared in this scope
sipQtCorecmodule.cpp: In function ‘PyObject* func_qIsNaN(PyObject*, PyObject*)’:
sipQtCorecmodule.cpp:8106: error: ‘qIsNaN’ was not declared in this scope
sip/QtCore/qobject.sip: In function ‘void initQtCore()’:
sip/QtCore/qobject.sip:2943: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[1]: *** [sipQtCorecmodule.o] Error 1
make[1]: Leaving directory `/home/vash/Downloads/PyQt-x11-gpl-4.3/QtCore'
make: *** [all] Error 2
I dont know what it's requesting. Any ideas?
Vash is offline   Reply With Quote