From owner-freebsd-x11@FreeBSD.ORG Fri May 25 21:27:52 2007 Return-Path: X-Original-To: x11@freebsd.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20C4616A400 for ; Fri, 25 May 2007 21:27:52 +0000 (UTC) (envelope-from jbacon@mcw.edu) Received: from charon.is.mcw.edu (charon.is.mcw.edu [141.106.20.101]) by mx1.freebsd.org (Postfix) with ESMTP id 0800713C448 for ; Fri, 25 May 2007 21:27:51 +0000 (UTC) (envelope-from jbacon@mcw.edu) Received: from smithers.neuro.mcw.edu ([141.106.204.28]) by charon.is.mcw.edu with esmtp (Exim 4.50) id 1Hrg0d-0007nN-V1 for x11@freebsd.org; Fri, 25 May 2007 15:03:36 -0500 Message-ID: <46574117.6030308@mcw.edu> Date: Fri, 25 May 2007 15:03:35 -0500 From: Jason Bacon User-Agent: Thunderbird 1.5.0.10 (X11/20070310) MIME-Version: 1.0 To: x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: glwDrawingAreaWidgetClass gone X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 21:27:52 -0000 Hi guys, First, thanks for all the hard work on the xorg 7.2 merge - this must have been a real booger... I'm in the process of building all my ports with the new xorg, and I ran into a problem with afni. Under xorg 6.9, libGLw defines both glwDrawingAreaWidgetClass and glwMDrawingAreaWidgetClass (the latter is #defined as either glwM1... or glwM2... depending on the GL version). FreeBSD smithers bacon /usr/X11R6/lib 213: ls -d /var/db/pkg/xorg* /var/db/pkg/xorg-clients-6.9.0_3/ /var/db/pkg/xorg-fonts-encodings-6.9.0_1/ /var/db/pkg/xorg-fonts-miscbitmaps-6.9.0_1/ /var/db/pkg/xorg-fonts-truetype-6.9.0/ /var/db/pkg/xorg-libraries-6.9.0_1/ /var/db/pkg/xorg-server-6.9.0_6/ FreeBSD smithers bacon /usr/X11R6/lib 214: strings libGLw.so | fgrep glw | fgrep Drawing glwDrawingAreaClassRec glwDrawingAreaWidgetClass glwM1DrawingAreaClassRec glwM1DrawingAreaWidgetClass glwM2DrawingAreaClassRec glwM2DrawingAreaWidgetClass w->glwDrawingArea.attribList w->glwDrawingArea.visualInfo Under xorg 7.2, only glwMDrawingAreaWidgetClass is defined. <<>> /usr/local/lib 331 # ls -d /var/db/pkg/xorg-* /var/db/pkg/xorg-cf-files-1.0.2_2/ /var/db/pkg/xorg-libraries-7.2/ /var/db/pkg/xorg-fonts-truetype-7.2/ <<>> /usr/local/lib 332 # strings libGLw.so | fgrep glw | fgrep Drawing glwMDrawingAreaWidgetClass glwMDrawingAreaClassRec w->glwDrawingArea.visualInfo w->glwDrawingArea.attribList neww->glwDrawingArea.visualInfo neww->glwDrawingArea.attribList (ptr-w->glwDrawingArea.attribList)