-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to cross compile on Linux #27
Comments
me too, same error |
This may be resolved in c50d093 if someone can confirm? You can download latest from git. |
On d100795 using stderr
Same story when trying to build on c50d093 stderr
|
The error "struct timezone" is because mingw follows the POSIX specification and defines "struct timezone". The same is true for the errors about "inet_pton" and "inet_ntop", you need to comment them in the HEAER file. The reason for this may be that these functions were not defined under previous mingw. |
I had to change
cross-compile-mingw.sh
to usesrc
paths:But now I'm getting the following output:
The text was updated successfully, but these errors were encountered: