Bug 191568 - compilation fails on not declared variables
Summary: compilation fails on not declared variables
Status: RESOLVED FIXED
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-05-04 10:03 UTC by Rafal Lalik
Modified: 2009-05-04 11:39 UTC (History)
0 users

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 Rafal Lalik 2009-05-04 10:03:17 UTC
Version:           4.2.71 (using Devel)
Compiler:          gcc version 4.3.3 (Gentoo 4.3.3-r2 p1.1, pie-10.1.5) 
OS:                Linux
Installed from:    Compiled sources

[ 10%] Building CXX object python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/sip/kdecore/sipkdecorepart0.o
In file included from /usr/include/python2.6/Python.h:8,                                                          
                 from /usr/include/python2.6/sip.h:28,                                                            
                 from /var/tmp/paludis/kde-base-pykde4-4.2.71/work/pykde4-4.2.71_build/python/pykde4/sip/kdecore/sipAPIkdecore.h:11,
                 from /var/tmp/paludis/kde-base-pykde4-4.2.71/work/pykde4-4.2.71_build/python/pykde4/sip/kdecore/sipkdecorepart0.cpp:7:
/usr/include/python2.6/pyconfig.h:1064:1: warning: "_XOPEN_SOURCE" redefined                                                           
<command-line>: warning: this is the location of the previous definition                                                               
sipkdecorepart0.cpp: In function 'void initkdecore()':                                                                                 
sipkdecorepart0.cpp:4691: error: 'SslErrorUiData' was not declared in this scope
sipkdecorepart0.cpp:4691: error: no matching function for call to 'qRegisterMetaType(const char [15])'
sipkdecorepart0.cpp: In function 'PyObject* meth_KUser_fullName(PyObject*, PyObject*)':
sipkdecorepart0.cpp:12930: warning: 'QString KUser::fullName() const' is deprecated (declared at /usr/kde/4.3/include/kuser.h:179)
make[2]: *** [python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/sip/kdecore/sipkdecorepart0.o] Error 1
make[1]: *** [python/pykde4/CMakeFiles/python_module_PyKDE4_kdecore.dir/all] Error 2
make: *** [all] Error 2
/usr/libexec/paludis/utils/emake: emake returned error 2
Comment 1 Pino Toscano 2009-05-04 11:39:10 UTC
This has been fixed in SVN r962166, four days ago.