Re: Win64 port making progress

2025-01-18 Thread Aivaras Stepukonis

Thank you, Damjan!

--
Pagarbiai / Sincerely,
📧 Aivaras Stepukonis 

2025-01-19 09:10, D W rašė:

Congratulations!

On Sun, 19 Jan 2025 at 18:06, Damjan Jovanovic wrote:


Hi

Some good news for this weeked:

With my latest changes, my minimal Windows/amd64 build runs to completion,
OpenOffice successfully gets packaged, and the first ever Win64 OpenOffice
now exists:

$ file soffice.exe
PE32+ executable (GUI) x86-64, for MS Windows
:-)

Of course, it crashes almost immediately when run, with an assertion error
in main/bridges.

My changes have been pushed to the windows-amd64 branch.

Regards
Damjan

On Thu, Jan 9, 2025 at 3:53 AM Damjan Jovanovic wrote:



On Sun, Jan 5, 2025 at 9:10 PM Matthias Seidel <

matthias.sei...@hamburg.de>

wrote:



I just tried a build but of course it stopped after some time.

Is this a private branch you work on or is it available via GitHub?


I've pushed what I have so far, so you can test it:

git checkout windows-amd64
autoconf
./configure --enable-win64 (and others. I also happened to use
--disable-directx but you might not need it.)
./bootstrap
source ./winAMD64Env.set.sh
cd instsetoo_native
build -P2 -- -P2

The build should break in "postprocess". If it breaks earlier, please

post

the output and your configure flags.

The remaining changes involve adding new gbuild classes so progress is
slower.

Regards
Damjan



Re: Win64 port making progress

2025-01-18 Thread Damjan Jovanovic
Hi

Some good news for this weeked:

With my latest changes, my minimal Windows/amd64 build runs to completion,
OpenOffice successfully gets packaged, and the first ever Win64 OpenOffice
now exists:

$ file soffice.exe
PE32+ executable (GUI) x86-64, for MS Windows
:-)

Of course, it crashes almost immediately when run, with an assertion error
in main/bridges.

My changes have been pushed to the windows-amd64 branch.

Regards
Damjan

On Thu, Jan 9, 2025 at 3:53 AM Damjan Jovanovic  wrote:

>
>
> On Sun, Jan 5, 2025 at 9:10 PM Matthias Seidel 
> wrote:
>
>>
>>
>> I just tried a build but of course it stopped after some time.
>>
>> Is this a private branch you work on or is it available via GitHub?
>>
>
> I've pushed what I have so far, so you can test it:
>
> git checkout windows-amd64
> autoconf
> ./configure --enable-win64 (and others. I also happened to use
> --disable-directx but you might not need it.)
> ./bootstrap
> source ./winAMD64Env.set.sh
> cd instsetoo_native
> build -P2 -- -P2
>
> The build should break in "postprocess". If it breaks earlier, please post
> the output and your configure flags.
>
> The remaining changes involve adding new gbuild classes so progress is
> slower.
>
> Regards
> Damjan
>
>


Re: Win64 port making progress

2025-01-18 Thread D W
Congratulations!

On Sun, 19 Jan 2025 at 18:06, Damjan Jovanovic  wrote:

> Hi
>
> Some good news for this weeked:
>
> With my latest changes, my minimal Windows/amd64 build runs to completion,
> OpenOffice successfully gets packaged, and the first ever Win64 OpenOffice
> now exists:
>
> $ file soffice.exe
> PE32+ executable (GUI) x86-64, for MS Windows
> :-)
>
> Of course, it crashes almost immediately when run, with an assertion error
> in main/bridges.
>
> My changes have been pushed to the windows-amd64 branch.
>
> Regards
> Damjan
>
> On Thu, Jan 9, 2025 at 3:53 AM Damjan Jovanovic  wrote:
>
> >
> >
> > On Sun, Jan 5, 2025 at 9:10 PM Matthias Seidel <
> matthias.sei...@hamburg.de>
> > wrote:
> >
> >>
> >>
> >> I just tried a build but of course it stopped after some time.
> >>
> >> Is this a private branch you work on or is it available via GitHub?
> >>
> >
> > I've pushed what I have so far, so you can test it:
> >
> > git checkout windows-amd64
> > autoconf
> > ./configure --enable-win64 (and others. I also happened to use
> > --disable-directx but you might not need it.)
> > ./bootstrap
> > source ./winAMD64Env.set.sh
> > cd instsetoo_native
> > build -P2 -- -P2
> >
> > The build should break in "postprocess". If it breaks earlier, please
> post
> > the output and your configure flags.
> >
> > The remaining changes involve adding new gbuild classes so progress is
> > slower.
> >
> > Regards
> > Damjan
> >
> >
>