-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Milestone
Description
Followed https://github.com/libsdl-org/SDL/blob/main/docs/README-android.md#building-a-more-complex-app and ran ./gradlew installDebug
error: call to undeclared function 'getifaddrs'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
706 | if (getifaddrs(&ifaddr) == -1) {
| ^
error: call to undeclared function 'freeifaddrs'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
720 | freeifaddrs(ifaddr);
| ^
error: call to undeclared function 'freeifaddrs'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
743 | freeifaddrs(ifaddr);
| ^
This is caused by SDL android-project
API being lower than 24: https://stackoverflow.com/a/57112520/10257133
Metadata
Metadata
Assignees
Labels
No labels