Re: problem building XML Toolkit v1.9 native MVS samples

2012-07-12 Thread Barkow, Eileen
m: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Don Poitras Sent: Thursday, July 12, 2012 1:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: problem building XML Toolkit v1.9 native MVS samples Your make script is confused. SIXMEXP(IXM4C56X) is a DLL side deck, not C

Re: problem building XML Toolkit v1.9 native MVS samples

2012-07-12 Thread Don Poitras
Your make script is confused. SIXMEXP(IXM4C56X) is a DLL side deck, not C (or C++) source. It should just be copied along with the .o files as input to the binder. If you're going to use the native files, you should use JCL to build rather then gmake. See the IBM XML FAQ: http://www-03.ibm.com/sy

problem building XML Toolkit v1.9 native MVS samples

2012-07-12 Thread Barkow, Eileen
I am trying to build the Native MVS XML Parser samples supplied with the non-SMP version of XML TOOLKIT V1.9. the Unix samples built fine but I get these errors in the SIXMEXP(IXM4C56X) import statements when building the MVS ones. There must be some type of option controlling this but i am not