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

Reply via email to