You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2015/11/19 19:52:24 UTC

[Issue 123403] Can't build accessibility module

https://bz.apache.org/ooo/show_bug.cgi?id=123403

Oliver Brinzing <ol...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |oliver.brinzing@gmx.de
     Ever confirmed|0                           |1

--- Comment #1 from Oliver Brinzing <ol...@gmx.de> ---
imho this build breaker can be fixed using the
'\main\accessibility\bridge\source\java\makefile.mk' 
from AOO411 source code or change:

from: javah -classpath $(OUT)$/class -o $(SHL1HEADER)
        org.openoffice.accessibility.WindowsAccessBridgeAdapter

to: javah -classpath
"$(OUT)$/class;$(OUTDIR)$/bin/ridl.jar;$(OUTDIR)$/bin/unoil.jar;
     $(CLASSPATH)" -o $(SHL1HEADER)
org.openoffice.accessibility.WindowsAccessBridgeAdapter

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.