Open b1zzu opened 5 years ago
Same on Ubuntu.
My compile error:
➜ ttyrec git:(master) make gcc -O2 -c -o ttyrec.o ttyrec.c ttyrec.c: In function ‘finish’: ttyrec.c:209:13: error: storage size of ‘status’ isn’t known 209 | union wait status; | ^~~~~~ make: *** [<builtin>: ttyrec.o] Error 1
This repo works to me https://github.com/ovh/ovh-ttyrec
My compile error: