Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-09 Thread Matthias Seidel
Am 08.09.2018 um 13:32 schrieb Damjan Jovanovic:
> On Sat, Sep 8, 2018 at 10:47 AM Matthias Seidel 
> wrote:
>
>> Am 08.09.2018 um 10:16 schrieb Damjan Jovanovic:
>>> It should be fixed in 1840343:
>>>
>>> "When building other languages (--with-lang="..."), the build was
>> breaking
>>> because rsc couldn't compile certain resources (usually in main/sfx2).
>>>
>>> Apparently the RSC preprocessor, rscpp, uses very small buffers by
>> default.
>>> When the SOLAR preprocessor definition is defined, it uses bigger buffers
>>> instead. Previously dmake was explicitly passing "-DSOLAR" to the C
>> compiler
>>> but I missed it when porting main/rsc to gbuild. When added back,
>>> main/sfx2 builds languages successfully."
>> Hi Damjan,
>>
>> Great! Building as we speak...
>>
>> And thanks for the explanation. It helps me to (hopefully) understand
>> more and more. ;-)
>>
>> Regards,
>>Matthias
>>
>>
> Hi
>
> Pleasure :)
>
> Mine built successfully.

All 3 buildbots and my personal Windows build were successful!

Regards,
   Matthias

>
> Regards
> Damjan
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-08 Thread Damjan Jovanovic
On Sat, Sep 8, 2018 at 10:47 AM Matthias Seidel 
wrote:

> Am 08.09.2018 um 10:16 schrieb Damjan Jovanovic:
> > It should be fixed in 1840343:
> >
> > "When building other languages (--with-lang="..."), the build was
> breaking
> > because rsc couldn't compile certain resources (usually in main/sfx2).
> >
> > Apparently the RSC preprocessor, rscpp, uses very small buffers by
> default.
> > When the SOLAR preprocessor definition is defined, it uses bigger buffers
> > instead. Previously dmake was explicitly passing "-DSOLAR" to the C
> compiler
> > but I missed it when porting main/rsc to gbuild. When added back,
> > main/sfx2 builds languages successfully."
>
> Hi Damjan,
>
> Great! Building as we speak...
>
> And thanks for the explanation. It helps me to (hopefully) understand
> more and more. ;-)
>
> Regards,
>Matthias
>
>
Hi

Pleasure :)

Mine built successfully.

Regards
Damjan


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-08 Thread Matthias Seidel
Am 08.09.2018 um 10:16 schrieb Damjan Jovanovic:
> It should be fixed in 1840343:
>
> "When building other languages (--with-lang="..."), the build was breaking
> because rsc couldn't compile certain resources (usually in main/sfx2).
>
> Apparently the RSC preprocessor, rscpp, uses very small buffers by default.
> When the SOLAR preprocessor definition is defined, it uses bigger buffers
> instead. Previously dmake was explicitly passing "-DSOLAR" to the C compiler
> but I missed it when porting main/rsc to gbuild. When added back,
> main/sfx2 builds languages successfully."

Hi Damjan,

Great! Building as we speak...

And thanks for the explanation. It helps me to (hopefully) understand
more and more. ;-)

Regards,
   Matthias

>
> On Fri, Sep 7, 2018 at 10:23 PM Matthias Seidel 
> wrote:
>
>> Am 07.09.2018 um 20:45 schrieb Damjan Jovanovic:
>>
>> My successful builds used:
>>
>> configure:22632: checking which languages to be built
>> configure:22636: result: en-US
>>
>> The Windows buildbot:
>>
>> checking which languages to be built... en-US de fr it pt ja
>>
>> It's probably only reproducible with a certain language selection?
>>
>>
>> It is more probably building in en-US only?
>>
>> That is why the buildbots always build different languages, to catch such
>> situations...
>>
>>
>>
>> On Fri, Sep 7, 2018 at 5:55 PM Matthias Seidel  
>> 
>> wrote:
>>
>>
>> Nothing changed at the buildbots configuration...
>>
>> It began to break with 
>> r1839782:https://ci.apache.org/builders/aoo-win7https://ci.apache.org/builders/openoffice-linux64-nightlyhttps://ci.apache.org/builders/openoffice-linux32-nightly
>>
>> Confirmed with my personal Windows builds.
>>
>>
>> Am 07.09.2018 um 17:45 schrieb Damjan Jovanovic:
>>
>> Windows, Linux and FreeBSD all build for me.
>>
>> Something must be different with the options to ./configure.
>>
>> On Fri, Sep 7, 2018 at 4:13 PM Matthias Seidel <
>>
>> matthias.sei...@hamburg.de>
>>
>> wrote:
>>
>>
>> Hi Damjan,
>>
>> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
>>
>> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel <
>>
>> matthias.sei...@hamburg.de>
>>
>> wrote:
>>
>>
>> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
>>
>> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
>>
>> matthias.sei...@hamburg.de>
>>
>> wrote:
>>
>>
>> Hi Damjan,
>>
>> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
>>
>> I don't get it, main/sfx2 builds for me on both FreeBSD and
>>
>> Windows.
>>
>> main/salhelper fails to build on Windows, and it looks like a
>>
>> mission
>>
>> to
>>
>> fix it :(.
>>
>> It *is* now in salhelper:
>>
>>
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
>>
>> I just committed a patch to salhelper that should fix building on
>>
>> Windows.
>>
>> And starting a clean rebuild to check for other errors.
>>
>> Hi Damjan,
>>
>> I also started a new Windows build...
>>
>> But the Linux builds still fail in sfx2:
>>
>>
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
>>
>> Looks like a syntax error in a resource file?
>>
>>
>>
>> I had to make a few more changes in r1840081 to get Windows to build,
>>
>> but
>>
>> it does build now.
>>
>> It's possible that porting rsc (our resource compiler) to gbuild, and
>>
>> the
>>
>> Bison support I had to add to gbuild, broke parsing some resource
>>
>> files.
>>
>> But I don't understand how Windows and FreeBSD build, but Linux
>>
>> doesn't?
>>
>> At least Windows doesn't build either:
>>
>>
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>>
>> Regards,
>>Matthias
>>
>>
>>
>>
>>
>>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-08 Thread Damjan Jovanovic
It should be fixed in 1840343:

"When building other languages (--with-lang="..."), the build was breaking
because rsc couldn't compile certain resources (usually in main/sfx2).

Apparently the RSC preprocessor, rscpp, uses very small buffers by default.
When the SOLAR preprocessor definition is defined, it uses bigger buffers
instead. Previously dmake was explicitly passing "-DSOLAR" to the C compiler
but I missed it when porting main/rsc to gbuild. When added back,
main/sfx2 builds languages successfully."

On Fri, Sep 7, 2018 at 10:23 PM Matthias Seidel 
wrote:

> Am 07.09.2018 um 20:45 schrieb Damjan Jovanovic:
>
> My successful builds used:
>
> configure:22632: checking which languages to be built
> configure:22636: result: en-US
>
> The Windows buildbot:
>
> checking which languages to be built... en-US de fr it pt ja
>
> It's probably only reproducible with a certain language selection?
>
>
> It is more probably building in en-US only?
>
> That is why the buildbots always build different languages, to catch such
> situations...
>
>
>
> On Fri, Sep 7, 2018 at 5:55 PM Matthias Seidel  
> 
> wrote:
>
>
> Nothing changed at the buildbots configuration...
>
> It began to break with 
> r1839782:https://ci.apache.org/builders/aoo-win7https://ci.apache.org/builders/openoffice-linux64-nightlyhttps://ci.apache.org/builders/openoffice-linux32-nightly
>
> Confirmed with my personal Windows builds.
>
>
> Am 07.09.2018 um 17:45 schrieb Damjan Jovanovic:
>
> Windows, Linux and FreeBSD all build for me.
>
> Something must be different with the options to ./configure.
>
> On Fri, Sep 7, 2018 at 4:13 PM Matthias Seidel <
>
> matthias.sei...@hamburg.de>
>
> wrote:
>
>
> Hi Damjan,
>
> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
>
> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel <
>
> matthias.sei...@hamburg.de>
>
> wrote:
>
>
> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
>
> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
>
> matthias.sei...@hamburg.de>
>
> wrote:
>
>
> Hi Damjan,
>
> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
>
> I don't get it, main/sfx2 builds for me on both FreeBSD and
>
> Windows.
>
> main/salhelper fails to build on Windows, and it looks like a
>
> mission
>
> to
>
> fix it :(.
>
> It *is* now in salhelper:
>
>
>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
>
> I just committed a patch to salhelper that should fix building on
>
> Windows.
>
> And starting a clean rebuild to check for other errors.
>
> Hi Damjan,
>
> I also started a new Windows build...
>
> But the Linux builds still fail in sfx2:
>
>
>
> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
>
> Looks like a syntax error in a resource file?
>
>
>
> I had to make a few more changes in r1840081 to get Windows to build,
>
> but
>
> it does build now.
>
> It's possible that porting rsc (our resource compiler) to gbuild, and
>
> the
>
> Bison support I had to add to gbuild, broke parsing some resource
>
> files.
>
> But I don't understand how Windows and FreeBSD build, but Linux
>
> doesn't?
>
> At least Windows doesn't build either:
>
>
>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>
> Regards,
>Matthias
>
>
>
>
>
>


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Damjan Jovanovic
My successful builds used:

configure:22632: checking which languages to be built
configure:22636: result: en-US

The Windows buildbot:

checking which languages to be built... en-US de fr it pt ja

It's probably only reproducible with a certain language selection?


On Fri, Sep 7, 2018 at 5:55 PM Matthias Seidel 
wrote:

> Nothing changed at the buildbots configuration...
>
> It began to break with r1839782:
> https://ci.apache.org/builders/aoo-win7
> https://ci.apache.org/builders/openoffice-linux64-nightly
> https://ci.apache.org/builders/openoffice-linux32-nightly
>
> Confirmed with my personal Windows builds.
>
>
> Am 07.09.2018 um 17:45 schrieb Damjan Jovanovic:
> > Windows, Linux and FreeBSD all build for me.
> >
> > Something must be different with the options to ./configure.
> >
> > On Fri, Sep 7, 2018 at 4:13 PM Matthias Seidel <
> matthias.sei...@hamburg.de>
> > wrote:
> >
> >> Hi Damjan,
> >>
> >> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
> >>> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel <
> >> matthias.sei...@hamburg.de>
> >>> wrote:
> >>>
>  Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
> > On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
>  matthias.sei...@hamburg.de>
> > wrote:
> >
> >> Hi Damjan,
> >>
> >> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> >>> I don't get it, main/sfx2 builds for me on both FreeBSD and
> Windows.
> >>>
> >>> main/salhelper fails to build on Windows, and it looks like a
> mission
>  to
> >>> fix it :(.
> >> It *is* now in salhelper:
> >>
> >>
> >>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> > I just committed a patch to salhelper that should fix building on
>  Windows.
> > And starting a clean rebuild to check for other errors.
>  Hi Damjan,
> 
>  I also started a new Windows build...
> 
>  But the Linux builds still fail in sfx2:
> 
> 
> >>
> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
>  Looks like a syntax error in a resource file?
> 
> 
> >>> I had to make a few more changes in r1840081 to get Windows to build,
> but
> >>> it does build now.
> >>>
> >>> It's possible that porting rsc (our resource compiler) to gbuild, and
> the
> >>> Bison support I had to add to gbuild, broke parsing some resource
> files.
> >>> But I don't understand how Windows and FreeBSD build, but Linux
> doesn't?
> >> At least Windows doesn't build either:
> >>
> >>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
> >>
> >> Regards,
> >>Matthias
> >>
> >>
>
>
>


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Matthias Seidel
Hi Jim,

Am 07.09.2018 um 17:21 schrieb Jim Jagielski:
> I'm having trouble w/ jurt as well...
>
> Considering that we would like to get 4.2.0 out at some point, we will 
> eventually have to create a 4.2.0 branch where we can have something more 
> stable to beta test. It seems like the migrations to gbuild causes troubles, 
> esp w/ macOS and other non-Linux platforms.

+1 for making a 4.2.0 branch and make that one stable and releasable.
This is a lot of work to do...

Regards,
   Matthias

>
>> On Sep 7, 2018, at 10:12 AM, Matthias Seidel  
>> wrote:
>>
>> Hi Damjan,
>>
>> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
>>> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel 
>>> wrote:
>>>
 Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
 matthias.sei...@hamburg.de>
> wrote:
>
>> Hi Damjan,
>>
>> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
>>> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
>>>
>>> main/salhelper fails to build on Windows, and it looks like a mission
 to
>>> fix it :(.
>> It *is* now in salhelper:
>>
>>
 https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> I just committed a patch to salhelper that should fix building on
 Windows.
> And starting a clean rebuild to check for other errors.
 Hi Damjan,

 I also started a new Windows build...

 But the Linux builds still fail in sfx2:

 https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt

 Looks like a syntax error in a resource file?


>>> I had to make a few more changes in r1840081 to get Windows to build, but
>>> it does build now.
>>>
>>> It's possible that porting rsc (our resource compiler) to gbuild, and the
>>> Bison support I had to add to gbuild, broke parsing some resource files.
>>> But I don't understand how Windows and FreeBSD build, but Linux doesn't?
>> At least Windows doesn't build either:
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>>
>> Regards,
>>Matthias
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Matthias Seidel
Nothing changed at the buildbots configuration...

It began to break with r1839782:
https://ci.apache.org/builders/aoo-win7
https://ci.apache.org/builders/openoffice-linux64-nightly
https://ci.apache.org/builders/openoffice-linux32-nightly

Confirmed with my personal Windows builds.


Am 07.09.2018 um 17:45 schrieb Damjan Jovanovic:
> Windows, Linux and FreeBSD all build for me.
>
> Something must be different with the options to ./configure.
>
> On Fri, Sep 7, 2018 at 4:13 PM Matthias Seidel 
> wrote:
>
>> Hi Damjan,
>>
>> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
>>> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel <
>> matthias.sei...@hamburg.de>
>>> wrote:
>>>
 Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
 matthias.sei...@hamburg.de>
> wrote:
>
>> Hi Damjan,
>>
>> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
>>> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
>>>
>>> main/salhelper fails to build on Windows, and it looks like a mission
 to
>>> fix it :(.
>> It *is* now in salhelper:
>>
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> I just committed a patch to salhelper that should fix building on
 Windows.
> And starting a clean rebuild to check for other errors.
 Hi Damjan,

 I also started a new Windows build...

 But the Linux builds still fail in sfx2:


>> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
 Looks like a syntax error in a resource file?


>>> I had to make a few more changes in r1840081 to get Windows to build, but
>>> it does build now.
>>>
>>> It's possible that porting rsc (our resource compiler) to gbuild, and the
>>> Bison support I had to add to gbuild, broke parsing some resource files.
>>> But I don't understand how Windows and FreeBSD build, but Linux doesn't?
>> At least Windows doesn't build either:
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>>
>> Regards,
>>Matthias
>>
>>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Damjan Jovanovic
Elaborate please regarding jurt.

The last few remaining non-gbuild modules are extremely difficult to port
and will probably break a lot.

On Fri, Sep 7, 2018 at 5:21 PM Jim Jagielski  wrote:

> I'm having trouble w/ jurt as well...
>
> Considering that we would like to get 4.2.0 out at some point, we will
> eventually have to create a 4.2.0 branch where we can have something more
> stable to beta test. It seems like the migrations to gbuild causes
> troubles, esp w/ macOS and other non-Linux platforms.
>
> > On Sep 7, 2018, at 10:12 AM, Matthias Seidel 
> wrote:
> >
> > Hi Damjan,
> >
> > Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
> >> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel <
> matthias.sei...@hamburg.de>
> >> wrote:
> >>
> >>> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
>  On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
> >>> matthias.sei...@hamburg.de>
>  wrote:
> 
> > Hi Damjan,
> >
> > Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> >> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
> >>
> >> main/salhelper fails to build on Windows, and it looks like a
> mission
> >>> to
> >> fix it :(.
> > It *is* now in salhelper:
> >
> >
> >>>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> >
>  I just committed a patch to salhelper that should fix building on
> >>> Windows.
>  And starting a clean rebuild to check for other errors.
> >>> Hi Damjan,
> >>>
> >>> I also started a new Windows build...
> >>>
> >>> But the Linux builds still fail in sfx2:
> >>>
> >>>
> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
> >>>
> >>> Looks like a syntax error in a resource file?
> >>>
> >>>
> >> I had to make a few more changes in r1840081 to get Windows to build,
> but
> >> it does build now.
> >>
> >> It's possible that porting rsc (our resource compiler) to gbuild, and
> the
> >> Bison support I had to add to gbuild, broke parsing some resource files.
> >> But I don't understand how Windows and FreeBSD build, but Linux doesn't?
> >
> > At least Windows doesn't build either:
> >
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
> >
> > Regards,
> >Matthias
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Damjan Jovanovic
Windows, Linux and FreeBSD all build for me.

Something must be different with the options to ./configure.

On Fri, Sep 7, 2018 at 4:13 PM Matthias Seidel 
wrote:

> Hi Damjan,
>
> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
> > On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel <
> matthias.sei...@hamburg.de>
> > wrote:
> >
> >> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
> >>> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
> >> matthias.sei...@hamburg.de>
> >>> wrote:
> >>>
>  Hi Damjan,
> 
>  Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> > I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
> >
> > main/salhelper fails to build on Windows, and it looks like a mission
> >> to
> > fix it :(.
>  It *is* now in salhelper:
> 
> 
> >>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> 
> >>> I just committed a patch to salhelper that should fix building on
> >> Windows.
> >>> And starting a clean rebuild to check for other errors.
> >> Hi Damjan,
> >>
> >> I also started a new Windows build...
> >>
> >> But the Linux builds still fail in sfx2:
> >>
> >>
> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
> >>
> >> Looks like a syntax error in a resource file?
> >>
> >>
> > I had to make a few more changes in r1840081 to get Windows to build, but
> > it does build now.
> >
> > It's possible that porting rsc (our resource compiler) to gbuild, and the
> > Bison support I had to add to gbuild, broke parsing some resource files.
> > But I don't understand how Windows and FreeBSD build, but Linux doesn't?
>
> At least Windows doesn't build either:
>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>
> Regards,
>Matthias
>
>


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Jim Jagielski
I'm having trouble w/ jurt as well...

Considering that we would like to get 4.2.0 out at some point, we will 
eventually have to create a 4.2.0 branch where we can have something more 
stable to beta test. It seems like the migrations to gbuild causes troubles, 
esp w/ macOS and other non-Linux platforms.

> On Sep 7, 2018, at 10:12 AM, Matthias Seidel  
> wrote:
> 
> Hi Damjan,
> 
> Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
>> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel 
>> wrote:
>> 
>>> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
 On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
>>> matthias.sei...@hamburg.de>
 wrote:
 
> Hi Damjan,
> 
> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
>> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
>> 
>> main/salhelper fails to build on Windows, and it looks like a mission
>>> to
>> fix it :(.
> It *is* now in salhelper:
> 
> 
>>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> 
 I just committed a patch to salhelper that should fix building on
>>> Windows.
 And starting a clean rebuild to check for other errors.
>>> Hi Damjan,
>>> 
>>> I also started a new Windows build...
>>> 
>>> But the Linux builds still fail in sfx2:
>>> 
>>> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
>>> 
>>> Looks like a syntax error in a resource file?
>>> 
>>> 
>> I had to make a few more changes in r1840081 to get Windows to build, but
>> it does build now.
>> 
>> It's possible that porting rsc (our resource compiler) to gbuild, and the
>> Bison support I had to add to gbuild, broke parsing some resource files.
>> But I don't understand how Windows and FreeBSD build, but Linux doesn't?
> 
> At least Windows doesn't build either:
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
> 
> Regards,
>Matthias
> 


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-07 Thread Matthias Seidel
Hi Damjan,

Am 05.09.2018 um 04:48 schrieb Damjan Jovanovic:
> On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel 
> wrote:
>
>> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
>>> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
>> matthias.sei...@hamburg.de>
>>> wrote:
>>>
 Hi Damjan,

 Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
>
> main/salhelper fails to build on Windows, and it looks like a mission
>> to
> fix it :(.
 It *is* now in salhelper:


>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt

>>> I just committed a patch to salhelper that should fix building on
>> Windows.
>>> And starting a clean rebuild to check for other errors.
>> Hi Damjan,
>>
>> I also started a new Windows build...
>>
>> But the Linux builds still fail in sfx2:
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
>>
>> Looks like a syntax error in a resource file?
>>
>>
> I had to make a few more changes in r1840081 to get Windows to build, but
> it does build now.
>
> It's possible that porting rsc (our resource compiler) to gbuild, and the
> Bison support I had to add to gbuild, broke parsing some resource files.
> But I don't understand how Windows and FreeBSD build, but Linux doesn't?

At least Windows doesn't build either:
https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt

Regards,
   Matthias



smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-04 Thread Damjan Jovanovic
On Tue, Sep 4, 2018 at 9:27 PM Matthias Seidel 
wrote:

> Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
> > On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel <
> matthias.sei...@hamburg.de>
> > wrote:
> >
> >> Hi Damjan,
> >>
> >> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> >>> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
> >>>
> >>> main/salhelper fails to build on Windows, and it looks like a mission
> to
> >>> fix it :(.
> >> It *is* now in salhelper:
> >>
> >>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
> >>
> >>
> > I just committed a patch to salhelper that should fix building on
> Windows.
> >
> > And starting a clean rebuild to check for other errors.
>
> Hi Damjan,
>
> I also started a new Windows build...
>
> But the Linux builds still fail in sfx2:
>
> https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt
>
> Looks like a syntax error in a resource file?
>
>
I had to make a few more changes in r1840081 to get Windows to build, but
it does build now.

It's possible that porting rsc (our resource compiler) to gbuild, and the
Bison support I had to add to gbuild, broke parsing some resource files.
But I don't understand how Windows and FreeBSD build, but Linux doesn't?


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-04 Thread Matthias Seidel
Am 04.09.2018 um 18:56 schrieb Damjan Jovanovic:
> On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel 
> wrote:
>
>> Hi Damjan,
>>
>> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
>>> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
>>>
>>> main/salhelper fails to build on Windows, and it looks like a mission to
>>> fix it :(.
>> It *is* now in salhelper:
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
>>
>>
> I just committed a patch to salhelper that should fix building on Windows.
>
> And starting a clean rebuild to check for other errors.

Hi Damjan,

I also started a new Windows build...

But the Linux builds still fail in sfx2:
https://ci.apache.org/projects/openoffice/buildlogs/linux64/main/sfx2/unxlngx6.pro/misc/logs/prj.txt

Looks like a syntax error in a resource file?

Regards,
   Matthias

>
> Regards
> Damjan
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-04 Thread Damjan Jovanovic
On Tue, Sep 4, 2018 at 11:16 AM Matthias Seidel 
wrote:

> Hi Damjan,
>
> Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> > I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
> >
> > main/salhelper fails to build on Windows, and it looks like a mission to
> > fix it :(.
>
> It *is* now in salhelper:
>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt
>
>
I just committed a patch to salhelper that should fix building on Windows.

And starting a clean rebuild to check for other errors.

Regards
Damjan


Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-04 Thread Matthias Seidel
Hi Damjan,

Am 04.09.2018 um 07:43 schrieb Damjan Jovanovic:
> I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.
>
> main/salhelper fails to build on Windows, and it looks like a mission to
> fix it :(.

It *is* now in salhelper:
https://ci.apache.org/projects/openoffice/buildlogs/win/main/salhelper/wntmsci12.pro/misc/logs/prj.txt

Regards,
   Matthias

>
> On Tue, Sep 4, 2018 at 6:16 AM Damjan Jovanovic  wrote:
>
>> Thank you, I am having a look.
>>
>> Damjan
>>
>>
>> On Sat, Sep 1, 2018 at 4:17 PM Matthias Seidel 
>> wrote:
>>
>>> Hi Damjan,
>>>
>>> This one seems to break the Windows build:
>>>
>>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>>>
>>> Regards,
>>>
>>>Matthias
>>>
>>>
>>> Am 31.08.2018 um 20:54 schrieb dam...@apache.org:
 Author: damjan
 Date: Fri Aug 31 18:54:31 2018
 New Revision: 1839782

 URL: http://svn.apache.org/viewvc?rev=1839782=rev
 Log:
 Implement gbuild functions for building Bison files.

 Port main/rsc to gbuild.

 Patch by: me


 Added:
 openoffice/trunk/main/rsc/Executable_rsc.mk
 openoffice/trunk/main/rsc/Executable_rsc2.mk
 openoffice/trunk/main/rsc/Executable_rscpp.mk
 openoffice/trunk/main/rsc/Makefile   (with props)
 openoffice/trunk/main/rsc/Module_rsc.mk
 openoffice/trunk/main/rsc/Package_inc.mk
 openoffice/trunk/main/rsc/prj/makefile.mk
 openoffice/trunk/main/rsc/source/parser/yyrscyacc.y
   - copied unchanged from r1839781,
>>> openoffice/trunk/main/rsc/source/parser/rscyacc.y
 Removed:
 openoffice/trunk/main/rsc/source/parser/rscyacc.y
 Modified:
 openoffice/trunk/main/Module_ooo.mk
 openoffice/trunk/main/Repository.mk
 openoffice/trunk/main/rsc/prj/build.lst
 openoffice/trunk/main/rsc/prj/d.lst
 openoffice/trunk/main/solenv/gbuild/Executable.mk
 openoffice/trunk/main/solenv/gbuild/LinkTarget.mk
 openoffice/trunk/main/solenv/gbuild/TargetLocations.mk

 Modified: openoffice/trunk/main/Module_ooo.mk
 URL:
>>> http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1839782=1839781=1839782=diff
>>> ==
 --- openoffice/trunk/main/Module_ooo.mk (original)
 +++ openoffice/trunk/main/Module_ooo.mk Fri Aug 31 18:54:31 2018
 @@ -72,6 +72,7 @@ $(eval $(call gb_Module_add_moduledirs,o
   remotebridges \
   reportdesign \
   ridljar \
 + rsc \
   sane \
   sax \
   sc \

 Modified: openoffice/trunk/main/Repository.mk
 URL:
>>> http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1839782=1839781=1839782=diff
>>> ==
 --- openoffice/trunk/main/Repository.mk (original)
 +++ openoffice/trunk/main/Repository.mk Fri Aug 31 18:54:31 2018
 @@ -32,7 +32,10 @@ $(eval $(call gb_Helper_register_executa
   mkunroll \
   rdbedit \
   rdbmaker \
 + rsc \
 + rsc2 \
   rscdep \
 + rscpp \
   so_checksum \
   srvdepy \
   svidl \

 Added: openoffice/trunk/main/rsc/Executable_rsc.mk
 URL:
>>> http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/Executable_rsc.mk?rev=1839782=auto
>>> ==
 --- openoffice/trunk/main/rsc/Executable_rsc.mk (added)
 +++ openoffice/trunk/main/rsc/Executable_rsc.mk Fri Aug 31 18:54:31 2018
 @@ -0,0 +1,52 @@
 +#**
 +#
 +#  Licensed to the Apache Software Foundation (ASF) under one
 +#  or more contributor license agreements.  See the NOTICE file
 +#  distributed with this work for additional information
 +#  regarding copyright ownership.  The ASF licenses this file
 +#  to you under the Apache License, Version 2.0 (the
 +#  "License"); you may not use this file except in compliance
 +#  with the License.  You may obtain a copy of the License at
 +#
 +#http://www.apache.org/licenses/LICENSE-2.0
 +#
 +#  Unless required by applicable law or agreed to in writing,
 +#  software distributed under the License is distributed on an
 +#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 +#  KIND, either express or implied.  See the License for the
 +#  specific language governing permissions and limitations
 +#  under the License.
 +#
 +#**
 +
 +
 +
 +$(eval $(call gb_Executable_Executable,rsc))
 +
 +$(eval $(call
>>> gb_Executable_add_precompiled_header,rsc,$(SRCDIR)/rsc/inc/pch/precompiled_rsc))
 +
 +$(eval 

Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-03 Thread Damjan Jovanovic
I don't get it, main/sfx2 builds for me on both FreeBSD and Windows.

main/salhelper fails to build on Windows, and it looks like a mission to
fix it :(.

On Tue, Sep 4, 2018 at 6:16 AM Damjan Jovanovic  wrote:

> Thank you, I am having a look.
>
> Damjan
>
>
> On Sat, Sep 1, 2018 at 4:17 PM Matthias Seidel 
> wrote:
>
>> Hi Damjan,
>>
>> This one seems to break the Windows build:
>>
>> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>>
>> Regards,
>>
>>Matthias
>>
>>
>> Am 31.08.2018 um 20:54 schrieb dam...@apache.org:
>> > Author: damjan
>> > Date: Fri Aug 31 18:54:31 2018
>> > New Revision: 1839782
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1839782=rev
>> > Log:
>> > Implement gbuild functions for building Bison files.
>> >
>> > Port main/rsc to gbuild.
>> >
>> > Patch by: me
>> >
>> >
>> > Added:
>> > openoffice/trunk/main/rsc/Executable_rsc.mk
>> > openoffice/trunk/main/rsc/Executable_rsc2.mk
>> > openoffice/trunk/main/rsc/Executable_rscpp.mk
>> > openoffice/trunk/main/rsc/Makefile   (with props)
>> > openoffice/trunk/main/rsc/Module_rsc.mk
>> > openoffice/trunk/main/rsc/Package_inc.mk
>> > openoffice/trunk/main/rsc/prj/makefile.mk
>> > openoffice/trunk/main/rsc/source/parser/yyrscyacc.y
>> >   - copied unchanged from r1839781,
>> openoffice/trunk/main/rsc/source/parser/rscyacc.y
>> > Removed:
>> > openoffice/trunk/main/rsc/source/parser/rscyacc.y
>> > Modified:
>> > openoffice/trunk/main/Module_ooo.mk
>> > openoffice/trunk/main/Repository.mk
>> > openoffice/trunk/main/rsc/prj/build.lst
>> > openoffice/trunk/main/rsc/prj/d.lst
>> > openoffice/trunk/main/solenv/gbuild/Executable.mk
>> > openoffice/trunk/main/solenv/gbuild/LinkTarget.mk
>> > openoffice/trunk/main/solenv/gbuild/TargetLocations.mk
>> >
>> > Modified: openoffice/trunk/main/Module_ooo.mk
>> > URL:
>> http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1839782=1839781=1839782=diff
>> >
>> ==
>> > --- openoffice/trunk/main/Module_ooo.mk (original)
>> > +++ openoffice/trunk/main/Module_ooo.mk Fri Aug 31 18:54:31 2018
>> > @@ -72,6 +72,7 @@ $(eval $(call gb_Module_add_moduledirs,o
>> >   remotebridges \
>> >   reportdesign \
>> >   ridljar \
>> > + rsc \
>> >   sane \
>> >   sax \
>> >   sc \
>> >
>> > Modified: openoffice/trunk/main/Repository.mk
>> > URL:
>> http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1839782=1839781=1839782=diff
>> >
>> ==
>> > --- openoffice/trunk/main/Repository.mk (original)
>> > +++ openoffice/trunk/main/Repository.mk Fri Aug 31 18:54:31 2018
>> > @@ -32,7 +32,10 @@ $(eval $(call gb_Helper_register_executa
>> >   mkunroll \
>> >   rdbedit \
>> >   rdbmaker \
>> > + rsc \
>> > + rsc2 \
>> >   rscdep \
>> > + rscpp \
>> >   so_checksum \
>> >   srvdepy \
>> >   svidl \
>> >
>> > Added: openoffice/trunk/main/rsc/Executable_rsc.mk
>> > URL:
>> http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/Executable_rsc.mk?rev=1839782=auto
>> >
>> ==
>> > --- openoffice/trunk/main/rsc/Executable_rsc.mk (added)
>> > +++ openoffice/trunk/main/rsc/Executable_rsc.mk Fri Aug 31 18:54:31 2018
>> > @@ -0,0 +1,52 @@
>> > +#**
>> > +#
>> > +#  Licensed to the Apache Software Foundation (ASF) under one
>> > +#  or more contributor license agreements.  See the NOTICE file
>> > +#  distributed with this work for additional information
>> > +#  regarding copyright ownership.  The ASF licenses this file
>> > +#  to you under the Apache License, Version 2.0 (the
>> > +#  "License"); you may not use this file except in compliance
>> > +#  with the License.  You may obtain a copy of the License at
>> > +#
>> > +#http://www.apache.org/licenses/LICENSE-2.0
>> > +#
>> > +#  Unless required by applicable law or agreed to in writing,
>> > +#  software distributed under the License is distributed on an
>> > +#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
>> > +#  KIND, either express or implied.  See the License for the
>> > +#  specific language governing permissions and limitations
>> > +#  under the License.
>> > +#
>> > +#**
>> > +
>> > +
>> > +
>> > +$(eval $(call gb_Executable_Executable,rsc))
>> > +
>> > +$(eval $(call
>> gb_Executable_add_precompiled_header,rsc,$(SRCDIR)/rsc/inc/pch/precompiled_rsc))
>> > +
>> > +$(eval $(call gb_Executable_set_include,rsc,\
>> > +$$(INCLUDE) \
>> > +-I$(SRCDIR)/rsc/inc \
>> > +-I$(SRCDIR)/rsc/inc/pch \
>> > +))
>> > +
>> > +$(eval $(call gb_Executable_add_linked_libs,rsc,\
>> > + i18nisolang1 \

Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-03 Thread Damjan Jovanovic
Thank you, I am having a look.

Damjan


On Sat, Sep 1, 2018 at 4:17 PM Matthias Seidel 
wrote:

> Hi Damjan,
>
> This one seems to break the Windows build:
>
> https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt
>
> Regards,
>
>Matthias
>
>
> Am 31.08.2018 um 20:54 schrieb dam...@apache.org:
> > Author: damjan
> > Date: Fri Aug 31 18:54:31 2018
> > New Revision: 1839782
> >
> > URL: http://svn.apache.org/viewvc?rev=1839782=rev
> > Log:
> > Implement gbuild functions for building Bison files.
> >
> > Port main/rsc to gbuild.
> >
> > Patch by: me
> >
> >
> > Added:
> > openoffice/trunk/main/rsc/Executable_rsc.mk
> > openoffice/trunk/main/rsc/Executable_rsc2.mk
> > openoffice/trunk/main/rsc/Executable_rscpp.mk
> > openoffice/trunk/main/rsc/Makefile   (with props)
> > openoffice/trunk/main/rsc/Module_rsc.mk
> > openoffice/trunk/main/rsc/Package_inc.mk
> > openoffice/trunk/main/rsc/prj/makefile.mk
> > openoffice/trunk/main/rsc/source/parser/yyrscyacc.y
> >   - copied unchanged from r1839781,
> openoffice/trunk/main/rsc/source/parser/rscyacc.y
> > Removed:
> > openoffice/trunk/main/rsc/source/parser/rscyacc.y
> > Modified:
> > openoffice/trunk/main/Module_ooo.mk
> > openoffice/trunk/main/Repository.mk
> > openoffice/trunk/main/rsc/prj/build.lst
> > openoffice/trunk/main/rsc/prj/d.lst
> > openoffice/trunk/main/solenv/gbuild/Executable.mk
> > openoffice/trunk/main/solenv/gbuild/LinkTarget.mk
> > openoffice/trunk/main/solenv/gbuild/TargetLocations.mk
> >
> > Modified: openoffice/trunk/main/Module_ooo.mk
> > URL:
> http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1839782=1839781=1839782=diff
> >
> ==
> > --- openoffice/trunk/main/Module_ooo.mk (original)
> > +++ openoffice/trunk/main/Module_ooo.mk Fri Aug 31 18:54:31 2018
> > @@ -72,6 +72,7 @@ $(eval $(call gb_Module_add_moduledirs,o
> >   remotebridges \
> >   reportdesign \
> >   ridljar \
> > + rsc \
> >   sane \
> >   sax \
> >   sc \
> >
> > Modified: openoffice/trunk/main/Repository.mk
> > URL:
> http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1839782=1839781=1839782=diff
> >
> ==
> > --- openoffice/trunk/main/Repository.mk (original)
> > +++ openoffice/trunk/main/Repository.mk Fri Aug 31 18:54:31 2018
> > @@ -32,7 +32,10 @@ $(eval $(call gb_Helper_register_executa
> >   mkunroll \
> >   rdbedit \
> >   rdbmaker \
> > + rsc \
> > + rsc2 \
> >   rscdep \
> > + rscpp \
> >   so_checksum \
> >   srvdepy \
> >   svidl \
> >
> > Added: openoffice/trunk/main/rsc/Executable_rsc.mk
> > URL:
> http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/Executable_rsc.mk?rev=1839782=auto
> >
> ==
> > --- openoffice/trunk/main/rsc/Executable_rsc.mk (added)
> > +++ openoffice/trunk/main/rsc/Executable_rsc.mk Fri Aug 31 18:54:31 2018
> > @@ -0,0 +1,52 @@
> > +#**
> > +#
> > +#  Licensed to the Apache Software Foundation (ASF) under one
> > +#  or more contributor license agreements.  See the NOTICE file
> > +#  distributed with this work for additional information
> > +#  regarding copyright ownership.  The ASF licenses this file
> > +#  to you under the Apache License, Version 2.0 (the
> > +#  "License"); you may not use this file except in compliance
> > +#  with the License.  You may obtain a copy of the License at
> > +#
> > +#http://www.apache.org/licenses/LICENSE-2.0
> > +#
> > +#  Unless required by applicable law or agreed to in writing,
> > +#  software distributed under the License is distributed on an
> > +#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> > +#  KIND, either express or implied.  See the License for the
> > +#  specific language governing permissions and limitations
> > +#  under the License.
> > +#
> > +#**
> > +
> > +
> > +
> > +$(eval $(call gb_Executable_Executable,rsc))
> > +
> > +$(eval $(call
> gb_Executable_add_precompiled_header,rsc,$(SRCDIR)/rsc/inc/pch/precompiled_rsc))
> > +
> > +$(eval $(call gb_Executable_set_include,rsc,\
> > +$$(INCLUDE) \
> > +-I$(SRCDIR)/rsc/inc \
> > +-I$(SRCDIR)/rsc/inc/pch \
> > +))
> > +
> > +$(eval $(call gb_Executable_add_linked_libs,rsc,\
> > + i18nisolang1 \
> > + sal \
> > + tl \
> > + vos3 \
> > + stl \
> > +$(gb_STDLIBS) \
> > +))
> > +
> > +$(eval $(call gb_Executable_add_exception_objects,rsc,\
> > + rsc/source/prj/start \
> > + rsc/source/tools/rschash \
> > + rsc/source/tools/rsctree \
> > + rsc/source/tools/rsctools \
> > + rsc/source/tools/rscchar \
> > + 

Re: svn commit: r1839782 - in /openoffice/trunk/main: ./ rsc/ rsc/prj/ rsc/source/parser/ solenv/gbuild/

2018-09-01 Thread Matthias Seidel
Hi Damjan,

This one seems to break the Windows build:
https://ci.apache.org/projects/openoffice/buildlogs/win/main/sfx2/wntmsci12.pro/misc/logs/prj.txt

Regards,

   Matthias


Am 31.08.2018 um 20:54 schrieb dam...@apache.org:
> Author: damjan
> Date: Fri Aug 31 18:54:31 2018
> New Revision: 1839782
>
> URL: http://svn.apache.org/viewvc?rev=1839782=rev
> Log:
> Implement gbuild functions for building Bison files.
>
> Port main/rsc to gbuild.
>
> Patch by: me
>
>
> Added:
> openoffice/trunk/main/rsc/Executable_rsc.mk
> openoffice/trunk/main/rsc/Executable_rsc2.mk
> openoffice/trunk/main/rsc/Executable_rscpp.mk
> openoffice/trunk/main/rsc/Makefile   (with props)
> openoffice/trunk/main/rsc/Module_rsc.mk
> openoffice/trunk/main/rsc/Package_inc.mk
> openoffice/trunk/main/rsc/prj/makefile.mk
> openoffice/trunk/main/rsc/source/parser/yyrscyacc.y
>   - copied unchanged from r1839781, 
> openoffice/trunk/main/rsc/source/parser/rscyacc.y
> Removed:
> openoffice/trunk/main/rsc/source/parser/rscyacc.y
> Modified:
> openoffice/trunk/main/Module_ooo.mk
> openoffice/trunk/main/Repository.mk
> openoffice/trunk/main/rsc/prj/build.lst
> openoffice/trunk/main/rsc/prj/d.lst
> openoffice/trunk/main/solenv/gbuild/Executable.mk
> openoffice/trunk/main/solenv/gbuild/LinkTarget.mk
> openoffice/trunk/main/solenv/gbuild/TargetLocations.mk
>
> Modified: openoffice/trunk/main/Module_ooo.mk
> URL: 
> http://svn.apache.org/viewvc/openoffice/trunk/main/Module_ooo.mk?rev=1839782=1839781=1839782=diff
> ==
> --- openoffice/trunk/main/Module_ooo.mk (original)
> +++ openoffice/trunk/main/Module_ooo.mk Fri Aug 31 18:54:31 2018
> @@ -72,6 +72,7 @@ $(eval $(call gb_Module_add_moduledirs,o
>   remotebridges \
>   reportdesign \
>   ridljar \
> + rsc \
>   sane \
>   sax \
>   sc \
>
> Modified: openoffice/trunk/main/Repository.mk
> URL: 
> http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1839782=1839781=1839782=diff
> ==
> --- openoffice/trunk/main/Repository.mk (original)
> +++ openoffice/trunk/main/Repository.mk Fri Aug 31 18:54:31 2018
> @@ -32,7 +32,10 @@ $(eval $(call gb_Helper_register_executa
>   mkunroll \
>   rdbedit \
>   rdbmaker \
> + rsc \
> + rsc2 \
>   rscdep \
> + rscpp \
>   so_checksum \
>   srvdepy \
>   svidl \
>
> Added: openoffice/trunk/main/rsc/Executable_rsc.mk
> URL: 
> http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/Executable_rsc.mk?rev=1839782=auto
> ==
> --- openoffice/trunk/main/rsc/Executable_rsc.mk (added)
> +++ openoffice/trunk/main/rsc/Executable_rsc.mk Fri Aug 31 18:54:31 2018
> @@ -0,0 +1,52 @@
> +#**
> +#  
> +#  Licensed to the Apache Software Foundation (ASF) under one
> +#  or more contributor license agreements.  See the NOTICE file
> +#  distributed with this work for additional information
> +#  regarding copyright ownership.  The ASF licenses this file
> +#  to you under the Apache License, Version 2.0 (the
> +#  "License"); you may not use this file except in compliance
> +#  with the License.  You may obtain a copy of the License at
> +#  
> +#http://www.apache.org/licenses/LICENSE-2.0
> +#  
> +#  Unless required by applicable law or agreed to in writing,
> +#  software distributed under the License is distributed on an
> +#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> +#  KIND, either express or implied.  See the License for the
> +#  specific language governing permissions and limitations
> +#  under the License.
> +#  
> +#**
> +
> +
> +
> +$(eval $(call gb_Executable_Executable,rsc))
> +
> +$(eval $(call 
> gb_Executable_add_precompiled_header,rsc,$(SRCDIR)/rsc/inc/pch/precompiled_rsc))
> +
> +$(eval $(call gb_Executable_set_include,rsc,\
> +$$(INCLUDE) \
> +-I$(SRCDIR)/rsc/inc \
> +-I$(SRCDIR)/rsc/inc/pch \
> +))
> +
> +$(eval $(call gb_Executable_add_linked_libs,rsc,\
> + i18nisolang1 \
> + sal \
> + tl \
> + vos3 \
> + stl \
> +$(gb_STDLIBS) \
> +))
> +
> +$(eval $(call gb_Executable_add_exception_objects,rsc,\
> + rsc/source/prj/start \
> + rsc/source/tools/rschash \
> + rsc/source/tools/rsctree \
> + rsc/source/tools/rsctools \
> + rsc/source/tools/rscchar \
> + rsc/source/tools/rscdef \
> +))
> +
> +# vim: set noet sw=4 ts=4:
>
> Added: openoffice/trunk/main/rsc/Executable_rsc2.mk
> URL: 
> http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/Executable_rsc2.mk?rev=1839782=auto
> ==
> ---