[comp.windows.x] X11-R4 for sun4 and hp3

chang@buster.cps.msu.edu (Ki-yin Chang) (02/15/91)

       We had a graphic code which works in sun4 X11-R4. 
  These source codes need to be slightly modyified in hp3 or 
  hpvrx machine. We generated all the objects code properly, 
  but when it linked together. There were some error messages 
  as follows:

------------------------------------------
   ld: Undefined external -
	   _XShapeQueryExtension
	   _XShapeCombineMask
	   ld: output file still contains undefined symbols
------------------------------------------
  We have no ideas where XShapeQueryExtension and XShapeCombineMask
  come from. Any information would be greatly appreciated.


                 			Jimmy, K. Chang
-----------------------------------------------------------
Jimmy K. Chang                     chang@frith.egr.msu.edu
Case Center for CAE                chang@buster.cps.msu.edu 
Michigan State University          (517) 355-5983           
East Lansing, MI 48824
-----------------------------------------------------------

harry@hpcvlx.cv.hp.com (Harry Phinney) (02/21/91)

Ki-yin Chang writes:

>  These source codes need to be slightly modyified in hp3 or 
>  hpvrx machine....
>  We have no ideas where XShapeQueryExtension and XShapeCombineMask
>  come from. Any information would be greatly appreciated.

These are functions defined by the Shape Extension to X (sex), which was
released with the R4 version of X distributed by the MIT X Consortium.
The release of HP-UX which you have has X code based on the R3 version
of the X window system.  If you want to get (unsupported) R4 library
code for your HP machine, use anonymous ftp to retrieve:

hpcvaaz.cv.hp.com:~ftp/pub/MitX11R4/libs.s300.Z

or

hpcvaaz.cv.hp.com:~ftp/pub/MitX11R4/libs.s800.Z

Which one you wants depends on whether you have a series 300/400
machine, or a series 800 machine.  You will also likely need an R4 X
server to be able to successfully run your program.  You can get this
from:

hpcvaaz.cv.hp.com:~ftp/pub/XServers/X.7.03.300.Z
hpcvaaz.cv.hp.com:~ftp/pub/XServers/X.7.03.300.readme

or

hpcvaaz.cv.hp.com:~ftp/pub/unsupported/XServers/X.R4.800.Z
hpcvaaz.cv.hp.com:~ftp/pub/unsupported/XServers/X.R4.800.readme

Harry Phinney   harry@hp-pcd.cv.hp.com