../../libfshelp/start-translator-long.c:106:34: error: expected ';' at end of declaration const mach_msg_type_t *check) ^ ; ../../libfshelp/start-translator-long.c:128:3: error: use of undeclared identifier 'err' err = mach_msg (&request.head, (MACH_RCV_MSG | MACH_RCV_INTERRUPT ^ ../../libfshelp/start-translator-long.c:131:7: error: use of undeclared identifier 'err' if (err) ^ ../../libfshelp/start-translator-long.c:132:12: error: use of undeclared identifier 'err' return err; ^ ../../libfshelp/start-translator-long.c:172:3: error: use of undeclared identifier 'err' err = mach_msg (&reply.head, MACH_SEND_MSG | MACH_SEND_INTERRUPT, ^ ../../libfshelp/start-translator-long.c:176:7: error: use of undeclared identifier 'err' if (err == MACH_SEND_INTERRUPTED ^ ../../libfshelp/start-translator-long.c:184:5: error: use of undeclared identifier 'err' err = reply.RetCode; ^ ../../libfshelp/start-translator-long.c:186:10: error: use of undeclared identifier 'err' return err; ^ 8 errors generated.