Follow-up Comment #10, bug #62357 (project groff):
Strange, I'm not seeing a "./build" directory after building. Instead, each of
the executables are merely dumped into the checkout's root directory. Here's
the output of `git status --ignored` in case it helps to elucidate which
build directories are misconfigured: https://pastebin.com/7rtmxDT6
> If even _that_ doesn't work, try this.
I ran the command with `./build/{troff,font,grotty}` mapped to
`./{troff,font,grotty}` instead (owing to the reasons I described above).
Here's the output:
$ printf '" \\[rs] ` - '"'"' ^ ~\n' | ./troff -R -F font -F ./font -Tutf8 |
./grotty -F ./font | od -c
1.
" \ ‘ **
0000020 ** ‐ ** ** ’ ** ** ˆ ** ˜ **
\n
0000040 \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
*
0000140 \n
0000141
Alternatively, using xxd(1):
$ printf '" \\[rs] ` - '"'"' ^ ~\n' | ./troff -R -F font -F ./font -Tutf8 |
./grotty -F ./font | xxd -u -g1
00000000: 20 20 20 20 20 20 20 20 20 20 22 20 5C 20 E2 80 " \ ..
00000010: 98 20 E2 80 90 20 E2 80 99 20 CB 86 20 CB 9C 0A . ... ... .. ...
00000020: 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A ................
00000030: 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A ................
00000040: 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A ................
00000050: 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A ................
00000060: 0A
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62357>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/