Request Mwiki account

2013-12-31 Thread Yuri Myasoedov
Hi!

Can you create wiki account for me? Username: ymyasoedov; e-mail: 
ymyasoe...@yandex.ru.

Thanks!

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



Re: Request Mwiki account

2013-12-31 Thread Yuri Myasoedov
31.12.2013, 21:34, Yuri Myasoedov ymyasoe...@yandex.ru:
 31.12.2013, 20:56, jan i j...@apache.org:

  On 31 December 2013 17:43, Yuri Myasoedov ymyasoe...@yandex.ru wrote:
   Hi!

   Can you create wiki account for me? Username: ymyasoedov; e-mail:
   ymyasoe...@yandex.ru.
  just go to wiki.openoffice.org and create the account, that is open to
  everyone.

 Done! But registration protection doesn't work for Russian language (photos 
 are not shown).
 I didn't check other languages. To pass the registration and see the photos, 
 I had to re-run
 Epiphany web browser with the default locale: LC_ALL=C epiphany

Oh! Sorry, it's firefox issue :) Forget it.

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



Re: Some annoying building issues on Win7 (AOO 4.0.0)

2013-10-07 Thread Yuri Myasoedov
07.10.2013, 13:30, Oliver-Rainer Wittmann orwittm...@googlemail.com:
 Hi,

 On 04.10.2013 13:55, Yuri Myasoedov wrote:

  02.10.2013, 19:32, Oliver-Rainer Wittmann
  orwittm...@googlemail.com:
  Further question: Which tool did you use to unpack it?

  Additional suggestion: Are you able to give the svn checkout a
  try?
  Argh... I've found the problem. It was in my cygwin /etc/fstab file,
  there wasn't *noacl* option for my cygdrive. I guess, this
  information about configuring cygwin environment can be put on wiki
  page.

 I do not know how you configured your cygwin environment.

 I had done several Windows build environment setups. I always used
 default installation/configuration of cygwin and never faced such
 configuration problems.

My cygwin has default configuration. I'm building aoo on /cygdrive/c,
i.e. on Windows partition.

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



Re: Some annoying building issues on Win7 (AOO 4.0.0)

2013-10-04 Thread Yuri Myasoedov
02.10.2013, 19:32, Oliver-Rainer Wittmann orwittm...@googlemail.com:
 Further question:
 Which tool did you use to unpack it?

 Additional suggestion:
 Are you able to give the svn checkout a try?

Argh... I've found the problem. It was in my cygwin /etc/fstab file, there 
wasn't *noacl* option for my cygdrive.
I guess, this information about configuring cygwin environment can be put on 
wiki page.
Now I'm able to build AOO 4.0.1 with one exception -- to build *accessibility* 
module I had to find and copy
neccessary *.class files to 
accessibility/wntmsci12.pro/class/com/sun/star/accessibility and 
accessibility/wntmsci12.pro/class/com/sun/star/uno. I'm sure this can be fixed 
by improving javah call with
extended classpath arguments.

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



Re: Some annoying building issues on Win7 (AOO 4.0.0)

2013-10-02 Thread Yuri Myasoedov
01.10.2013, 13:20, Yuri Myasoedov ymyasoe...@yandex.ru:
 1. Some modules are built with wrong permissions. I have to fix it manually 
 with chmod. Some directories doesn't have x bit for execution, some files 
 don't have any permission bits (i.e. 000).
 2. Many modules have source code that should include *comphelper* headers. 
 And I often get errors like this:

 Making:    all_configmgr.dpslo
 Compiling: configmgr/wntmsci12.pro/misc/configmgr.uno_version.c
 Compiling: configmgr/source/access.cxx
 C:/aoo/main/configmgr/source/access.cxx(75) : fatal error C1083: Cannot open 
 include file: 'comphelper/sequenceasvector.hxx': No such file or directory
 dmake:  Error code 2, while making '../wntmsci12.pro/slo/access.obj'

 i.e. these modules can't find *comphelper* header files.

I've solved these issues by changing permissions for all files and directories 
(i.e. it was a problem of wrong permissions). 
But now I faced with *accessibility* module:

Entering /cygdrive/c/aoo-4.0.1/main/accessibility/bridge/source/java

javah -classpath ../../../wntmsci12.pro/class -o 
../../../wntmsci12.pro/inc/WindowsAccessBridgeAdapter.h 
org.openoffice.accessibility.WindowsAccessBridgeAdapter
Error: Class com.sun.star.uno.XComponentContext could not be found.
dmake:  Error code 1, while making 
'../../../wntmsci12.pro/inc/WindowsAccessBridgeAdapter.h'

I've created bug report https://issues.apache.org/ooo/show_bug.cgi?id=123403.

Spent my day trying to find solution, but no success.

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



Re: Some annoying building issues on Win7 (AOO 4.0.0)

2013-10-02 Thread Yuri Myasoedov
02.10.2013, 19:09, Oliver-Rainer Wittmann orwittm...@googlemail.com:
 Hi,

 On 01.10.2013 11:20, Yuri Myasoedov wrote:

  Hi!

  I've found some annoying issues while building AOO (4.0.0) on Win7
  (32-bit).

  1. Some modules are built with wrong permissions. I have to fix it
  manually with chmod. Some directories doesn't have x bit for
  execution, some files don't have any permission bits (i.e. 000). 2.
  Many modules have source code that should include *comphelper*
  headers. And I often get errors like this:

  Making:    all_configmgr.dpslo Compiling:
  configmgr/wntmsci12.pro/misc/configmgr.uno_version.c Compiling:
  configmgr/source/access.cxx
  C:/aoo/main/configmgr/source/access.cxx(75) : fatal error C1083:
  Cannot open include file: 'comphelper/sequenceasvector.hxx': No such
  file or directory dmake:  Error code 2, while making
  '../wntmsci12.pro/slo/access.obj'

  i.e. these modules can't find *comphelper* header files.

  Is there known solutions for such issues?

 I never faced problems due to wrong file access permissions on the
 several Windows build environment I have setup.

 How did you got the source code?
 - via svn checkout in cygwin shell?
 - via another Windows SVN tool?
 - via download and unpack of source tarball?
 - ...

Via source tarball (zip archive) [1].

[1] 
http://www.apache.org/dist/openoffice/4.0.1/source/apache-openoffice-4.0.1-r1524958-src.zip

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



Re: Some annoying building issues on Win7 (AOO 4.0.0)

2013-10-02 Thread Yuri Myasoedov
02.10.2013, 19:22, Oliver-Rainer Wittmann orwittm...@googlemail.com:
 Ok.
 I will give it a try to do it via the source tarball. May be I am able
 to reproduce the problems you are facing.

 I always used svn checkout in a cygwin shell.

Thanks. I have just one request -- when you will be trying, please remove 
subversion tool from cygwin environment
(and may be also from windows environment). I have a suspicion that it also can 
be a source of some problems.

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



Building issues: can't build curl module on Win7 (AOO 4.0.0)

2013-10-01 Thread Yuri Myasoedov
Hi, devs!

I'm confronted with some problems while building AOO 4.0.0 (r1503704) on 
Windows 7 SP1 (32-bit).
Currently, I can't build *curl* module, because of different line endings in 
patch and in original files.
I found a solution that could work [1], but it doesn't work for me. And I don't 
know why.
May be the patch was changed or my version of patch tool (2.7.1) doesn't fit 
for this solution.
I'm appreciate any help or advice.

$ unix2dos.exe ../curl/curl-7.19.7_win.patch
$ build --all:curl
build -- version: 275224

=
Building module curl
=

Entering /cygdrive/c/aoo/main/curl

mkout -- version: 1.8
if [ -d ./wntmsci12.pro/misc/build/curl-7.19.7 ] ; then echo moving  mv 
./wntmsci12.pro/misc/build/curl-7.19.7 
./wntmsci12.pro/misc/build/curl-7.19.7_removeme ; fi
make writeable...
patching file curl-7.19.7/configure
patching file curl-7.19.7/lib/setup.h
patching file curl-7.19.7/ltmain.sh
patching file curl-7.19.7/lib/ssh.c
patching file curl-7.19.7/lib/Makefile.vc9
Hunk #1 FAILED at 46 (different line endings).
1 out of 1 hunk FAILED -- saving rejects to file 
curl-7.19.7/lib/Makefile.vc9.rej
dmake:  Error code 1, while making 
'./wntmsci12.pro/misc/build/so_patched_so_curl'

[1] 
http://t156370.apache-incubator-ooo-development.apachetalk.us/build-breaks-in-curl-t156370.html

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



Re: Building issues: can't build curl module on Win7 (AOO 4.0.0)

2013-10-01 Thread Yuri Myasoedov
01.10.2013, 11:23, Oliver-Rainer Wittmann orwittm...@googlemail.com:
 In your case - as you want to build AOO 4.0.0 (rev. 1503704) - I propose
 you 'downgrade' your cygwin patch tool to version 2.6.1.

You're right. After downgrading patch to version 2.6.1 I've built curl without 
any errors or warnings. 

Thanks!

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



Some annoying building issues on Win7 (AOO 4.0.0)

2013-10-01 Thread Yuri Myasoedov
Hi!

I've found some annoying issues while building AOO (4.0.0) on Win7 (32-bit).

1. Some modules are built with wrong permissions. I have to fix it manually 
with chmod. Some directories doesn't have x bit for execution, some files don't 
have any permission bits (i.e. 000).
2. Many modules have source code that should include *comphelper* headers. And 
I often get errors like this:

Making:all_configmgr.dpslo
Compiling: configmgr/wntmsci12.pro/misc/configmgr.uno_version.c
Compiling: configmgr/source/access.cxx
C:/aoo/main/configmgr/source/access.cxx(75) : fatal error C1083: Cannot open 
include file: 'comphelper/sequenceasvector.hxx': No such file or directory
dmake:  Error code 2, while making '../wntmsci12.pro/slo/access.obj'

i.e. these modules can't find *comphelper* header files.

Is there known solutions for such issues?

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