https://issues.apache.org/ooo/show_bug.cgi?id=121496
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #14 from Armin Le Grand <[email protected]> --- ALG: Cannot build current mac version; error is in line 297 of pyuno/source/module/pyuno_type.cxx where a non-const char* is needed for the targetName variable. I checked that the macro PyBytes_AsString (in python's stringobject.c) indeed returns a non-const char*. To make the build work, I will change pyuno_type.cxx by removing the const from the targetName variable definition. ALG: Comitted as rev 1427802. ALG@Pedro: reopened this task, maybe my solution is not good. Please have a look, but the build had to work. -- You are receiving this mail because: You are on the CC list for the bug.
