[Kde-bindings] compilation error

Stefano Crocco stefano.crocco at alice.it
Mon Sep 22 07:39:20 UTC 2008


Since about a couple of weeks ago, I'm not able to compile kdebindings 4
anymore, because of some errors while attempting to compile smoke/qt. I never
had such problems, so I'm wondering whether this is a known problem, there's
something brokein in my system or if something I'm not aware of has changed in
the compilation procedure. 

The first error I get is this:

/home/stefano/temp/kdebindings/build/smoke/qt/x_2.cpp: In member function 'void x_QBitArray::x_33(Smoke::StackItem*)':
/home/stefano/temp/kdebindings/build/smoke/qt/x_2.cpp:4704: error: invalid initialization of reference of type 'QByteArray::Data**&' from expression of type 'QByteArray::Data*'

Commenting out the body of the xQBitArray:x_33 function, I get another similar
error:

/home/stefano/temp/kdebindings/build/smoke/qt/x_3.cpp: In member function 'void x_QByteArray::x_160(Smoke::StackItem*)':
/home/stefano/temp/kdebindings/build/smoke/qt/x_3.cpp:1389: error: invalid initialization of reference of type 'QByteArray::Data**&' from expression of type 'QByteArray::Data*'

If I comment out also the code relative to this one, I get another one:

/home/stefano/temp/kdebindings/build/smoke/qt/x_11.cpp: In member function 'void x_QPen::x_37(Smoke::StackItem*)':                                                                                      
/home/stefano/temp/kdebindings/build/smoke/qt/x_11.cpp:7889: error: invalid initialization of reference of type 'QPenPrivate**&' from expression of type 'QPenPrivate*'

I'm using the latest svn revision of kde 4 and of kdebindings, gcc 4.3.1 and 
Qt 4.4.2. 

Stefano



More information about the Kde-bindings mailing list