[dev] Problem with building glib on Windows

2011-05-16 Thread Dmitry A. Ashkadov
Hello! I cannot build OpenOffice (cygwin, on Windows) because the module 'glib' doesn't build! mkdir.exe ./wntmsci12/misc/build/glib-2.28.1/ mkdir: cannot create directory `./wntmsci12/misc/build/glib-2.28.1/': File exists cd ./wntmsci12/misc/build/glib-2.28.1/ nmake -f

[dev] Re: Problem with building glib on Windows

2011-05-16 Thread Dmitry A. Ashkadov
16.05.2011 19:59, Tor Lillqvist пишет: cd ./wntmsci12/misc/build/glib-2.28.1/ nmake -f makefile.msc /usr/bin/cp glib/glibconfig.h.win32 glib/glibconfig.h But 'glib/glibconfig.h.win32' and'glib/glibconfig.h' really exist. Yeah, but /usr/bin/cp is hardly understandable to nmake.

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-17 Thread Dmitry A. Ashkadov
17.05.2011 00:25, Mathias Bauer пишет: On 16.05.2011 17:31, Regina Henschel wrote: Hi Mathias, Mathias Bauer schrieb: Without --enable-cairo setting or with setting --disable-cairo it doesn't build at all, because pango is missing cairo.h. If I then try to build cairo manually, it says

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-18 Thread Dmitry A. Ashkadov
I tried build OOO340 code line on cygwin and got an error: = Building module postprocess = Entering /cygdrive/c/Users/user/projects/openoffice/OOO340/source/postprocess/checkdeliver mkout -- version: 1.8 C:/cygwin/bin/perl checkdeliver.pl -l

[dev] Re: Need help with building DEV300m106 with cygwin

2011-05-18 Thread Dmitry A. Ashkadov
8.05.2011 11:20, Mathias Bauer пишет: Hi Dmitry, you should do what the message at the end says: deliver sc and sd again. For whatever reasons the time stamps don't match. Go to sd and sc and call deliver -force in both directories, then goto instsetoo_native and call build

[dev] OpenOffice crashes at startup on Windows

2011-05-19 Thread Dmitry A. Ashkadov
Hello! Could you help me to understand why OpenOffice chashes at startup. Now I have only a report from debugger: Microsoft (R) Windows Debugger Version 6.12.0002.633 X86 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine:

[dev] Running OOo on Win7

2011-06-09 Thread Dmitry A. Ashkadov
Hello! Is here somebody who builds OOo on Windows 7? -- Best regards, Dmitry -- - To unsubscribe send email to dev-unsubscr...@openoffice.org For additional commands send email to sy...@openoffice.org with Subject: help

[dev] Re: Running OOo on Win7

2011-06-09 Thread Dmitry A. Ashkadov
builds on OOO340 and the latest milestones of DEV300 needed some patches, but not to run the built office, without the patched the build itself broke. Regards, Mathias On 09.06.2011 12:07, Dmitry A. Ashkadov wrote: Does the office start successful? My OOo build crashes at startup (DEV300

[dev] Re: Running OOo on Win7

2011-06-10 Thread Dmitry A. Ashkadov
yes, path length is critical. In general it is recommended not to use e.g. the cygwin home folder (neither for building nor for running). Building Office from cygwin home folder fails now. I build office outside cygwin home directory but the path is too long to run office. I simply unzip

[dev] Dictionaries

2011-07-07 Thread Dmitry A. Ashkadov
Hello! I added option --with-dict=ENUS,RURU, but the OpenOffice was built with all english, french, spanish dictionaries, but without russian dictionary. I don't understand how I can build OOo with only english and russian languages. Do You know? Thanks. -- Best regards, Dmitry --

[dev] Re: Dictionaries

2011-07-07 Thread Dmitry A. Ashkadov
Thank you, Mathias! But I use PKG_FORMAT=installed now. If I install dict_ru.oxt from Extensions Manager then Russian spell checking is not available. OO Writer don't underline wrong russian words. On 07.07.2011 09:49, Dmitry A. Ashkadov wrote: Hello! I added option --with-dict=ENUS,RURU