From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14400 invoked by alias); 22 Oct 2003 02:39:16 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 14393 invoked from network); 22 Oct 2003 02:39:15 -0000 Received: from unknown (HELO sys08.mail.msu.edu) (35.9.75.108) by sources.redhat.com with SMTP; 22 Oct 2003 02:39:15 -0000 Received: from [207.179.68.222] (helo=msu.edu) by sys08.mail.msu.edu with asmtp (Exim 4.10 #3) (TLSv1:RC4-MD5:128) id 1AC8u3-000C9C-00 for cygwin-xfree@cygwin.com; Tue, 21 Oct 2003 22:39:15 -0400 Message-ID: <3F95EDD1.5030900@msu.edu> Date: Wed, 22 Oct 2003 02:39:00 -0000 From: Harold L Hunt II User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: AW: cygwin.rules - Enabling shared libXt finally? References: <3F953051.7080204@msu.edu> <3F95EA46.4000109@cwilson.fastmail.fm> In-Reply-To: <3F95EA46.4000109@cwilson.fastmail.fm> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00255.txt.bz2 List-Id: I would be okay with that if it happened. I am the one that recompiled lesstif and I don't think that the maintainers of other Xt-dependent apps have recompiled yet. However, if it isn't a big deal then I will wait until the 4.4.0 release to make this change. 4.4.0 should be released around December some time. Harold Charles Wilson wrote: > Errm, this isn't going to change the public interface is it? That is, > if Harold releases another libXt with this change, would that break the > recently re-compiled and released lesstif, etc etc? > > -- > Chuck > > Ralf Habacker wrote: > >>> Not sure I understand. What should be changed in the current version >>> of the Xt code? >> >> >> >> only note 1, chaning the label. The second note is only for completeness. >> >> >>> Attached are my curent xc/lib/Xt/[Initialize.c|IntrinsicP.h] files. >>> Please send a diff against these if anything should be changed. Note >>> that these are intentionally from the 4.3 branch. >>> >> >> --- Initialize-old.c 2003-10-21 20:21:18.000000000 +0200 >> +++ Initialize.c 2003-10-21 20:23:25.000000000 +0200 >> @@ -236,8 +236,8 @@ >> >> asm (".data\n\ >> .globl __XtInherit \n\ >> - __XtInherit: jmp *_$$y \n\ >> - _$$y: .long ___XtInherit \n\ >> + __XtInherit: jmp *__$XtInherit \n\ >> + __$XtInherit: .long ___XtInherit \n\ >> .text \n"); >> >> #define _XtInherit __XtInherit > >