Hello folks,
I'm am trying to provide a pull request, but I can't get a build to work. I don't see instructions on how to build this code, but with that said this is my process.
clone code
$ git clone git@github.com:ZOSOpenTools/zoslibport.git
Check to see if tags are EBCIDIC or ASCII
$ cd zoslibport
$ find . -type f | xargs chtag -p
The result is all ascii, that is good. In the other issue, I had problems with them being EBCIDIC. Perhaps this was resolved.
Attempt to build the code
$ zopen build -v
Checking environment configuration
VERBOSE: 'Implicitly adding git dependencies: git'
***ERROR: xlclang compiler specified, need to be running IBM C for Open Enterprise Languages on z/OS 1
I'll put this on hold and work on the easy readme problems.
Hello folks,
I'm am trying to provide a pull request, but I can't get a build to work. I don't see instructions on how to build this code, but with that said this is my process.
clone code
Check to see if tags are EBCIDIC or ASCII
The result is all ascii, that is good. In the other issue, I had problems with them being EBCIDIC. Perhaps this was resolved.
Attempt to build the code
I'll put this on hold and work on the easy readme problems.