Closed bigfatbrowncat closed 9 years ago
A few things:
-Werror
- but if that's absolutely necessary, I'd like to at least preserve it on travis builds.One more thing: it looks like you're unconditionally linking pthreads on windows. IIRC, that should only be necessary for the android classpath (not avian or openjdk classpaths). Can you make that option specific to building avian+android+windows?
Lastly, once we figure out the rest of the issues, could you force-push a new version of these changes, squashed into a single commit (or small handful, as appropriate)?
Agreed about pthread.
About squashing - that would not be easy cause I did some merges in my repo...
@bigfatbrowncat - worst case, squashing can be made really easy with diff/apply, like this:
git checkout upstream/master
git pull
git checkout -b avian-pack-a
git merge avian-pack
git checkout upstream/master
git checkout -b avian-pack-b
git diff avian-pack-a..upstream/master | git apply
git push -f origin avian-pack-b:avian-pack # Or however else you want to mange your branches.
Looks good to me. Can you squash the commits?
Closing this request and opening a new one.
I'm going to release avian-pack (a stable version with Avian 1.2.0 included). So I want to synchronize my build script with your.
Changes:
P.S. As soon as I support the "official" Avian + Android classpath version, would you like to put a download link for my binaries (which I'll make right after you accept this pull request) on your site?
Thank you anyway.