> I used to be a committer for FreeBSD, and earned money as a release
> engineer, but I think you folks use git, and I dislike git quite a
> bit ...
We still use CVS, but I would like to switch to git eventually. While
Stallman forces bzr for political reasons, it's quite awkward to use
(as the
Miklos Somogyi wrote:
> Hello Folks,
>
> groff and grops are on the intel SnowLeopard machines.
> The following thing:
>
> groff -se -I $D_gr1 -P -Pprologue-1.19.2-ms < inputfile > outputfile
That "$D_grl" is odd, is there a D_grl in your environment somewhere? Or, is
that line part
Larry Kollar wrote:
>
> Chuck Robey wrote:
>
>> Mike, I had a local computer emergency, had to rebuild a bunch of
>> stuff (which I
>> like doing anyhow) so I didn't get down to fixing this until today. I
>> found
>> that I only needed to replace every instance of .HTML with the no-spacing
>> ve
Hi Miklos,
> grops::4:fatal error: cannot create temporary file: No
> such file or directory
Try
echo | strace -f -e trace=open,creat groff 2>&1 | grep O_CREAT
and it may show where it was trying to create the temporary file.
Cheers,
Ralph.
Hello Folks,
groff and grops are on the intel SnowLeopard machines.
The following thing:
groff -se -I $D_gr1 -P -Pprologue-1.19.2-ms < inputfile > outputfile
that worked before, gives the following error message:
grops::4:fatal error: cannot create temporary file: No
such fi