[PyKDE] buid error: PyQt3.10 doesn't install qtext

uve uvep at ono.com
Tue Jan 27 20:06:01 GMT 2004


Hi,
I'm trying to install PyQt3.10 with no success in my Debian box.
I've installed:
Qt3.3
Python2.3.3
SIP4.0rc2
QScintilla1.2

This is the ouptut I get after running python configure.py

SIP 4.0rc2 is being used.
QScintilla 1.2 is being used.
Checking to see if the qtcanvas module should be built...
Checking to see if the qtnetwork module should be built...
Checking to see if the qttable module should be built...
Checking to see if the qtxml module should be built...
Checking to see if the qtgl module should be built...
In file included from modtest.cpp:1:
/usr/local/include/qgl.h:79: GL/gl.h: No such file or directory
/usr/local/include/qgl.h:80: GL/glu.h: No such file or directory
Checking to see if the qtsql module should be built...
Checking to see if the qtui module should be built...
Checking to see if the qtext module should be built...
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaBase::SCN_
DWELLEND(int, int, int)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaLexerIDL::
tr(char const *, char const *)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaBase::SCN_
MODIFYATTEMPTRO(void)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaBase::SCN_
ZOOM(void)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaBase::SCEN
_CHANGE(void)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaLexerCShar
p::tr(char const *, char const *)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintilla::copyAvai
lable(bool)'
/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaBase::SCN_

... and so on....

/usr/local/lib/libqscintilla.so: undefined reference to 
`QextScintillaMacro virt
ual table'
collect2: ld returned 1 exit status
Using existing features file.
These PyQt modules will be built: qt qtcanvas qtnetwork qttable qtxml qtsql
qtui.
The PyQt modules will be installed in 
/usr/local/lib/python2.3/site-packages.
The PyQt .sip files will be installed in /usr/local/share/sip.
pyuic will be installed in /usr/local/bin.
pylupdate will be installed in /usr/local/bin.
Generating the C++ source for the qt module...
Creating the Makefile for the qt module...
Generating the C++ source for the qtsql module...
Creating the Makefile for the qtsql module...
Generating the C++ source for the qtui module...
Creating the Makefile for the qtui module...
Generating the C++ source for the qtcanvas module...
Creating the Makefile for the qtcanvas module...
Generating the C++ source for the qtnetwork module...
Creating the Makefile for the qtnetwork module...
Generating the C++ source for the qttable module...
Creating the Makefile for the qttable module...
Generating the C++ source for the qtxml module...
Creating the Makefile for the qtxml module...
Creating pyuic Makefile...
Creating pylupdate Makefile...
Creating top level Makefile...
Creating pyqtconfig.py...

As you can see QScintilla is detected but the qtext module will not be 
built.

Anybody knows how to solve this problem? Any help would be very appreciated.

Thanks in advance.




More information about the PyQt mailing list