[Kde-bindings] [Bug 103988] smoke bindings compile error on Solaris

Joachim Feise jfeise at uci.edu
Fri Apr 15 23:54:06 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=103988         




------- Additional Comments From jfeise uci edu  2005-04-16 01:54 -------
The actual code causing the problem:

    static void x_274(Smoke::Stack x) {
        // operator+(const QString&, const std::string&)
        const QString xret = (*(const QString *)x[1].s_voidp + *(const std::string *)x[2].s_voidp);
        x[0].s_voidp = (void*)new QString(xret);
    }
    static void x_275(Smoke::Stack x) {
        // operator+(const std::string&, const QString&)
        const QString xret = (*(const std::string *)x[1].s_voidp + *(const QString *)x[2].s_voidp);
        x[0].s_voidp = (void*)new QString(xret);
    }



More information about the Kde-bindings mailing list