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

[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

[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

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