Re: [Libreoffice] Autogen.sh demands Mozilla build tooling although building Mozilla is disabled

2011-09-06 Thread Noel Grandin
Hi Norbert

Could you update the wiki
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
with the new location of the mozilla prebuilt binaries?

Thanks, Noel Grandin

Norbert Thiebaud wrote:
 On Mon, Sep 5, 2011 at 5:16 PM, Regina Henschel rb.hensc...@t-online.de 
 wrote:
 Hi Norbert,

 Norbert Thiebaud schrieb:
 On Mon, Sep 5, 2011 at 4:48 PM, Regina Henschelrb.hensc...@t-online.de
  wrote:
 Hi all,

 I then follow
 http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
 and load the zips from http://tools.openoffice.org/moz_prebuild/OOo3.2
 (shouldn't the binaries copied to another place. OpenOffice.org services
 can
 vanish at any time.)
 they are here:
 http://dev-www.libreoffice.org/mozilla/
 No, there is only Linux and Mac but not Windows.
 They are there now :-)

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


Disclaimer: http://www.peralex.com/disclaimer.html


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


Re: [Libreoffice] Autogen.sh demands Mozilla build tooling although building Mozilla is disabled

2011-09-06 Thread Kálmán „KAMI” Szalai

Hi,

What about to provide the link in configure? Or even better to do the 
download process automatically. May I put it to the master?



KAMI

On 09/06/2011 09:11 AM, Noel Grandin wrote:

Hi Norbert

Could you update the wiki
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
with the new location of the mozilla prebuilt binaries?

Thanks, Noel Grandin

Norbert Thiebaud wrote:

On Mon, Sep 5, 2011 at 5:16 PM, Regina Henschelrb.hensc...@t-online.de  wrote:

Hi Norbert,

Norbert Thiebaud schrieb:

On Mon, Sep 5, 2011 at 4:48 PM, Regina Henschelrb.hensc...@t-online.de
  wrote:

Hi all,

I then follow
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
and load the zips fromhttp://tools.openoffice.org/moz_prebuild/OOo3.2
(shouldn't the binaries copied to another place. OpenOffice.org services
can
vanish at any time.)

they are here:
http://dev-www.libreoffice.org/mozilla/

No, there is only Linux and Mac but not Windows.

They are there now :-)

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






Disclaimer: http://www.peralex.com/disclaimer.html



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

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


[Libreoffice] Autogen.sh demands Mozilla build tooling although building Mozilla is disabled

2011-09-05 Thread Regina Henschel

Hi all,

I'm try to find out, what parameter to autogen.sh are really needed for 
a build with Cygwin and Visual Studio Express. So I start with a pure 
./autogen.sh


Now a real stop with error message:
checking which Mozilla to use... internal
checking for toolkit Mozilla should use... checking whether to build 
Mozilla/SeaMonkey... yes

checking whether to build provided NSS module... yes
checking for Mozilla build tooling... configure: error: Mozilla build 
tooling not found.

Use the --with-mozilla-build option after installing the tools obtained
from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32
Error running configure at ./autogen.sh line 157.

The advise to provide Mozilla build tooling seems not right in case of 
Windows. Fridrich Strba told on Hackfest, that building Mozilla with 
Cygwin and MSVC Express 2008 is still not possible.


I then follow 
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies and 
load the zips from http://tools.openoffice.org/moz_prebuild/OOo3.2 
(shouldn't the binaries copied to another place. OpenOffice.org services 
can vanish at any time.) Then I use the parameter --disable-build-mozilla.


Now I get:
configure:18956: checking which Mozilla to use
configure:19575: result: internal
configure:19592: checking for toolkit Mozilla should use
configure:19627: checking whether to build Mozilla/SeaMonkey
configure:19635: result: no
configure:19639: checking whether to build provided NSS module
configure:19644: result: yes
configure:19647: checking for Mozilla build tooling
configure:19650: error: Mozilla build tooling not found.
Use the --with-mozilla-build option after installing the tools obtained
from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32

There is still the demand to deliver the Mozilla build tooling.

I know, that I can use --disable-nss-module to get it working. But is 
that right or is there an error in the configure scripts, that the 
Mozilla build tooling is not necessary but the script demands it? If 
--disable-nss-module is indeed necessary if you use 
--disable-build-mozilla, then it should be disabled in that case and a 
message about that should be shown.


Kind regards
Regina


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


Re: [Libreoffice] Autogen.sh demands Mozilla build tooling although building Mozilla is disabled

2011-09-05 Thread Norbert Thiebaud
On Mon, Sep 5, 2011 at 4:48 PM, Regina Henschel rb.hensc...@t-online.de wrote:
 Hi all,

 I then follow
 http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
 and load the zips from http://tools.openoffice.org/moz_prebuild/OOo3.2
 (shouldn't the binaries copied to another place. OpenOffice.org services can
 vanish at any time.)

they are here:
http://dev-www.libreoffice.org/mozilla/

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


Re: [Libreoffice] Autogen.sh demands Mozilla build tooling although building Mozilla is disabled

2011-09-05 Thread Regina Henschel

Hi Norbert,

Norbert Thiebaud schrieb:

On Mon, Sep 5, 2011 at 4:48 PM, Regina Henschelrb.hensc...@t-online.de  wrote:

Hi all,

I then follow
http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
and load the zips from http://tools.openoffice.org/moz_prebuild/OOo3.2
(shouldn't the binaries copied to another place. OpenOffice.org services can
vanish at any time.)


they are here:
http://dev-www.libreoffice.org/mozilla/


No, there is only Linux and Mac but not Windows.

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


Re: [Libreoffice] Autogen.sh demands Mozilla build tooling although building Mozilla is disabled

2011-09-05 Thread Norbert Thiebaud
On Mon, Sep 5, 2011 at 5:16 PM, Regina Henschel rb.hensc...@t-online.de wrote:
 Hi Norbert,

 Norbert Thiebaud schrieb:

 On Mon, Sep 5, 2011 at 4:48 PM, Regina Henschelrb.hensc...@t-online.de
  wrote:

 Hi all,

 I then follow
 http://wiki.documentfoundation.org/Development/Windows_Build_Dependencies
 and load the zips from http://tools.openoffice.org/moz_prebuild/OOo3.2
 (shouldn't the binaries copied to another place. OpenOffice.org services
 can
 vanish at any time.)

 they are here:
 http://dev-www.libreoffice.org/mozilla/

 No, there is only Linux and Mac but not Windows.

They are there now :-)

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