Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2007 18:02:44 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        java@freebsd.org, Robert Noland <rnoland@2hip.net>, kris@freebsd.org, flz@freebsd.org, Kris Kennaway <kris@obsecurity.org>
Subject:   Re: jdk14 vs open-motif
Message-ID:  <20070508220244.GA97493@xor.obsecurity.org>
In-Reply-To: <20070508215935.GA48670@misty.eyesbeyond.com>
References:  <1178583517.4886.11.camel@rnoland-ibm.acs.internap.com> <20070508013733.GA60985@xor.obsecurity.org> <20070508215935.GA48670@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 08, 2007 at 02:59:35PM -0700, Greg Lewis wrote:
> On Mon, May 07, 2007 at 09:37:33PM -0400, Kris Kennaway wrote:
> > On Mon, May 07, 2007 at 08:18:37PM -0400, Robert Noland wrote:
> > > Just so this doesn't get lost, jdk14 is conflicting with open-motif...
> > > 
> > > <rnoland> flz: fwiw jdk14 is broken
> > > 
> > > <rnoland> c
> > > -o /usr/ports/java/jdk14/work/control/build/bsd-i586/tmp/sun/sun.awt/awt/obj/awt_motif21.o  ../../../src/solaris/native/sun/awt/awt_motif21.c
> > > <rnoland> ../../../src/solaris/native/sun/awt/awt_motif21.c:26: error:
> > > conflicting types for 'XmImGetXIC'
> > > <rnoland> /usr/local/include/Xm/XmIm.h:92: error: previous declaration
> > > of 'XmImGetXIC' was here
> > > <rnoland> ../../../src/solaris/native/sun/awt/awt_motif21.c:26: error:
> > > conflicting types for 'XmImGetXIC'
> > > <rnoland> /usr/local/include/Xm/XmIm.h:92: error: previous declaration
> > > of 'XmImGetXIC' was here
> > > 
> > > <rnoland> conflicting with open-motif
> > 
> > Ah, thanks for tracking this down.  It looks like jdk14 will have to
> > learn to be less liberal in its header search path and/or become
> > compatible with the open-motif port instead of (apparently) using its
> > own incompatible version of these headers (maintainer CC'ed: this is
> > in the context of xorg 7.2, which moves everything into /usr/local).
> 
> Nothing to do with xorg 7.2 actually.  It needs the same patch that
> was applied to jdk15 to make it check for an XmVersion of 2001 _or
> greater_ rather than just check for 2001.
> 
> I can fix that.

Great, thanks.  Either we can wait for the xorg import into CVS or you
could send the patch to flz@ for committing with the rest.

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070508220244.GA97493>