Re: where to get the libreg.dylib.3 file

2019-05-15 Thread 软刀
I got it
it was on /Application/OpenOffice/

软刀  于2019年5月16日周四 上午10:17写道:

>
> MacBook-Air:~ weixin$ idlc
>
> dyld: Library not loaded: @executable_path/libreg.dylib.3
>
>   Referenced from: /Users/weixin/bin/OpenOffice_SDK/bin/idlc
>
>   Reason: image not found
>
> Abort trap: 6
>
> MacBook-Air:~ weixin$ find ~/bin/OpenOffice_SDK/ | grep libreg
>
> MacBook-Air:~ weixin$
>
>
>
>
> thank you
>


Re: Build on Windows

2019-05-15 Thread Patricia Shanahan




On 5/15/2019 8:06 PM, Damjan Jovanovic wrote:

On Thu, May 16, 2019 at 4:45 AM Patricia Shanahan  wrote:


"Install Microsoft Windows SDK for Windows 7 and .NET Framework 3.5. SP1
(recommended by Microsoft. Note: later versions of the Windows SDK will
not work. AOO can not be built with MSVC 2010 or 2012 - MSVC 2008 is
needed and is found in the Windows 7 SDK)"

Both the links given for installing the software get "download no longer
available".

Since I have built many times on the machine in question that download
cannot be necessary. Since the instructions do not specify the files, it
is difficult to search for them.



That isn't good at all.

My 13 March 2018 email entitled "First steps in building with MSVC 14 /
Visual Studio 2015" described some of the work involved in using newer MSVC
versions to build AOO. That "Windows Kit" needs better integration into the
build and packaging, but I think it will limit us to Windows 7 and later
(the irony being that the open-source mingw[-w64] toolchain, which only
links to the primordial MSVCRT.DLL, could let us support even Windows 9x).

Hopefully we can also simplify the current situation with the many MSVCR*
versions we use in the process.

Get started and I'll catch up in a few weeks when I am more free?

Damjan



Do you have any idea what changed? I have built many, many times on that 
computer, but it looks as though I need to specify more paths to keep 
configure happy. I have old versions of Visual Studio.


---
This email has been checked for viruses by AVG.
https://www.avg.com


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



Re: Build on Windows

2019-05-15 Thread Damjan Jovanovic
On Thu, May 16, 2019 at 4:45 AM Patricia Shanahan  wrote:

> "Install Microsoft Windows SDK for Windows 7 and .NET Framework 3.5. SP1
> (recommended by Microsoft. Note: later versions of the Windows SDK will
> not work. AOO can not be built with MSVC 2010 or 2012 - MSVC 2008 is
> needed and is found in the Windows 7 SDK)"
>
> Both the links given for installing the software get "download no longer
> available".
>
> Since I have built many times on the machine in question that download
> cannot be necessary. Since the instructions do not specify the files, it
> is difficult to search for them.
>
>
That isn't good at all.

My 13 March 2018 email entitled "First steps in building with MSVC 14 /
Visual Studio 2015" described some of the work involved in using newer MSVC
versions to build AOO. That "Windows Kit" needs better integration into the
build and packaging, but I think it will limit us to Windows 7 and later
(the irony being that the open-source mingw[-w64] toolchain, which only
links to the primordial MSVCRT.DLL, could let us support even Windows 9x).

Hopefully we can also simplify the current situation with the many MSVCR*
versions we use in the process.

Get started and I'll catch up in a few weeks when I am more free?

Damjan


Build on Windows

2019-05-15 Thread Patricia Shanahan
"Install Microsoft Windows SDK for Windows 7 and .NET Framework 3.5. SP1 
(recommended by Microsoft. Note: later versions of the Windows SDK will 
not work. AOO can not be built with MSVC 2010 or 2012 - MSVC 2008 is 
needed and is found in the Windows 7 SDK)"


Both the links given for installing the software get "download no longer 
available".


Since I have built many times on the machine in question that download 
cannot be necessary. Since the instructions do not specify the files, it 
is difficult to search for them.


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



where to get the libreg.dylib.3 file

2019-05-15 Thread 软刀
MacBook-Air:~ weixin$ idlc

dyld: Library not loaded: @executable_path/libreg.dylib.3

  Referenced from: /Users/weixin/bin/OpenOffice_SDK/bin/idlc

  Reason: image not found

Abort trap: 6

MacBook-Air:~ weixin$ find ~/bin/OpenOffice_SDK/ | grep libreg

MacBook-Air:~ weixin$




thank you