Sep 20, 2017, 2:50 PM

I'm hosting at Digital Ocean using Ubuntu LAMP on 16.04. Got the mediawiki up and running but now I can't get TinyMUX to run. When I run make depend I get a number of errors similar to this:

game.cpp: In function âvoid do_shutdown(dbref, dbref, dbref, int, int, UTF8*, const UTF8**, int)â:
game.cpp:1273:83: warning: ignoring return value of âssize_t write(int, const void*, size_t)â, declared with attribute warn_unused_result [-Wunused-result]
mux_write(fd, message, static_cast<unsigned int>(strlen((char )message)));
^
game.cpp:1274:50: warning: ignoring return value of âssize_t write(int, const void
, size_t)â, declared with attribute warn_unused_result [-Wunused-result]
mux_write(fd, ENDLINE, sizeof(ENDLINE)-1);

I've spent all morning trying to figure it out. I'm sure it's something simple but I'm not getting it. Any help would be great. Thanks.