-
Notifications
You must be signed in to change notification settings - Fork 210
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
Trying to build on msys2 #32
Comments
Try adding LIBS="-lws2_32" when running the autogen.sh ./autogen.sh LIBS="-lws2_32" |
Have the same problem. ./autogen.sh LIBS="-lws2_32" did not work for me! |
yea still fails `rcmpayne@dev MSYS ~/github/libirecovery-master/libirecovery-master ./autogen.sh LIBS="-lws2_32"libtoolize: putting auxiliary files in '.'. Configuration for libirecovery 0.2.0:Install prefix: .........: /usr Now type 'make' to build libirecovery 0.2.0, rcmpayne@dev MSYS ~/github/libirecovery-master/libirecovery-master makemake all-recursive |
Can anyone help here? I've tried msys, msys2, 32b, x64 and i cant build libirecovery which is needed to build idevicerestore. |
I've just encountered the same issue on Cygwin |
maybe you can try to add -lSetupapi, I resolved a similar issue in another project |
I have the same issue here on the current commit. I'm unable to compile, getting the same error as original author. Trying both "fixes" above result in the same error as before. |
getting error on make while building on msys2
The text was updated successfully, but these errors were encountered: