Re: Monteray MacOS build and Python

2022-09-22 Thread Peter Kovacs
Am 12.09.22 um 16:44 schrieb Bidouille: Maybe you can found Python somewhere but this will be most user friendly if AOO still have it inner. We ship 2.7 with Apache OpenOffice. I do not get the issue. - Mail original - De: "Jim Jagielski" À: "dev" Cc: ooofo...@free.fr Envoyé: Lun

Re: Student volunteer Technical Writing

2022-09-22 Thread Peter Kovacs
Hi Nicole, sorry for the late answer. If you already found something it is fine. I am not sure what technical documentation contains to your professor. Seems like a wide spread range of work with very different needs in skills if I check [1]. 1. Product Manuals -> Our Product Manuals are eq

Re: [codehealth] casting int to a pointer

2022-09-22 Thread Dave Fisher
This looks like a 32bit/64bit issue. 1. How widespread are problems with C99 in the codebase? 2. Are the fixes obvious, scriptable, and tested? If the answers are easily known then let’s talk effort for trunk. Sent from my iPhone > On Sep 22, 2022, at 10:08 PM, Peter Kovacs wrote: > > Hi al

[codehealth] casting int to a pointer

2022-09-22 Thread Peter Kovacs
Hi all, We cast int to (void*) -> (example in main/sw/source/ui/fldui/changedb.cxx  line 234) In general this sounds like not a sane idea to me, see discussions [1] [2] [3]. The solution that the c++ community found is the use of intptr_t, which is defined in C99. In general I would like t

[GitHub] [openoffice] leginee commented on pull request #155: Proposed fix for Issue 60217

2022-09-22 Thread GitBox
leginee commented on PR #155: URL: https://github.com/apache/openoffice/pull/155#issuecomment-1255799157 Compiles now on docker container. Sadly the dockerbuild crashes on my system for some (other) reason. SO I am not able to test now. -- This is an automated message from the Apache G

Re: Getting Involved with Apache OpenOffice

2022-09-22 Thread Carl Marcum
Hi Monamy, Welcome to the project. We appreciate your interest. Apache OpenOffice is a complex codebase. It takes time to learn your way around. Feel free to ask questions on this list. Please be patient as we are all volunteers here. As a developer you should learn to build the office from