Re: rdbmaker issues

2018-03-20 Thread Don Lewis
On 20 Mar, Damjan Jovanovic wrote: > The name of the cppuhelpers library is generated in main/cppuhelper/source/ > makefile.mk: > > .IF "$(GUI)" == "WNT" > SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID) > .ELIF "$(GUI)" == "OS2" > SHL1TARGET=cppuh$(UDK_MAJOR) > .ELSE > SHL1TARGET=uno_$(TARGET)$(COMID)

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Peter kovacs
Cool. Have the patches now. Thx for resending. Am 20. März 2018 16:37:17 MEZ schrieb Damjan Jovanovic : >Resending, both plaintext and zipped. > >On Tue, Mar 20, 2018 at 4:33 PM, Jim Jagielski wrote: > >> It must have been because it does not show up even on

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Jim Jagielski
Raw source: https://lists.apache.org/api/source.lua/5d7c42a6aec5705771ee17413812d3e9125ba1a61f9916ba76c6a06c@%3Cdev.openoffice.apache.org%3E > On Mar 20,

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread toki
On 03/20/2018 01:42 PM, Damjan Jovanovic wrote: > My sent emails show the patch was attached. Message ID: jonathon - To unsubscribe, e-mail:

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Jim Jagielski
It must have been because it does not show up even on lists.a.o > On Mar 20, 2018, at 9:42 AM, Damjan Jovanovic wrote: > > My sent emails show the patch was attached. Was it filtered out somewhere? > > On Tue, Mar 20, 2018 at 2:47 PM, Jim Jagielski wrote:

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Damjan Jovanovic
My sent emails show the patch was attached. Was it filtered out somewhere? On Tue, Mar 20, 2018 at 2:47 PM, Jim Jagielski wrote: > Damjan, you forgot to post the patch on the thread. Peter Kovacs asked for > a copy and I'm not sure if he's rec'd it. > > > On Mar 20, 2018, at

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Jim Jagielski
> On Mar 20, 2018, at 7:25 AM, Andrea Pescetti wrote: > > Rory O'Farrell wrote: >> Centos may be a good distro for building OO, but it is hardly the most >> widely used for daily work > > How popular a system is is not very relevant. > > What matters is: we build

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Jim Jagielski
Damjan, you forgot to post the patch on the thread. Peter Kovacs asked for a copy and I'm not sure if he's rec'd it. > On Mar 20, 2018, at 3:24 AM, Damjan Jovanovic wrote: > > Does nobody understand, that with that run-time dynamic linking patch I > wrote, and some extra

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Andrea Pescetti
Rory O'Farrell wrote: Centos may be a good distro for building OO, but it is hardly the most widely used for daily work How popular a system is is not very relevant. What matters is: we build OpenOffice on an "old" system since this makes it compatible with more recent systems. If we built

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Damjan Jovanovic
Pleasure :). Committed in r1827295. On Tue, Mar 20, 2018 at 1:13 PM, Matthias Seidel wrote: > Works for me. > > Thanks! > > Am 20.03.2018 um 11:46 schrieb Damjan Jovanovic: > > Does this patch help? > > (Remember to re-run "autoconf") > > On Tue, Mar 20, 2018 at

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Matthias Seidel
Works for me. Thanks! Am 20.03.2018 um 11:46 schrieb Damjan Jovanovic: > Does this patch help? > > (Remember to re-run "autoconf") > > On Tue, Mar 20, 2018 at 12:32 PM, Matthias Seidel > > wrote: > > Something is broken here

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Damjan Jovanovic
Does this patch help? (Remember to re-run "autoconf") On Tue, Mar 20, 2018 at 12:32 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Something is broken here (even with r1827253)... > > When doing configure (on Windows) I get: > > ./configure: line 8147: syntax error near unexpected

Re: svn commit: r1827215 - in /openoffice/trunk/main: configure.ac solenv/gbuild/platform/macosx.mk

2018-03-20 Thread Matthias Seidel
Something is broken here (even with r1827253)... When doing configure (on Windows) I get: ./configure: line 8147: syntax error near unexpected token `)' ./configure: line 8147: `   MSC)' Regards,    Matthias Am 19.03.2018 um 23:56 schrieb Jim Jagielski: > >> On Mar 19, 2018, at 6:47 PM,

Re: Issue w/ lucene build/patch in trunk

2018-03-20 Thread Damjan Jovanovic
Sorry about that, and well done on fixing it :). On Mon, Mar 19, 2018 at 4:20 PM, Jim Jagielski wrote: > Fixed in r1827202... there were some EOL gremlins in the patch-file which > caused patch to barf > > > On Mar 14, 2018, at 10:11 AM, Jim Jagielski wrote:

Re: rdbmaker issues

2018-03-20 Thread Damjan Jovanovic
The name of the cppuhelpers library is generated in main/cppuhelper/source/ makefile.mk: .IF "$(GUI)" == "WNT" SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID) .ELIF "$(GUI)" == "OS2" SHL1TARGET=cppuh$(UDK_MAJOR) .ELSE SHL1TARGET=uno_$(TARGET)$(COMID) .ENDIF If this was an intentional change, you may

Re: Openoffice and unsupported gstreamer 0.10 branch (for openoffice libavmediagst.so library)

2018-03-20 Thread Damjan Jovanovic
Does nobody understand, that with that run-time dynamic linking patch I wrote, and some extra work to resurrect gstreamer 0.1 support from SVN, you could build both gstreamer 0.1 and 1.0 plugins on CentOS 6, and then use whichever gstreamer version is installed at run-time? Damjan On Mon, Mar