You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by co...@apache.org on 2013/03/05 09:04:00 UTC

[CONF] Apache OpenOffice Community > Tips for branch ia2

Space: Apache OpenOffice Community (https://cwiki.apache.org/confluence/display/OOOUSERS)
Page: Tips for branch ia2 (https://cwiki.apache.org/confluence/display/OOOUSERS/Tips+for+branch+ia2)


Edited by Steve Yin:
---------------------------------------------------------------------
Configuration parameters for building:
{code}
./configure \
--with-ant-home=/cygdrive/d/Apache/BuildTools/apache-ant-1.8.4 \
--with-cl-home=/cygdrive/d/Program\ Files\ (x86)/Microsoft\ Visual\ Studio\ 9.0/VC \
--with-mspdb-path=/cygdrive/d/Program\ Files\ (x86)/Microsoft\ Visual\ Studio\ 9.0/Common7/IDE \
--with-psdk-home=/cygdrive/d/Apache/BuildTools/MSSDK_v6.1 \
--with-directx-home=/cygdrive/d/Apache/BuildTools/directx \
--with-nsis-path=/cygdrive/d/Program\ Files\ (x86)/NSIS \
--with-frame-home=/cygdrive/d/Apache/BuildTools/MSSDK_v6.1 \
--with-midl-path=/cygdrive/d/Apache/BuildTools/MSSDK_v6.1/Bin \
--with-csc-path=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5 \
--with-asm-home=/cygdrive/d/Program\ Files\ (x86)/Microsoft\ Visual\ Studio\ 9.0/VC/Bin \
--with-jdk-home=/cygdrive/d/Program\ Files\ (x86)/Java/jdk1.6.0_37 \
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \
--with-epm-url=http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz \
--disable-mozilla --disable-odk --without-junit --enable-verbose --enable-category-b --enable-bundled-dictionaries --with-dict
{code}
Note: A VC 20xx professional version is indispensable. Do NOT use "--disable-directx" and "--disable-atl".

Binary installation package can be found here [http://ci.apache.org/projects/openoffice/#w7ia2]

After installation, run the application as administrator to ensure the application has enough privilege to modify the system registry.

Known issue:
1. AccProbe does not set SPI_SETSCREENREADER flag when running. To enable the ACC support in this case, check the check box With the text "Support assistive technology tools" at Tools \-> Options \-> Apache OpenOffice \-> Accessibility \-> Miscellaneous options. If it was already checked, uncheck it and check again.

2. The dll registration informations of the "uacccom.dll" in the Windows registry cannot be removed after the AOO uninstall. This issue will make firefox's IA2 interfaces inaccessible. It will be fixed in the future.

Thanks for *Simon Eigeldinger* who found and reported the issue.

{color:#222222}Two solutions:{color}
{color:#222222}1. Search the Windows registry for "uacccom.dll" and remove all of them.{color}
{color:#222222}2. Before the AOO uninstall, new a txt file and copy the following content and save as a .bat file in the installation folder (such as ”d:\Apache OpenOffice 3“) and run.{color}
{code}
@ECHO OFFset PATH=%PATH%;URE\binregsvr32 /u program\UAccCOM.dll@ECHO OFF
set PATH=%PATH%;URE\bin
regsvr32 /u program\UAccCOM.dll
{code}

Change your notification preferences: https://cwiki.apache.org/confluence/users/viewnotifications.action