nagalun / multiplayerpiano-server

Unofficial server for the http://multiplayerpiano.com client.
https://piano.ourworldofpixels.com
ISC License
12 stars 16 forks source link

Error Compile #31

Open 083d9a270e6e16b2fbb08d35067aae5f opened 3 years ago

083d9a270e6e16b2fbb08d35067aae5f commented 3 years ago

When I try to compile I get the following error:

./lib/uWebSockets/src/Node.h:195:9: error: there are no arguments to ‘freeaddrinfo’ that depend on a template parameter, so a declaration of ‘freeaddrinfo’ must be available [-fpermissive] 195 | freeaddrinfo(result); | ^~~~ make: *** [Makefile:52: build/database.o] Error 1

nagalun commented 3 years ago

What compiler do you use and what version is it?

083d9a270e6e16b2fbb08d35067aae5f commented 3 years ago

I use Cygwin 64 with this installed:

image