[comp.windows.x] XShape... R3->R4

Jean-Christophe.Dhellemmes@MAPS.CS.CMU.EDU (05/29/90)

I have a problem porting a program from X11 R3 to R4 with the 
Athena Toolkit. When compiling, I get the following:

> cc -g -o myprog myprog.c -lmylib -lXaw -lXmu -lXt -lX11
> Undefined:
> _XShapeQueryExtension
> _XShapeCombineMask
> *** Exit 1
> Stop.
> Exited Abnormally

I can't find anything about these functions in my R3 Xlib documentation 
or in my R4 "Xlib changes from R3 to R4" documentation.

Can somebody tell me where to look, or at least what are the Toolkit
functions that call these guys ? Any idea about why this compiles under R3
but not under R4 ?

Thanks in advance.
							* JCD

						  (jcd@maps.cs.cmu.edu)

ian@hewey.UUCP (Ian Hogg) (05/30/90)

> 
> 
> I have a problem porting a program from X11 R3 to R4 with the 
> Athena Toolkit. When compiling, I get the following:
> 
> > cc -g -o myprog myprog.c -lmylib -lXaw -lXmu -lXt -lX11
> > Undefined:
> > _XShapeQueryExtension
> > _XShapeCombineMask
> > *** Exit 1
> > Stop.
> > Exited Abnormally
> 
> 

Try adding the Xtension library to lib list.  Put "-lXext" in your command.


-- 
===============================================================================
Ian Hogg                                    email:  ian@dms.cdc.com
Control Data Corporation                    phone:  (612)-553-4484