[PyKDE] PyKDE-3.11rc1 build failure (against kdelibs-3.2.3)

Rex Dieter rdieter at math.unl.edu
Wed Jun 2 17:06:01 BST 2004


Hans-Peter Jansen wrote:
> On Wednesday 02 June 2004 05:40, Rex Dieter wrote:
> 
>>With these changes, build still fails, but differently:
>>...
>>KDE base directory is /usr
>>KDE include directory is /usr/include/kde
>>KDE lib directory is /usr/lib
>>KDE version is 3.2.3 (0x30203)
>>
>>PyKDE modules to be built:
>>    dcop kdecore kdesu kdefx kdeui kio kfile kparts khtml kspell
>>kdeprint kmdi
>>
>>PyKDE modules will be installed in /usr/lib/python2.3/site-packages
>>PyKDE .sip files will be installed in /usr/share/sip
>>
>>Generating the C++ source for the dcop module...
>>Compiling dcop.py...
>>Creating the Makefile for the dcop module...
>>
>>Generating the C++ source for the kdecore module...
>>sip: KPty is undefined
>>Error: Unable to create the C++ code.
> 
> 
> Additionally, you may try this:
> for i in $(find sip -name \*-kde322.diff); do
>     cp $i $(echo $i | sed "s|kde322|kde323|g")
> done
> cp -a extra/kde322 extra/kde323

thanks, that appears to have done the trick

-- Rex




More information about the PyQt mailing list