https://bugs.freedesktop.org/show_bug.cgi?id=46926
--- Comment #6 from Maxime de Roucy <[email protected]> 2012-03-08 09:20:41 PST --- cmpfunc isn't supported by python3.2 : % grep cmpfunc /usr/include/python3.2mu/* /usr/include/python3.2mu/object.h:typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); /usr/include/python3.2mu/object.h: richcmpfunc tp_richcompare; So now when I try to build LO with python3.2 it fail saying that cmpfunc isn't defined. (Simple solution is to build LO with python2 ... but it's just to let you know.) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
