From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sa-prd-fep-044.btinternet.com (mailomta29-sa.btinternet.com [213.120.69.35]) by sourceware.org (Postfix) with ESMTPS id BF22D3858D20 for ; Sat, 21 Jan 2023 13:07:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BF22D3858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from sa-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.38.8]) by sa-prd-fep-044.btinternet.com with ESMTP id <20230121130743.UJQ23588.sa-prd-fep-044.btinternet.com@sa-prd-rgout-005.btmx-prd.synchronoss.net>; Sat, 21 Jan 2023 13:07:43 +0000 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 6139452E4CBE84DB X-Originating-IP: [81.153.98.246] X-OWM-Source-IP: 81.153.98.246 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedruddugedgvdegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefkffggfgfuvfhfhfgjtgfgsehtjeertddtfeejnecuhfhrohhmpeflohhnucfvuhhrnhgvhicuoehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkqeenucggtffrrghtthgvrhhnpeevtdeffedvuedvtdekhfekgedtudeiffegveetudefhedthfegteduhefgteehudenucffohhmrghinhepihhfrghrtghhihhvvgdrohhrghdptgihghifihhnrdgtohhmnecukfhppeekuddrudehfedrleekrddvgeeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddrudehfedrleekrddvgeeipdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepvddprhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhmpdhrtghpthhtohepihhnthgvrhhnvghtkhhinhhggedvheesihgtlhhouhgurdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (81.153.98.246) by sa-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 6139452E4CBE84DB; Sat, 21 Jan 2023 13:07:43 +0000 Message-ID: <514dd9d1-28d1-f8ee-5e84-55fb6cf9d71c@dronecode.org.uk> Date: Sat, 21 Jan 2023 13:07:41 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: compiling issue Content-Language: en-GB To: internetking425@icloud.com, The Cygwin Mailing List References: <034c01d92d57$fc35f6e0$f4a1e4a0$@icloud.com> From: Jon Turney In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1191.7 required=5.0 tests=BAYES_00,FORGED_SPF_HELO,GB_TO_NAME_FREEMAIL,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 21/01/2023 07:47, Arrigo Marchiori via Cygwin wrote: > On Fri, Jan 20, 2023 at 09:19:49PM -0800, Nathan via Cygwin wrote: > >> The file here for a game I wanted to use is >> http://www.ifarchive.org/if-archive/games/source/Adventure2.5.tar.gz and it >> all compiled but one file getting the error is init.c as follows: >> [...] > >> so any tips or suggestions to fix this would be appreciated. You might also find the package 'nfrotz' of some interest. https://cygwin.com/packages/summary/nfrotz-src.html > I guess that this code was written to work older compilers, that > allowed different (looser) constructs. > > The problem is not Cygwin, but rather the compiler installed with > Cygwin. > > For this reason, what follows is off-topic here. > > The attached patch should allow compilation with today's compilers. > Copy the file in the same directory as the sources and run: > > $ patch < adventure.patch >