-
Notifications
You must be signed in to change notification settings - Fork 13
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
Detect compilation errors and stop the process on some error #3
Comments
Which script are you referring to? Also, this issue has been fixed with respect to binutils. NSObject was patched to correct this. |
I ran build-mingw64_nt with the latest release tarballs of GNUstep on a recent MSYS2 environment. I think the BTW, is it recommended to compile GNUstep with the master branch of its repo? Or should we compile it with its latest tarballs? |
There hasn't been a new release since the patch, so the change is not in the latest tarballs. The best thing to do is use the gnustep-web-install.... this will download all of the latest stuff and build. Please try that and let me know if there is still an error in base. |
It doesn't affect compiled GNUstep programs. Hence, I think the issue doesn't matter greatly. |
It is not totally error-free to compile GNUstep. For instance, a recent issue of binutils prevents lib-base from compilation on MinGW64 of MSYS2. Nevertheless, most of current build scripts in this repo assume the compilation process is correct, which is not always the case. Consider to add error detection after each step, stopping the process when some unexcepted error happens.
The text was updated successfully, but these errors were encountered: