I got a bit further tonight. Compiler spits out an error:
/boot/home/Desktop/gsplus/src/unix_host_common.c: In function 'host_set_file_info':
/boot/home/Desktop/gsplus/src/unix_host_common.c:428:16: error: incompatible types when assigning to type 'struct timeval' from type 'int'
428 | times[0] = 0; // access
| ^
Any ideas?