Build Failure on Cygwin Windows

Matúš Kukan matus.kukan at gmail.com
Wed Apr 18 07:27:10 PDT 2012


On 15 April 2012 17:51, Johnny Chen <johnny.uw at gmail.com> wrote:
> [ build JVH ]
> CustomTarget/accessibility/bridge/inc/WindowsAccessBridgeAdapter.h
> Error: Class com.sun.star.uno.XComponentContext could not be found.

Ops, sorry, does this help ? Still something missing ?

-    javah -classpath . -o $(call gb_Helper_native_path,$@)
org.openoffice.accessibility.WindowsAccessBridgeAdapter
+    javah -classpath $(ACBI) -o $(call gb_Helper_native_path,$@)
org.openoffice.accessibility.WindowsAccessBridgeAdapter

in accessibility/CustomTarget_bridge_inc.mk

--
Matus


More information about the LibreOffice mailing list