[PyKDE] Nothing happens during make(???)

Jim Bublitz jbublitz at nwinternet.com
Thu Aug 4 05:58:30 BST 2005


On Wednesday 03 August 2005 11:31, The Abattoir wrote:
> I am having a problem during 'make' with PyKDE snapshot-20050628. After the
> last 'warning' lines, nothing seems to happen(I've left it a that point for
> hours). I think it is inside some infinite loop(or at least it behaves like
> that), CPU usage is max. The output follows:
>
> make[1]: Entering directory `/home/ani/Desktop/PyKDE-snapshot20050628/dcop'
> make[1]: `dcop.so' is up to date.
> make[1]: Leaving directory `/home/ani/Desktop/PyKDE-snapshot20050628/dcop'
> make[1]: Entering directory
> `/home/ani/Desktop/PyKDE-snapshot20050628/kdecore'
> g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -fomit-frame-pointer
> -pipe -march=i586 -mtune=pentiumpro -Wall -W -D_REENTRANT -DQT_NO_DEBUG
> -DQT_THREAD_SUPPORT -I. -I../extra/kde340 -I/usr/include
> -I/usr/include/python2.4 -I/usr/lib/qt3//include -I/usr/X11R6/include -o
> sipkdecorepart0.o sipkdecorepart0.cpp
> sipkdecorepart0.cpp: In function `PyObject* convertFrom_Display(void*)':
> sipkdecorepart0.cpp:9345: warning: unused variable 'sipCpp'
> sip/kdecore/kmountpoint.sip: In function `PyObject*
> convertFrom_KMountPoint_List(void*)':
> sip/kdecore/kmountpoint.sip:141: warning: taking address of temporary
> sip/kdecore/kconfigskeleton.sip: In function `PyObject*
> meth_KConfigSkeleton_ItemEnum_choices(PyObject*, PyObject*)':
> sip/kdecore/kconfigskeleton.sip:183: warning: taking address of temporary
> sip/kdecore/kconfigbase.sip: In function `PyObject*
> convertFrom_ulonglong(void*)':
> sip/kdecore/kconfigbase.sip:302: warning: unused variable 'LongLong'
> sip/kdecore/kwinmodule.sip: In function `PyObject*
> convertFrom_QValueList_2100(void*)':
> sip/kdecore/kwinmodule.sip:111: warning: unused variable 'inst'
> sipkdecorepart0.cpp: At global scope:
> sipkdecorepart0.cpp:9311: warning: unused parameter 'sipPy'
> sipkdecorepart0.cpp:9311: warning: unused parameter 'sipIsErr'
> sipkdecorepart0.cpp:83423: warning: unused parameter 'sipSelf'
>
> P.S.: I already had made a post regarding another error, I since have
> uninstalled the PyQt and sip rpms and have compiled them from source. I got
> an error with PyKDE 3.11.3, which, i found out, could be solved by
> downloading the latest snapshot. I run Mandriva LE 2005, KDE 3.4.2, sip
> 4.2.1, Qt 3.3.4 PyQt 3.14.1.

> I tried my best to post a reply to my original message, but could not
> figure how to do that, i am new to mailing lists :-). So kindly excuse me
> for that.

I have no idea - it's not a problem I've seen before. One thing you can try is 
to run configure.py with the -i switch:

   python configure.py - i && make

It will take much longer to compile - the default is to concatenate all 
the .cpp files together, which speeds up compiling by about 80%, but requires 
a lot of memory. The -i switch creates and individual .cpp file for each sip 
file - the compile will take longer, but you should be compiling a new .cpp 
file every 30 to 60 seconds.

Jim




More information about the PyQt mailing list