https://issues.apache.org/ooo/show_bug.cgi?id=121496
--- Comment #7 from [email protected] --- There is a minor build problem on OSX if one is building for our base platform there. The OSX10.4SDK contains an ancient python 2.3 version with a matching modsupport.h header, where the second argument to pyModule_AddObject is non-const, so the compiler complains about an invalid conversion from const to non-const char in pyuno_type.cxx:297. I'm not sure what to do here. Change the build so that the modsupport.h from our bundled python is found first? Use a const_cast for now? -- You are receiving this mail because: You are on the CC list for the bug.
