Path: csiph.com!news.mixmin.net!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Build Systems Date: Tue, 15 Aug 2023 12:48:58 -0700 Organization: None to speak of Lines: 30 Message-ID: <87350km6hh.fsf@nosuchdomain.example.com> References: <87ttt2isc8.fsf@bsb.me.uk> <12sCM.59051$m8Ke.22097@fx08.iad> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="09fbea63c7f3f6d2cf54fb60a378c312"; logging-data="3111657"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Dw6/NbEvuxek4dU093p/w" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:7ahEw3MWnWLvWB/jNw2ktKp8pqw= sha1:I3xhSNSkjmdEAexmAkxabK3S9Yg= Xref: csiph.com comp.lang.c:172324 Bart writes: [...] > My recent post goes into this in more detail. But, I've believe the > ZIP files from the Github Lua repository are incorrect. You're right. The GitHub repo for Lua is https://github.com/lua/lua It includes (not as part of the repo itself) a number of releases, including: https://github.com/lua/lua/archive/refs/tags/v5.4.6.zip https://github.com/lua/lua/archive/refs/tags/v5.4.6.tar.gz The lua.org site provides a tarball: https://www.lua.org/ftp/lua-5.4.6.tar.gz I don't see any zip files on lua.org. The zipfile and tarball from the GitHub release match each other, but do not match the tarball from lua.org. > So, whose fault is that? I have no idea, but I hardly think comp.lang.c is the place to complain about it. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */