On Sun, Jun 05, 2016 at 12:06:41PM -0700, Ryan Freeman wrote: > I had a chance to build and play around with some games, much easier to > get up and playing with advancemame than traditional sdlmame :-) > > builds and runs fine on amd64, I took a crack at changing the port > to use GH_PROJECT, GH_ACCOUNT, GH_TAGNAME, but I guess the archive is > different when you fetch via tagname vs the releases directory they > setup? There doesn't appear to be a pregenerated configure when I > use it that way...
Yes, unless I'm mistaken, when using the GH_ variables, you will get an auto-generated archive with the content of the repo at the time the release was tagged. When using GH_ACCOUNT/GH_PROJECT/releases/download URL scheme, you get a release tarball packaged manually by the project maintainer. Not all repository maintainers prepare those tarballs though, but when they are available, they should be preferred. > Anthony already made some remarks that I agree with, try and turn > on verbosity during build and make sure it respects CC flags.. I sent a new tarball to address this. Thanks for testing!