[Kde-bindings] [Bug 177842] New: smoke is incompatible with Qt 4.5 snapshots

Bernhard Rosenkraenzer bero at arklinux.org
Mon Dec 15 10:39:46 UTC 2008


http://bugs.kde.org/show_bug.cgi?id=177842

           Summary: smoke is incompatible with Qt 4.5 snapshots
           Product: bindings
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kde-bindings at kde.org
        ReportedBy: bero at arklinux.org


Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

Trying to build smoke with a current Qt 4.5 snapshot fails with:

/usr/src/ark/BUILD/kdebindings/smoke/qt/x_11.cpp: In member function 'void
x_QMetaObjectExtraData::x_2(Smoke::StackItem*)':
/usr/src/ark/BUILD/kdebindings/smoke/qt/x_11.cpp:760: error: expected
unqualified-id before 'int'
/usr/src/ark/BUILD/kdebindings/smoke/qt/x_11.cpp:760: error: expected `;'
before 'int'

The generated code is:

class x_QMetaObjectExtraData : public QMetaObjectExtraData {
[...]
758    void x_2(Smoke::Stack x) {
759        // int(* static_metacall)(QMetaObject::Call, int, void**)
760        this->QMetaObjectExtraData::int(*(*
static_metacall)(QMetaObject::Call
*)x[1].s_voidp,(int)x[2].s_int,(void**)x[3].s_voidp);
761        (void)x; // noop (for compiler warning)
762    }


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kde-bindings mailing list