[comp.windows.x] XtInstallAccelerators - Makefile problems or am I just crazy

jensen@bessel.eedsp.gatech.edu (P. Allen Jensen) (08/02/89)

segmentation violations in XtInstallAccelerators.  When I did a little
debugging, I found that the code in the library
did not seem to match the source I used to build the library.  In
particular, the following segment

    if (destination->core.tm.translations == NULL) {
        destination->core.tm.translations = source->core.accelerators;
        destination->core.tm.translations->accProcTbl = accBindings;
    }
    else {

The else-part seemed to be all there was.  This would appear to be the
section fixed in "fix8"
of the XV11R3 fixes.  I followed the instructions for installing the
fixes and did the make
just like I thought I was supposed to, but the TMstate fix did not get
installed in the
library version !  This is on a Sun-3/60 running SunOS 4.0.1 and X.V11R3
with all of the
fixes through fix-10 installed.  Has anyone else run into this problem ?
 If so, any
idea of what I might have done wrong ?


P. Allen Jensen
Georgia Tech, School of Electrical Engineering, Atlanta, GA  30332
USENET: ...!{allegra,hplabs,ihnp4,ulysses}!gatech!eedsp!jensen
INTERNET: jensen@eedsp.gatech.edu