Bug 217538 - PyKDE from SVN doesn't compile
Summary: PyKDE from SVN doesn't compile
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-06 10:00 UTC by Artem S. Tashkinov
Modified: 2010-11-04 14:10 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artem S. Tashkinov 2009-12-06 10:00:19 UTC
Version:            (using Devel)
Compiler:          GCC 4.2.4 
OS:                Linux
Installed from:    Compiled sources

1. python configure.py ignores QTDIR variable, thus Makefile's are _not_ populated with

-I $QTDIR/include and -L $QTDIR/lib

The errors themselves:
2. /tmp/pykde4/sip/kdeui/kabstractwidgetjobtracker.sip:66:36: error: kdescendantsproxymodel.h: No such file or directory
In file included from sipkdeuipart1.cpp:7:
/tmp/pykde4/sip/kdeui/kabstractwidgetjobtracker.sip:66:36: error: kdescendantsproxymodel.h: No such file or directory
/tmp/pykde4/sip/kdeui/kabstractwidgetjobtracker.sip:139:35: error: ksortfilterproxymodel.h: No such file or directory
/tmp/pykde4/sip/kdeui/kabstractwidgetjobtracker.sip:139:35: error: ksortfilterproxymodel.h: No such file or directory
Comment 1 Andreas Pakulat 2009-12-06 10:48:35 UTC
Please pay more attention where exactly you file your reports. KDevelop has nothing to do with the KDE language bindings. The python-language-component in KDevelop is for its python support, not for the PyKDE bindings.
Comment 2 Artem S. Tashkinov 2009-12-06 12:30:15 UTC
I'm sorry I just couldn't find a proper component in KDE's bugzilla.
Comment 3 Artem S. Tashkinov 2010-11-04 14:10:59 UTC
Since no one cares I'm closing this bug report.