Re: Windows Visual Studio version for building on Windows 10

2022-07-13 Thread Arrigo Marchiori
Hello,

On Wed, Jul 13, 2022 at 08:32:29AM +0200, Peter Kovacs wrote:

> Hello Kelly,
> 
> Am 12.07.22 um 04:23 schrieb Kelly Hodis:
> > Hello,
> > 
> > The oowintool Perl script inside of /openoffice/main is looking for early 
> > Visual Studio versions not present on my machine. I have Visual Studio 10, 
> > 12, and 14. For those of you building on Windows without the earlier Visual 
> > Studio versions, what did you do for this step? What is the reason the 
> > script doesn't look for newer versions?
> 
> We still support Windows XP as a target. I am not sure which SDK is the
> latest one that does this. But I remember that Arrigo run into trouble
> trying to build with a newer SDK. Something with Linker path is user
> differently in the perl scripts. But I am not sure anymore.

Yes, oowintool looks for the only supported versions of Visual Studio.

Newer versions are not compatible with our build system. There is a
conflict of environment variables.

FWIW, Windows 10 remains capable of running all the necessary software
to build OpenOffice.

I hope this helps.
-- 
Arrigo

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



Re: Windows Visual Studio version for building on Windows 10

2022-07-12 Thread Peter Kovacs

Hello Kelly,

Am 12.07.22 um 04:23 schrieb Kelly Hodis:

Hello,

The oowintool Perl script inside of /openoffice/main is looking for early 
Visual Studio versions not present on my machine. I have Visual Studio 10, 12, 
and 14. For those of you building on Windows without the earlier Visual Studio 
versions, what did you do for this step? What is the reason the script doesn't 
look for newer versions?


We still support Windows XP as a target. I am not sure which SDK is the 
latest one that does this. But I remember that Arrigo run into trouble 
trying to build with a newer SDK. Something with Linker path is user 
differently in the perl scripts. But I am not sure anymore.


All the best

Peter


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



Windows Visual Studio version for building on Windows 10

2022-07-11 Thread Kelly Hodis
Hello,

The oowintool Perl script inside of /openoffice/main is looking for early 
Visual Studio versions not present on my machine. I have Visual Studio 10, 12, 
and 14. For those of you building on Windows without the earlier Visual Studio 
versions, what did you do for this step? What is the reason the script doesn't 
look for newer versions?

Thank you,
Kelly