On Sat, 2010-12-04 at 16:07 -0600, Norbert Thiebaud wrote:
I had to add --with-jdk-home=/opt/sun-jdk-1.6.0.20
to my gentoo build.
Hmm, I wonder.
If you go to configure.in and change
if test "x$with_jdk_home" = "x" -a "$_gij_longver" -ge "40200"; then
to
if test "x$with_jdk_home" = "x"; then
and re-run configure without any --with-jdk-home does it then work. And
if it does not work, there should at least now be a findhome.class
generated by configure. What's the output of java findhome in that
case ?
C.
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.