Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Regina Henschel

Hi Jesús,

Jesús Corrius schrieb:
[..]

I would like to be able to help you more here, but I guess the answer
has to be "the Windows build is broken, someone has to fix it, and
then you should rebuild".  Maybe you are interested at poking at the
makefiles and try to fix this problem yourself? :)


I'm not able to do it.

Regina


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Jesús Corrius
Hi Regina,

> mt.exe : general error c101008c: Failed to read the manifest from the
> resource of file "soffice.exe". Der angegebene Ressourcentyp wurde nicht in
> der Image-Datei gefunden.
>
> I'm not sure that I call it right. I'm in Cygwin and set source, change to
> the folder with soffice.exe and call

You did it right. Everything points to the problem Tor mentioned.

Although it should be possible to fix the the generated binaries and
run the build (embedding manifests to the executables by hand), in my
opinion it is way too much work and not productive at all. So I
wouldn't do it without a good reason.

I would like to be able to help you more here, but I guess the answer
has to be "the Windows build is broken, someone has to fix it, and
then you should rebuild".  Maybe you are interested at poking at the
makefiles and try to fix this problem yourself? :)

-- 
Jesús Corrius 
Document Foundation founding member
Mobile: +34 661 11 38 26
Skype: jcorrius | Twitter: @jcorrius
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Regina Henschel

Hi,

Jesús Corrius schrieb:

2011/10/6 Tor Lillqvist:

Could it be that we don't get any manifest into the executables, or
something? That was broken at some stage after the gbuildification of
desktop. Myself, I haven't had a successful build of master in a
month.


It's very possible, yes.

Regina, this log is about the installation. Do you also have another
error log in the "Event Viewer" that is produced when you launch
soffice.exe? It probably mentions manifests and MSVCR90


In 'System' is the content of the popup
Anwendungspopup: soffice.exe - Komponente nicht gefunden: Die Anwendung 
konnte nicht gestartet werden, weil MSVCR90.dll nicht gefunden wurde. 
Neuinstallation der Anwendung könnte das Problem beheben.


No other entries.



Also you can use the tool mt.exe to check the manifest. The syntax is
something like:

$ mt.exe -inputresource:soffice.exe -out:soffice.manifest

(mt.exe should be located in C:\Program Files\Microsoft
SDKs\Windows\v6.1\bin or a similar location)


mt.exe : general error c101008c: Failed to read the manifest from the 
resource of file "soffice.exe". Der angegebene Ressourcentyp wurde nicht 
in der Image-Datei gefunden.


I'm not sure that I call it right. I'm in Cygwin and set source, change 
to the folder with soffice.exe and call


mt.exe -inputresource:soffice.exe -out:soffice.manifest

I get the same error with
mt.exe -inputresource:soffice.exe -out:soffice.bin.manifest

Kind regards
Regina

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Jesús Corrius
2011/10/6 Tor Lillqvist :
> Could it be that we don't get any manifest into the executables, or
> something? That was broken at some stage after the gbuildification of
> desktop. Myself, I haven't had a successful build of master in a
> month.

It's very possible, yes.

Regina, this log is about the installation. Do you also have another
error log in the "Event Viewer" that is produced when you launch
soffice.exe? It probably mentions manifests and MSVCR90

Also you can use the tool mt.exe to check the manifest. The syntax is
something like:

$ mt.exe -inputresource:soffice.exe -out:soffice.manifest

(mt.exe should be located in C:\Program Files\Microsoft
SDKs\Windows\v6.1\bin or a similar location)

Thanks again :)

-- 
Jesús Corrius 
Document Foundation founding member
Mobile: +34 661 11 38 26
Skype: jcorrius | Twitter: @jcorrius
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Tor Lillqvist
Could it be that we don't get any manifest into the executables, or
something? That was broken at some stage after the gbuildification of
desktop. Myself, I haven't had a successful build of master in a
month.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Regina Henschel

Hi Jesús,

Jesús Corrius schrieb:

Hi Regina,

On Thu, Oct 6, 2011 at 7:53 PM, Regina Henschel  wrote:

Hi all,

I've finished 'make build' on WinXP. Now I have installed administrative
with 'setup.exe -a' with the setup.exe from
instsetoo_native/.../install/en-US. It unpacked the files without problems,
but when I try to run soffice.exe I get an error about missing MSVCR90.dll.

Other versions with administrative installation does not have this problem.

Do I miss something after 'make build'?


What version of the compiler are you using for the build? If it's
Visual Studio 2008 the C runtime libraries version 90 are installed
with the compiler and it would be very strange that it doesn't find
them...


It is Visual Studio 2008 Express. It is the first time I get this error.



In any case, can you post the output of the error that you can find in
"Administrative Tools" ->  "Event Viewer" ->  "Applications"? That
output can probably give us more hints about the problem.


Windows Installer-Transaktion wird gestartet: 
C:\git\LO35OKT\instsetoo_native\wntmsci12.pro\LibreOffice_Dev\native\install\en-US\libodev35.msi. 
Clientprozess-ID: 8132.


Windows Installer-Transaktion wird beendet: 
C:\git\LO35OKT\instsetoo_native\wntmsci12.pro\LibreOffice_Dev\native\install\en-US\libodev35.msi. 
Clientprozess-ID: 8132.


Product: LibO-dev 3.5 -- Installation operation completed successfully.

Das Produkt wurde durch Windows Installer installiert. Produktname: 
LibO-dev 3.5. Produktversion: 3.5.0. Produktsprache: 1033. Erfolg- bzw. 
Fehlerstatus der Installation: 0.


Kind regards
Regina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Jesús Corrius
Hi Regina,

On Thu, Oct 6, 2011 at 7:53 PM, Regina Henschel  wrote:
> Hi all,
>
> I've finished 'make build' on WinXP. Now I have installed administrative
> with 'setup.exe -a' with the setup.exe from
> instsetoo_native/.../install/en-US. It unpacked the files without problems,
> but when I try to run soffice.exe I get an error about missing MSVCR90.dll.
>
> Other versions with administrative installation does not have this problem.
>
> Do I miss something after 'make build'?

What version of the compiler are you using for the build? If it's
Visual Studio 2008 the C runtime libraries version 90 are installed
with the compiler and it would be very strange that it doesn't find
them...

In any case, can you post the output of the error that you can find in
"Administrative Tools" -> "Event Viewer" -> "Applications"? That
output can probably give us more hints about the problem.

Thanks and regards,

-- 
Jesús Corrius 
Document Foundation founding member
Mobile: +34 661 11 38 26
Skype: jcorrius | Twitter: @jcorrius
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] installation fails because of missing MSVCR90.dll

2011-10-06 Thread Regina Henschel

Hi all,

I've finished 'make build' on WinXP. Now I have installed administrative 
with 'setup.exe -a' with the setup.exe from 
instsetoo_native/.../install/en-US. It unpacked the files without 
problems, but when I try to run soffice.exe I get an error about missing 
MSVCR90.dll.


Other versions with administrative installation does not have this problem.

Do I miss something after 'make build'?

Kind regards
Regina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice