planetis-m / naylib

Yet another raylib Nim wrapper
MIT License
181 stars 10 forks source link

call to undeclared function 'ppoll' #93

Closed planetis-m closed 6 months ago

planetis-m commented 6 months ago

call to undeclared function 'ppoll'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] const int result = ppoll(fds, count, &ts, NULL);

Needs to replace -D_DEFAULT_SOURCE with -D_GNU_SOURCE

planetis-m commented 6 months ago

fixed.