Problem: -------- This version of MXRN included on the freeware CD can't be built on OpenVMS AXP but can be built on OpenVMS VAX (Motif V1.2) 1. If you look at the file clientlib.c, you can find the following useless line : #if defined(UCX) || defined(WOLLONGONG) #ifdef UCX #include <---- Useless #define CADDR_T #define __CADDR_T #define __SOCKET_TYPEDEFS 2. make_mwrn.com isn't Motif V1.2 compliant : It can be compliant if you make the following modifications : $ diff DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;14 ;-1 ************ File DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;14 70 !sys$share:decw$dxmlibshr/shareable 71 !sys$share:decw$xmlibshr/shareable 72 !sys$share:decw$xtshr/shareable 73 ! ****** File DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;13 70 sys$share:decw$dxmlibshr/shareable 71 sys$share:decw$xmlibshr/shareable 72 sys$share:decw$xtshr/shareable 73 ! ************ ************ File DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;14 76 !sys$share:decw$xlibshr/shareable 77 !use these for Decwindows/Motif V1.2 78 sys$share:decw$mrmlibshr12/share 79 sys$share:decw$dxmlibshr12/share 80 sys$share:decw$xmlibshr12/share 81 sys$share:decw$xtlibshrr5/share 82 sys$share:decw$xlibshr/share 83 sys$share:vaxcrtl/share ****** File DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;13 76 sys$share:decw$xlibshr/shareable 77 sys$share:vaxcrtl/share ************ Number of difference sections found: 2 Number of difference records found: 10 DIFFERENCES /IGNORE=()/MERGED=1- DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;14- DKA0:[DISTRIB.MXRN-6-18-27]MAKE-MXRN.COM;13 In fact, it's possible to create a make file able to build mxrn using either Motif V1.1 or Motif V1.2 in using something like : @sys$update:decw$get_image_version sys$share:decw$xlibshr.exe ver