-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix Windows build #137
Fix Windows build #137
Conversation
…stead of the test step
…t correctly; actually allocate space for the other HInfo that set_finfo reads, such as the times (cherry picked from commit 8b44b00)
… files, not just directories
…tting in side effecting AC_SUBST which won't get cached (cherry picked from commit 4b93738)
(cherry picked from commit cd269a9)
Although this failed on Travis, I've merged your branch into my branch for #131 and it looks like that fixed everything. Thank you so much for helping sort this out! Even if this has introduced some other minor issues, at least we have a sane build system now! |
@rakslice I'd be much obliged if you can take 5 minutes to look at emaculation/shoebill#1 and see if that windows build is misconfigured in some obvious way |
This is a set of changes to get the emaculation codebase building in MSYS2. It is mostly changes cherry picked from out of kanjitalk755's master.
This is a sort of minimal set. Building is not to say working, this is a starting point for you.
If you have some other way of building that supports e.g. your
-mno-cygwin
etc. that you want to stay compatible with you'll need to rework this to maintain compatibility.This PR includes the contents of #136.