On Mon, Jan 09, 2012 at 01:04:20PM +0100, Christophe Strobbe wrote:
> Hi Korrawit,
>
> At 18:24 8-1-2012, Korrawit Pruegsanusak wrote:
> >Hello all,
> >
> >This attached patch fixes build on windows / cygwin.
> >
> >I'm building --without-java, and it breaks because not found
> >"java_uno_accessbr
H
On Mon, Jan 9, 2012 at 19:04, Christophe Strobbe
wrote:
> I noticed on the mailing list that David Tardon has already pushed your
> patch, but I'm still curious to know: did you have the Java Access Bridge
> [1] installed when you tested this patch (I assume you didn't have it
> because the bui
On 09/01/12 13:04, Christophe Strobbe wrote:
> So java_uno_accessbridge is only added when "SOLAR_JAVA" is set to
> "TRUE", which AFAICT is something that happens at compile time.
> I assume this patch is part of the work to (locate and) reduce Java
> dependencies in order to (1) make it easier f
Hi Korrawit,
At 18:24 8-1-2012, Korrawit Pruegsanusak wrote:
Hello all,
This attached patch fixes build on windows / cygwin.
I'm building --without-java, and it breaks because not found
"java_uno_accessbridge", which seems java-related.
I noticed on the mailing list that David Tardon has alr
Hello all,
This attached patch fixes build on windows / cygwin.
I'm building --without-java, and it breaks because not found
"java_uno_accessbridge", which seems java-related.
So, I add a check whether we have "SOLAR_JAVA" before doing this thing.
My incremental build went fine after this patch,