Re: Build errors

2017-11-07 Thread Peter kovacs
Thanks a lot! I am sorry I do not have in depth skill of c/c++ and did not know what to search for. Will read this up! Thank you so much! Am 8. November 2017 04:59:52 MEZ schrieb Don Lewis : >On 7 Nov, Peter Kovacs wrote: >> Hi there, >> >> >> so I tried all solutions from Dennis E. Hammilton

Re: Apache OpenOffice Github repository has 2 open "pull" requests

2017-11-07 Thread Peter kovacs
Long story short. I agree switching the read only got repository off if we at the same time switch to git. In other cases I would like to check first if I can switch my github OpenOffice repo to the svn first. I use my repo ( or more plan to) share my development code between all my machines.

Re: Build errors

2017-11-07 Thread Peter kovacs
My laptops have not enough disk space for a VM. My desktop I see when I return from work for sleeping. I am currently traveling a lot. Sorry not an option atm. In December I will probably upgrade my disk space on one of the machine. (Not sure if I can upgrade the MacOS one. You know Apple and St

The new SDBC-JDBC bridge in Java

2017-11-07 Thread Damjan Jovanovic
Hi As of revision 1814552, I've rewritten our formerly C++ based SDBC-JDBC bridge driver in Java. The SDBC-JDBC bridge is there to allows AOO to access databases through Java's JDBC drivers. This port originally aimed at fixing serious issues I discovered in the old C++ implementation, where ther

Re: Build errors

2017-11-07 Thread Don Lewis
On 7 Nov, Peter Kovacs wrote: > Hi there, > > > so I tried all solutions from Dennis E. Hammilton From 2.1.2017: > >> Try a couple of things: >> >> 1. Put spaces in the "=~" to be something like " = ~" in the definition of >> bit_mask. >> >> 2. If that makes no difference, try >> >>

Re: Build errors

2017-11-07 Thread Andrea Pescetti
Peter Kovacs wrote: But maybe we should simply consider to write this part of the code again, with the goal that it works with the old and new ones. So I think I will try this. It does not make any differences if I can compile anyhow. Opinions? Did you ever get a successful build, on any system

Re: Apache OpenOffice Github repository has 2 open "pull" requests

2017-11-07 Thread Andrea Pescetti
Marcus wrote: Am 07.11.2017 um 09:57 schrieb Peter Kovacs: I am a bit confused about the 2 pull request. They both seem to try to merge changes via git into the Git Repo. So this would be https://github.com/apache/openoffice/pulls - both of them are not useful. One is badly written, the other

Re: Build errors

2017-11-07 Thread Peter Kovacs
Hi there, so I tried all solutions from Dennis E. Hammilton From 2.1.2017: Try a couple of things: 1. Put spaces in the "=~" to be something like " = ~" in the definition of bit_mask. 2. If that makes no difference, try bit_mask = ~ ((value_type)(~0 << bits_per_pixel))

Re: Apache OpenOffice Github repository has 2 open "pull" requests

2017-11-07 Thread Marcus
Am 07.11.2017 um 09:57 schrieb Peter Kovacs: I am a bit confused about the 2 pull request. They both seem to try to merge changes via git into the Git Repo. One is a portugese Language change. The other one is a Merge request for 3.4 We should reject them or something. At least for the Langu

Re: Latest test macOS builds

2017-11-07 Thread Dave Fisher
Hi - I double checked my results from last night. Still the same. I wonder if we need the Redland/raptor update that is in trunk applied. Jim - You used Xcode 7 and JDK 7? Did you install anything else from MacPorts? Regards, Dave > On Nov 7, 2017, at 3:30 AM, Larry Gusaas wrote: > > Databas

Re: Latest test macOS builds

2017-11-07 Thread Larry Gusaas
Database works Spreadsheet saving chart doesn't work On 2017-11-07, 5:06 AM Jim Jagielski wrote: Located at: https://dist.apache.org/repos/dist/dev/openoffice/macOS-4.1.4-20171106a/ __ -- _ Larry I. Gusaas Moose Jaw, Saskatchewan Canada Website

Latest test macOS builds

2017-11-07 Thread Jim Jagielski
Located at: https://dist.apache.org/repos/dist/dev/openoffice/macOS-4.1.4-20171106a/ - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Build errors

2017-11-07 Thread Peter Kovacs
Hi all, 1) I have a build error on latest trunk while building /usr/bin/ld: cannot find -luno_salhelpergcc3 I worked around it with build --from salhelper Maybe some dependency is missing in registry module? 2) Have a build error in registry '../unxlngx6.pro/slo/bitmapdevice.obj' /home

Apache OpenOffice Github repository has 2 open "pull" requests

2017-11-07 Thread Peter Kovacs
Hi all, I am a bit confused about the 2 pull request. They both seem to try to merge changes via git into the Git Repo. One is a portugese Language change. The other one is a Merge request for 3.4 We should reject them or something. At least for the Language merge request I have set a com