On Friday 08 of August 2003 23:02, Jacob M. Burbach wrote: > When trying to build PyKDE-3.7-2 against KDE-3.1.1 compile fails with the > following error: > > sip/kzip.sip: In function `PyObject* sipConvertFrom_ulonglong(ulonglong*)': > sip/kzip.sip:153: `LONG_LONG' undeclared (first use this function) > (...) > Using gentoo linux, Qt-3.1.2, KDE-3.1.1, SIP/PyQt versions 3.7, Python-2.3.
I bet it's Python 2.3 issue. It had LONG_LONG undefined. I've seen similar problem (and trival fix - defining LONG_LONG to it's 2.3 label) on mod_python list ... -- Mateusz Korniak _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
