Re: Dont understand Compiler message

2017-11-12 Thread Peter Kovacs
Ohh you are good! There is an error Message: /home/legine/workspace/ApacheOpenOffice/git/main/basebmp/inc/basebmp/packedpixeliterator.hxx: In member function 'basebmp::PackedPixelIterator::value_type basebmp::PackedPixelIterator

Re: Dont understand Compiler message

2017-11-12 Thread Damjan Jovanovic
It's some kind of error in gbuild. It really shouldn't happen. Can you try get the full output of "build --from basebmp" without any -P's? Damjan On Mon, Nov 13, 2017 at 12:39 AM, Peter Kovacs wrote: > I tried now > > build --from basebmp > > The error stays persistant

Re: Dont understand Compiler message

2017-11-12 Thread Patricia Shanahan
I have never had to do more than 2 or 3 instances of build --all before it succeeds. On 11/12/2017 2:39 PM, Peter Kovacs wrote: I tried now build --from basebmp The error stays persistant independantly if i use a prepare step or not. if i go for build --all:basebmp it compiles other libes

Re: Dont understand Compiler message

2017-11-12 Thread Peter Kovacs
I tried now build --from basebmp The error stays persistant independantly if i use a prepare step or not. if i go for build --all:basebmp it compiles other libes and gets stuck for similar reasons in other packages. (up to a point whhere nothing works. with no error messages) I can

Re: FYI: The OO 4.1.4 Mac problem

2017-11-12 Thread Dave Fisher
+1. That makes great sense. Sent from my iPhone > On Nov 12, 2017, at 11:10 AM, Jim Jagielski wrote: > > Does it make sense to "release" the version that fixes the > chart problem, while we work on the one that tries to > address the table/database issue? > > I would assume

Re: FYI: The OO 4.1.4 Mac problem

2017-11-12 Thread Jim Jagielski
Does it make sense to "release" the version that fixes the chart problem, while we work on the one that tries to address the table/database issue? I would assume that there are more people who want/need 4.1.4 and would be affected by the chart diagram issue than those who would be affected by the

Re: Dont understand Compiler message

2017-11-12 Thread Patricia Shanahan
I sometimes get similar messages that go away if I just rerun the build. I think there may be some problem in whatever is supposed to ensure dependencies are built before the things that depend on them. On 11/12/2017 4:24 AM, Peter Kovacs wrote: | | |My Compile setup:| || ./configure  

Re: Dont understand Compiler message

2017-11-12 Thread Matthias Seidel
Hi Peter, Am 12.11.2017 um 13:24 schrieb Peter Kovacs: > | > | > > |My Compile setup:| > > || ./configure   --enable-category-b --enable-bundled-dictionaries > --enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer >

Dont understand Compiler message

2017-11-12 Thread Peter Kovacs
| | |My Compile setup:| || ./configure   --enable-category-b --enable-bundled-dictionaries --enable-verbose  --enable-opengl --enable-dbus  --enable-gstreamer --with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2

Re: FYI: The OO 4.1.4 Mac problem

2017-11-12 Thread Marcus
Am 11.11.2017 um 22:27 schrieb Jim Jagielski: Just a FYI that I am trying various permutations of libxml2 and lbxslt to try to resolve the issue... unfortunately not everybody has a Mac. But please just tell us where we can help - even when it's a bit quite now due to the weekend. Thanks

git and svn health report ;)

2017-11-12 Thread Peter Kovacs
Hello all, I have done a check between the git Repository and the SVN repository. Since I want to use the Github Repo to save me the transformations to git. I need to check that both are in sync. I have parallel checked out svn in order to compare work, and as a entry point for my patches. So