groff man(1) page

2023-03-31 Thread Mike Fulton
was already asked - I didn't see it when I searched for man page issues. Thanks, Mike Fulton

Fwd: groff man(1) page

2023-03-31 Thread Mike Fulton
Hi Thank you for the detailed response! Over the last year, we have been working hard in the z/OS Open Tools community (https://zosopentools.github.io/meta/#/) to not only port the fundamental tools to z/OS, but also to do it completely in the open. We create one 'port' repo for each Open Source

building groff 1.23.0 on z/OS

2023-11-18 Thread Mike Fulton
Hi I have hit a problem trying to build the latest groff. I am able to successfully build 1.22.4 The issue I am hitting is that there is a `#include ` before the `config.h` file is included. Unfortunately on z/OS, `assert.h` includes `stdio.h` and the `stdio.h` that is pulled in is from `lib/stdi

Re: building groff 1.23.0 on z/OS

2023-11-18 Thread Mike Fulton
Hi Yes - that’s how I fixed it too. There are several files I need to do that with. Is this something that should be upstreamed? Should I put a patch together or are you already doing this? Mike On Sat, Nov 18, 2023 at 18:38 Bjarni Ingi Gislason wrote: > I have this in my private branch > >

[bug #64910] assert.h should be included _after_ config.h : causes build failure with clang++ on z/OS

2023-11-19 Thread mike fulton
: None ___ Follow-up Comments: --- Date: Sun 19 Nov 2023 09:11:06 PM UTC By: mike fulton I have hit a problem trying to build groff 1.23.0. I am able to successfully build 1.22.4 The issu