ibmruntimes / node

This repository is moving to: https://github.com/ibmruntimes/node-zos
69 stars 24 forks source link

Is anyone working with libuv on z/OS? #154

Closed shzhoujq closed 4 years ago

shzhoujq commented 4 years ago

I've been doing some testing on the z/OS port of libuv, from https://github.com/ibmruntimes/libuv/tree/v1.x-zos. I've run into several minor problems, and I'm wondering if anyone else is actively working with this code. If so, should we consider creating a libuv forum?  Here are the issues I've encountered:  It's hard to build. I couldn't put myself through the pain of spinning up autoconf on z/OS, so I hacked a Makefile manually.

Anyway, I now have all but three of the tests passing and I'm about to move on to trying some Real Work(tm). Any other libuv-on-z/OS users out there? 

Note: This question has been migrated from the IBM DeveloperWorks community "IBM SDK for Node.js". It was originally posted on Jan 14, 2017 by user JerryCallen.

shzhoujq commented 4 years ago

The official libuv v1.x branch has now accepted the z/OS port, and can be built on z/OS. libuv v1.x is available at https://github.com/libuv/libuv/.