On 12-Oct-00 at 21:01, Van Brunt, Eric J ([EMAIL PROTECTED]) wrote:
> Is there any thing special in building the Xbae library on a AIX machine?

Well, autoconf supplies a macro to determine if you are building on an AIX
machine. So there _must_ be something a little strange about it. It doesn't
look like we are calling it in the Xbae configure though....We recently had a
problem with this in the main LessTif tree, Alexander figured out where to
stick it in to keep everything else happy, I think.....


> We used this library on a DEC machine and it worked great "right out of the
> box".  Not the case with AIX 4.3.2.  Are there any issues that I should be
> aware of when using or building this library on AIX?
> 
> Everything is building fine.  I built the library as a static library.
> Running any of the examples that includes the Matrix Widget causes the
> following behavior.
> 
> 1. At xterm window where application (example/matrix) started the following
> appears:
>      Warning: Representation size 1 must match superclass's to override
> allowColumnResize
> 
> 2. The window appears briefly and then:
>      Segmentation fault(coredump)
> 
> 3. Investigation of the core dump reveals that it dead at the indicated
> line (>):
> 
>     XtAddEventHandler( toplevel, (EventMask)0, True,
>                        _XEditResCheckMessages, NULL);
> #endif
> 
>     mw = XtVaCreateManagedWidget("mw",
>                                  xbaeMatrixWidgetClass, toplevel,
>                                  NULL);
> 
>     XtAddCallback( mw, XmNlabelActivateCallback, ( XtCallbackProc )labelCB,
>                    NULL );
>     
>     XtRealizeWidget(toplevel);
>  > XtAppMainLoop(app);
>     
>     /*NOTREACHED*/
>     return 
> }
> 
> 
> > Eric J. Van Brunt
> > 
> > Lockheed Martin  Air Traffic Management - Rockville, MD
> > phone: (301) 640-2440 fax: (301) 640-4750
> > e-mail: [EMAIL PROTECTED] 
> 
> 

Reply via email to